Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-21 | s4-waf: create the smbd.tmp/messaging directory | Andrew Tridgell | 1 | -1/+1 | |
this prevents a warning when we run net vampire from the install dir when samba has never been run previously Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-19 | s4-waf: follow the configure directories for the empty install dirs | Andrew Tridgell | 1 | -1/+1 | |
Thanks to Metze for spotting this | |||||
2010-04-19 | s4-waf: install some missing empty directories | Andrew Tridgell | 1 | -0/+3 | |
2010-04-07 | s4-python: Use standard infrastructure for finding included testtools, ↵ | Jelmer Vernooij | 1 | -1/+0 | |
subunit and iso8601. | |||||
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 1 | -77/+77 | |
This works with both standalone lib builds and bundled builds | |||||
2010-04-06 | s4-waf: updates for the new python installer from jelmer | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | s4-waf: look in libintl for dgettext() | Andrew Tridgell | 1 | -1/+0 | |
2010-04-06 | s4-waf: cleaned up tevent dependency | Andrew Tridgell | 1 | -1/+0 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | s4-waf: install pidl | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | s4-waf: started adding auto-install of include files | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | s4-waf: cope with systems with zlib versions that are too old | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | s4-waf: remove the need for some of the lib aliases | Andrew Tridgell | 1 | -4/+0 | |
2010-04-06 | build: split out the base waf rules into buildtools/wafsamba/wscript | Andrew Tridgell | 1 | -1/+0 | |
this stops lib/replace becoming a mess | |||||
2010-04-06 | build: commented the missing subsystems | Andrew Tridgell | 1 | -12/+14 | |
2010-04-06 | build: install codepage files | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: alias the libiconv target name for subsystems that depend on 'ICONV' | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: optionally enable builtin popt | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: fixed some more missing targets | Andrew Tridgell | 1 | -5/+9 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -12/+8 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: nearly there on samba4 build | Andrew Tridgell | 1 | -40/+6 | |
2010-04-06 | build: enable ENFORCE_GROUP_ORDERING() | Andrew Tridgell | 1 | -0/+1 | |
also fixed ASN1 target names | |||||
2010-04-06 | build: added generation of version.h | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: fixes from ita | Andrew Tridgell | 1 | -0/+6 | |
2010-04-06 | build: another missing subsystem ..... | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: added build groups | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: heimdal_build waf support | Andrew Tridgell | 1 | -5/+76 | |
heimdal now mostly builds | |||||
2010-04-06 | build: run the lib/replace rules first | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: add heimdal_build | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: on the fly dependency checking | Andrew Tridgell | 1 | -3/+0 | |
2010-04-06 | build: check for circular build dependencies | Andrew Tridgell | 1 | -0/+3 | |
2010-04-06 | build: added BUILD_SUBDIR() wrapper | Andrew Tridgell | 1 | -62/+62 | |
2010-04-06 | build: added top level script | Andrew Tridgell | 1 | -0/+64 | |