Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-04 | libreplace: move "struct timespec" checks into libreplace (where timespec is ↵ | Günther Deschner | 3 | -0/+31 | |
already used). Bjoern, Metze, please check. Guenther | |||||
2011-02-28 | libreplace: poll based on select | Volker Lendecke | 5 | -0/+182 | |
2011-02-17 | s3-waf: move the KRB5_DEPRECATED configure check out of lib/replace | Andrew Tridgell | 1 | -8/+0 | |
this needs to be in souce3/, as otherwise it can't handle an in-tree kerberos library Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-10 | replace: Add missing eval to m4 script | Sumit Bose | 1 | -2/+2 | |
Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Feb 10 16:14:21 CET 2011 on sn-devel-104 | |||||
2011-02-07 | waf: add clock_gettime clock ID checks to libreplace wscript. | Günther Deschner | 1 | -1/+17 | |
Guenther | |||||
2011-02-07 | build: removed the old autogen.sh and autogen-waf.sh scripts | Andrew Tridgell | 2 | -12/+0 | |
for the builds that use waf only, these are no longer needed and just cause confusion Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2011-02-03 | replace: Try to fix broken sys/capabilites.h on Linux. | Stefan Metzmacher | 3 | -1/+10 | |
As this is more or less a broken header we need to include linux/types.h before sys/capabilities.h to avoid redefinitions. Systems like ClearOS 5.2 need linux/types.h very early. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Thu Feb 3 05:26:12 CET 2011 on sn-devel-104 | |||||
2011-02-03 | Revert "replace: Try to fix broken sys/capabilites.h on Linux." | Stefan Metzmacher | 3 | -6/+1 | |
This reverts commit c2207e9b2cdec9cd4c32184c668a2c469edb7148. This still doesn't build for me on ClearOS 5.2. metze | |||||
2011-02-02 | replace: Try to fix broken sys/capabilites.h on Linux. | Andreas Schneider | 3 | -1/+6 | |
As this is more or less a broken header we need to include linux/types.h before sys/capabilities.h to avoid redefinitions. Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Wed Feb 2 11:57:04 CET 2011 on sn-devel-104 | |||||
2011-01-08 | waf: ensure "make dist" works from a clean git tree for all libraries | Andrew Tridgell | 1 | -2/+4 | |
this uses a temporary waf lock file to force the build directory Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Sat Jan 8 02:35:22 CET 2011 on sn-devel-104 | |||||
2010-12-23 | lib/replace/testsuite.c - fix test output | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-12-12 | change searched name from _ss_family to __ss_family | Matthieu Patou | 1 | -1/+1 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Sun Dec 12 20:05:23 CET 2010 on sn-devel-104 | |||||
2010-12-12 | build: add a check for _ss_family as it used on aix to replace ss_family | Matthieu Patou | 1 | -0/+2 | |
2010-12-12 | replace: add comments to make the #ifdef/#else/endif more readable | Matthieu Patou | 1 | -3/+3 | |
2010-12-11 | build: add a dependency on lib iconv for lib intl if we are not able to find it | Matthieu Patou | 1 | -1/+12 | |
This is due that on some platform lib intl depend on lib iconv, failling to provide this library cause waf to be unable to link with lib intl and makes it think that the library doesn't exists ! | |||||
2010-11-28 | replace:wscript - reintroduce the size check for "bool" due to a request of ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
metze | |||||
2010-11-28 | replace:wscript - change the "bool" checks to be compatible with more platforms | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
- If the type was found then we are fine and define "HAVE_BOOL" - Othewise we substitute it in "replace.h" as "_Bool" or if not possible as "int" - This prevents lot of warnings on platforms where we don't have a "bool" type as Tru64 - The length check for "bool" is not really useful and therefore removed | |||||
2010-11-28 | replace:wscript - reintroduce the size check for "bool" due to a request of ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
metze Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 28 15:48:40 CET 2010 on sn-devel-104 | |||||
2010-11-28 | replace:wscript - change the "bool" checks to be compatible with more platforms | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
- If the type was found then we are fine and define "HAVE_BOOL" - Othewise we substitute it in "replace.h" as "_Bool" or if not possible as "int" - This prevents lot of warnings on platforms where we don't have a "bool" type as Tru64 - The length check for "bool" is not really useful and therefore removed | |||||
2010-11-03 | build: a more portable way of finding waf in makefiles | Andrew Tridgell | 1 | -3/+1 | |
this avoids using the non-portable shell command in makefiles Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 3 22:44:59 UTC 2010 on sn-devel-104 | |||||
2010-11-03 | replace/wscript: add size checks for stdint.h types | Stefan Metzmacher | 1 | -0/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 3 19:12:39 UTC 2010 on sn-devel-104 | |||||
2010-11-03 | replace/wscript: do the size checks directly after the type checks | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2010-11-03 | replace/wscript: define bool to int instead of off_t | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-11-03 | replace/wscript: check for uint8_t | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2010-10-31 | replace/talloc: Avoid automatically pulling in new configure/Makefile, | Jelmer Vernooij | 1 | -6/+0 | |
as these files are checked in, and the source might not be available. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 22:27:56 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | replace: Look harder for waf. | Jelmer Vernooij | 1 | -1/+8 | |
2010-10-31 | replace: Build using waf by default. | Jelmer Vernooij | 5 | -14/+108 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:45:21 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | replace: Fix formatting. | Jelmer Vernooij | 1 | -8/+8 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 30 16:32:15 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | replace: Avoid autoproto as it breaks standalone builds. | Jelmer Vernooij | 2 | -1/+10 | |
Automatic prototype generation uses ../../source4/script/mkproto.pl. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-30 | replace: Only build replace-test in standalone build. | Jelmer Vernooij | 1 | -7/+9 | |
This allows turning libreplace-test back into a subsystem. | |||||
2010-10-30 | replace: create a private replace-test library | Andrew Tridgell | 1 | -5/+8 | |
used by replace_testuite and smbtorture | |||||
2010-10-26 | replace: restore the order for #define + rep_strtoll | Matthieu Patou | 1 | -3/+3 | |
2010-10-23 | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-23 | lib/replace: use snprintf() in test code to avoid warnings in the IBM-Checker | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-10-23 | lib/replace: fix rep_strtoull() prototype | Stefan Metzmacher | 2 | -3/+3 | |
metze | |||||
2010-10-22 | replace: use replace for non 'samba' compliant strptime | Matthieu Patou | 1 | -0/+19 | |
2010-10-22 | replace: use a wrapper around strtoll if it didn't behave as expected | Matthieu Patou | 3 | -2/+77 | |
2010-10-21 | replace: make libreplace a private library | Andrew Tridgell | 1 | -0/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-19 | replace: cope with systems that have fdatasync(), but don't have the prototype | Andrew Tridgell | 3 | -1/+7 | |
this is needed for MacOSX 10.4.1 | |||||
2010-09-22 | libreplace: fix endless strerror_r has been redefined warnings on AIX | Björn Jacke | 1 | -0/+1 | |
2010-09-14 | libreplace: use CLOCK_HIGHRES when available | Björn Jacke | 1 | -3/+5 | |
in Solaris 8 CLOCK_HIGHRES was the (only) name for CLOCK_MONOTONIC | |||||
2010-09-11 | lib/replace/wscript:Tru64 build - Better use version 600 for _XOPEN_SOURCE | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
This means we request the "Single UNIX Specification, Version 3" with C99 compatibility as the Python 2.5 release on the system. This prevents redefinitions with different values. > [ 451/1918] Compiling scripting/python/pyglue.c > cc: Warning: /usr/local/include/python2.5/pyconfig.h, line 951: The redefinition of the macro "_XOPEN_SOURCE" conflicts with a current definition because the replacement lists differ. The redefinition is now in effect. (macroredef) > #define _XOPEN_SOURCE 600 > ----------------------^ > cc: Warning: default/source4/include/config.h, line 54: The redefinition of the macro "_XOPEN_SOURCE" conflicts with a current definition because the replacement lists differ. The redefinition is now in effect. (macroredef) > #define _XOPEN_SOURCE 500 > ----------------------^ | |||||
2010-09-11 | lib/replace:wscript - additional attempt to fix the build on Tru64 | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
Obviously we really need both definitions ("socklen_t" has been found by "_XOPEN_SOURCE"=500). But now FIONREAD wasn't accessible. | |||||
2010-09-11 | lib/replace:wscript - don't check twice for type "bool" | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
2010-09-11 | lib/replace:wscript - attempt to fix the features detection on Tru64 | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
Hopefully now we detect the built-in "socklen_t" https://bugs.internet2.edu/jira/browse/SSPCPP-114 http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V50_HTML/MAN/MAN5/0001____.HTM | |||||
2010-09-10 | libreplace: clock_gettime sets errno | Björn Jacke | 1 | -1/+2 | |
2010-08-31 | replace/waf: add rt to deps at this place | Björn Jacke | 1 | -1/+1 | |
2010-08-31 | libreplace: make a define for a best effort monotonic clock | Björn Jacke | 1 | -0/+7 | |
2010-08-31 | libreplace: add clock_gettime replacement function for systems that don't ↵ | Björn Jacke | 4 | -0/+32 | |
have it | |||||
2010-08-31 | libreplace/waf: look for clock_gettime | Björn Jacke | 1 | -0/+1 | |