Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: move gettimeofday check to libreplace | Andrew Tridgell | 1 | -6/+8 | |
- add checklink option to CHECK_FUNC() - Used for when a prototype is not available | |||||
2010-04-06 | build: expand CHECK_CODE() function | Andrew Tridgell | 1 | -12/+25 | |
2010-04-06 | build: added CHECK_CODE_COMPILES() | Andrew Tridgell | 1 | -0/+27 | |
2010-04-06 | build: added help on fns | Andrew Tridgell | 1 | -0/+48 | |
also added CHECK_STRUCTURE_MEMBER() | |||||
2010-04-06 | build: check for volatile | Andrew Tridgell | 1 | -4/+9 | |
2010-04-06 | build: check size of types | Andrew Tridgell | 1 | -2/+6 | |
allow name of SIZEOF test to be specified | |||||
2010-04-06 | build: added CHECK_SIZEOF() | Andrew Tridgell | 1 | -11/+35 | |
2010-04-06 | build: smarter list splitting | Andrew Tridgell | 3 | -15/+16 | |
2010-04-06 | build: improve autoconf macros | Andrew Tridgell | 1 | -6/+25 | |
- enable headers to be specified - enable both forms of DECL check - more libreplace checks - more heimdal checks - more sysdep checks | |||||
2010-04-06 | build: added CHECK_DECLS() | Andrew Tridgell | 1 | -0/+11 | |
2010-04-06 | build: return values for autoconf-like tests | Andrew Tridgell | 1 | -9/+44 | |
also add checklibc options for CHECK_FUNCS_IN() | |||||
2010-04-06 | build: another typo | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: add_headers flag to CHECK_HEADER() | Andrew Tridgell | 1 | -4/+4 | |
This allows you to ask the header not be added to the list of headers for future configure checks | |||||
2010-04-06 | build: added define and always options to CHECK_VARIABLE() | Andrew Tridgell | 1 | -2/+7 | |
2010-04-06 | build: added generation of version.h | Andrew Tridgell | 1 | -0/+13 | |
2010-04-06 | build: a useful example of a debug technique in waf | Andrew Tridgell | 1 | -0/+8 | |
2010-04-06 | build: moved main autoproto rule into samba_autoproto.py | Andrew Tridgell | 2 | -19/+8 | |
2010-04-06 | build: allow selection of build group in HEIMDAL_AUTOPROTO() | Andrew Tridgell | 2 | -1/+31 | |
2010-04-06 | build: use shell for TDR rule, as -- confuses the build rule | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: result of hack session with ita | Andrew Tridgell | 5 | -128/+100 | |
2010-04-06 | build: add README to explain gen_ndr, and ensure directory exists | Andrew Tridgell | 1 | -0/+6 | |
2010-04-06 | build: fixes from ita | Andrew Tridgell | 3 | -47/+140 | |
2010-04-06 | build: fixed formatting | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: source= is clearer for source lists | Andrew Tridgell | 1 | -17/+17 | |
2010-04-06 | build: rewrote PIDL rules, breaking them into a separate waf tool | Andrew Tridgell | 4 | -78/+103 | |
2010-04-06 | build: fixed location of gen_ndr files | Andrew Tridgell | 1 | -8/+8 | |
2010-04-06 | build: fixed --includedir options for PIDL | Andrew Tridgell | 2 | -13/+16 | |
2010-04-06 | build: split out the extension based build patterns | Andrew Tridgell | 2 | -95/+108 | |
2010-04-06 | build: add output_type and realname for mit_samba library | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: started to split up wafsamba.py into separate modules | Andrew Tridgell | 3 | -238/+274 | |
2010-04-06 | build: aded wafsamba README | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | build: cope with empty source lists for libs | Andrew Tridgell | 1 | -0/+852 | |