summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* build: enable pytdbAndrew Tridgell2010-04-061-0/+6
|
* build: optionally enable builtin poptAndrew Tridgell2010-04-062-8/+23
|
* build: don't use -W warning option for developer buildAndrew Tridgell2010-04-061-1/+1
|
* build: allow configure -C to work againAndrew Tridgell2010-04-061-0/+1
|
* build: go into system includes for dependencies on configureAndrew Tridgell2010-04-061-1/+7
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-062-5/+29
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-0612-0/+161
|
* build: nearly there on samba4 buildAndrew Tridgell2010-04-062-2/+11
|
* build: saner CFLAGS handling for definesAndrew Tridgell2010-04-061-2/+2
|
* build: added getpass() testsAndrew Tridgell2010-04-061-0/+12
|
* build: added statvfs64 testAndrew Tridgell2010-04-061-0/+9
|
* build: added wrapper optionsAndrew Tridgell2010-04-063-0/+33
|
* build: check for RETSIGTYPEAndrew Tridgell2010-04-061-0/+5
|
* build: added IPV6 testAndrew Tridgell2010-04-061-0/+14
|
* build: fixed _Bool va_copy and VA_ARGS testsAndrew Tridgell2010-04-061-14/+11
|
* build: fixed sockaddr_in6 testAndrew Tridgell2010-04-061-1/+1
|
* build: iconv checksAndrew Tridgell2010-04-061-0/+10
|
* build: check for xattr supportAndrew Tridgell2010-04-061-0/+6
|
* build: more libreplace config checksAndrew Tridgell2010-04-061-0/+37
|
* build: zlib checksAndrew Tridgell2010-04-061-0/+11
|
* build: check immediate structuresAndrew Tridgell2010-04-061-0/+14
|
* build: move gettimeofday check to libreplaceAndrew Tridgell2010-04-062-1/+1
| | | | | - add checklink option to CHECK_FUNC() - Used for when a prototype is not available
* build: added interface checking and nicer snprintf checkingAndrew Tridgell2010-04-063-43/+57
| | | | use CHECK_CODE()
* build: more config checksAndrew Tridgell2010-04-061-0/+3
|
* build: added CHECK_CODE_COMPILES()Andrew Tridgell2010-04-061-0/+2
|
* build: check freeaddrinfoAndrew Tridgell2010-04-061-1/+1
|
* build: check xattr and frsizeAndrew Tridgell2010-04-061-0/+5
|
* build: check for volatileAndrew Tridgell2010-04-061-0/+1
|
* build: more config checksAndrew Tridgell2010-04-061-2/+5
|
* build: check for offset_t and pw*_r functionsAndrew Tridgell2010-04-061-2/+6
|
* build: check size of typesAndrew Tridgell2010-04-061-2/+4
| | | | allow name of SIZEOF test to be specified
* build: check signal functionsAndrew Tridgell2010-04-061-0/+2
|
* build: improve autoconf macrosAndrew Tridgell2010-04-061-0/+3
| | | | | | | | - enable headers to be specified - enable both forms of DECL check - more libreplace checks - more heimdal checks - more sysdep checks
* build: added CHECK_DECLS()Andrew Tridgell2010-04-061-0/+2
|
* build: backtrace and crypt testsAndrew Tridgell2010-04-062-3/+4
|
* build: check for backtraceAndrew Tridgell2010-04-062-1/+7
|
* build: more headers and variables in configureAndrew Tridgell2010-04-061-1/+6
|
* build: check for pkgconfigAndrew Tridgell2010-04-061-1/+4
|
* build: result of hack session with itaAndrew Tridgell2010-04-062-10/+20
|
* build: fixes from itaAndrew Tridgell2010-04-061-0/+1
|
* build: using deps= for deps is clearerAndrew Tridgell2010-04-062-2/+2
|
* build: started to split up wafsamba.py into separate modulesAndrew Tridgell2010-04-063-1/+13
|
* build: moved wafsamba.py to buildtoolsAndrew Tridgell2010-04-061-1/+1
|
* build: cope with empty source lists for libsAndrew Tridgell2010-04-061-852/+0
|
* build: added ASN1, PIDL and ET build rulesAndrew Tridgell2010-04-061-57/+132
| | | | also added selftest example command
* build: added build groupsAndrew Tridgell2010-04-061-48/+70
|
* build: recursive dependency calculationAndrew Tridgell2010-04-061-7/+22
|
* build: DEFUN->DEFINE, and fixed CFLAGS handlingAndrew Tridgell2010-04-062-16/+58
|
* build: heimdal_build waf supportAndrew Tridgell2010-04-061-53/+256
| | | | heimdal now mostly builds
* build: make CHECK_FUNCS_IN() smarter about mandatory librariesAndrew Tridgell2010-04-061-18/+38
|