Age | Commit message (Expand) | Author | Files | Lines |
2011-01-08 | waf: ensure "make dist" works from a clean git tree for all libraries | Andrew Tridgell | 1 | -2/+4 |
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 |
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 |
2010-11-28 | replace:wscript - reintroduce the size check for "bool" due to a request of m... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-28 | replace:wscript - change the "bool" checks to be compatible with more platforms | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-28 | replace:wscript - reintroduce the size check for "bool" due to a request of m... | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2010-11-28 | replace:wscript - change the "bool" checks to be compatible with more platforms | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-11-03 | build: a more portable way of finding waf in makefiles | Andrew Tridgell | 1 | -3/+1 |
2010-11-03 | replace/wscript: add size checks for stdint.h types | Stefan Metzmacher | 1 | -0/+1 |
2010-11-03 | replace/wscript: do the size checks directly after the type checks | Stefan Metzmacher | 1 | -4/+4 |
2010-11-03 | replace/wscript: define bool to int instead of off_t | Stefan Metzmacher | 1 | -1/+1 |
2010-11-03 | replace/wscript: check for uint8_t | Stefan Metzmacher | 1 | -0/+1 |
2010-10-31 | replace/talloc: Avoid automatically pulling in new configure/Makefile, | Jelmer Vernooij | 1 | -6/+0 |
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 |
2010-10-30 | replace: Fix formatting. | Jelmer Vernooij | 1 | -8/+8 |
2010-10-30 | replace: Avoid autoproto as it breaks standalone builds. | Jelmer Vernooij | 2 | -1/+10 |
2010-10-30 | replace: Only build replace-test in standalone build. | Jelmer Vernooij | 1 | -7/+9 |
2010-10-30 | replace: create a private replace-test library | Andrew Tridgell | 1 | -5/+8 |
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 |
2010-10-23 | lib/replace: fix rep_strtoull() prototype | Stefan Metzmacher | 2 | -3/+3 |
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 |
2010-10-19 | replace: cope with systems that have fdatasync(), but don't have the prototype | Andrew Tridgell | 3 | -1/+7 |
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 |
2010-09-11 | lib/replace/wscript:Tru64 build - Better use version 600 for _XOPEN_SOURCE | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2010-09-11 | lib/replace:wscript - additional attempt to fix the build on Tru64 | Matthias Dieter Wallnöfer | 1 | -1/+3 |
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 |
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 hav... | Björn Jacke | 4 | -0/+32 |
2010-08-31 | libreplace/waf: look for clock_gettime | Björn Jacke | 1 | -0/+1 |
2010-08-31 | libreplace: move detection of clock_gettime to libreplace | Björn Jacke | 1 | -0/+43 |
2010-08-31 | libreplace: move gettimeofday TZ arg check here | Björn Jacke | 1 | -0/+10 |
2010-08-23 | replace: Fix ifndefs for formatting defines. | Jelmer Vernooij | 1 | -3/+3 |
2010-08-23 | libreplace: fixed the strptime() waf test | Andrew Tridgell | 1 | -8/+2 |
2010-08-13 | tdb: add TDB_DEPS variable filled with required libraries | Björn Jacke | 1 | -1/+7 |
2010-06-18 | replace: Avoid hiding symbols when libreplace is builtin, as this | Jelmer Vernooij | 1 | -1/+5 |
2010-06-03 | libreplace: Fix readline build with libedit. | James Peach | 1 | -1/+7 |
2010-06-01 | lib/replace: fix some c++ build warnings in testsuite. | Günther Deschner | 1 | -4/+4 |
2010-05-30 | libreplace: include sys/file.h only when available | Björn Jacke | 3 | -2/+4 |