Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-08 | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 1 | -5/+5 | |
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-04-06 | s4-waf: add subdir argument to distcheck for source4 | Andrew Tridgell | 1 | -0/+7 | |
2010-04-06 | s4-waf: move to a universal method of recursing into subdirs | Andrew Tridgell | 1 | -28/+28 | |
This works with both standalone lib builds and bundled builds | |||||
2010-04-06 | s4-waf: avoid having to run waf configure before waf dist | Andrew Tridgell | 1 | -1/+2 | |
This should be useful for building tarballs from a clean checkout | |||||
2010-04-06 | s4-waf: added 'waf dist' to build the tarball | Andrew Tridgell | 1 | -1/+11 | |
2010-04-06 | s4-waf: remove PYTHONDIR from config.h | Andrew Tridgell | 1 | -0/+3 | |
prevent unnecessary rebuilds | |||||
2010-04-06 | s4-waf: install in /usr/local/samba by default | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | s4-waf: added pydoctor and wafdocs targets | Andrew Tridgell | 1 | -0/+20 | |
these generate html documentation for the Samba python code You need a very recent version of pydoctor | |||||
2010-04-06 | s4-waf: change bundled extension to 'samba4' | Andrew Tridgell | 1 | -1/+1 | |
This matches what debian currently uses for libldb-samba4 | |||||
2010-04-06 | s4-waf: cleanup use of LIBPOPT vs popt dependency | Andrew Tridgell | 1 | -1/+0 | |
2010-04-06 | s4-waf: set default for bundled libraries | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | s4-waf: don't auto-include bundled library headers | Andrew Tridgell | 1 | -1/+1 | |
If we are going to use the system versions of these libraries then we should not force the use of the non-system headers | |||||
2010-04-06 | s4-waf: set the bundled library extension for some libs | Andrew Tridgell | 1 | -6/+9 | |
2010-04-06 | s4-waf: enable the configuration and options for pidl | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: spelling fix, and syntax highlighting fix | Andrew Tridgell | 1 | -2/+2 | |
2010-04-06 | build: check for pam headers | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: Add a ctags command to build a ctags-style tags file | Kai Blin | 1 | -0/+8 | |
2010-04-06 | build: ensure that the 'build' command appears in waf --help | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: added 'waf etags' target | Andrew Tridgell | 1 | -1/+9 | |
2010-04-06 | build: optionally enable builtin popt | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: remove hacks from top level wscript | Andrew Tridgell | 1 | -79/+0 | |
2010-04-06 | build: try faster includes processing | Andrew Tridgell | 1 | -0/+81 | |
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -4/+2 | |
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 | -13/+30 | |
2010-04-06 | build: emulate autoconf PACKAGE_* variables | Andrew Tridgell | 1 | -0/+7 | |
2010-04-06 | build: added wrapper options | Andrew Tridgell | 1 | -0/+6 | |
2010-04-06 | build: iconv checks | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: check for pam | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: zlib checks | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: check for backtrace | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: ntvfs/sysdep configure checks | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: waf build for lib/tls | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: result of hack session with ita | Andrew Tridgell | 1 | -4/+2 | |
2010-04-06 | build: fixes from ita | Andrew Tridgell | 1 | -0/+3 | |
2010-04-06 | build: started to split up wafsamba.py into separate modules | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | build: added ASN1, PIDL and ET build rules | Andrew Tridgell | 1 | -0/+2 | |
also added selftest example command | |||||
2010-04-06 | build: DEFUN->DEFINE, and fixed CFLAGS handling | Andrew Tridgell | 1 | -3/+4 | |
2010-04-06 | build: s4 wants config.h in include/ | Andrew Tridgell | 1 | -13/+1 | |
2010-04-06 | build: added ADD_CFLAGS() and started of Samba4 build | Andrew Tridgell | 1 | -0/+34 | |