wintest Improve wintest's handling of IP addresses and add more auto-setup
[samba.git] / buildtools /
2010-11-21 Andrew Tridgellwaf: fixed the build with a space in the source directory
2010-11-16 Andrew Tridgellwaf: added --git-local-changes configure option
2010-11-15 Andrew Tridgellwaf: fixed configure again on RHEL5
2010-11-12 Jelmer Vernooijwaf/samba_version: Simplify git show command.
2010-11-12 Jelmer Vernooijsamba_version: Make COMMIT_IS_CLEAN an int rather than...
2010-11-12 Jelmer Vernooijsamba_version: Simplify dirty tree detection.
2010-11-12 Jelmer Vernooijwaf/samba_version: Support integer defines.
2010-11-12 Jelmer Vernooijsamba_version: When working from git checkout, display...
2010-11-12 Jelmer Vernooijsamba_version: Support retrieving snapshot identity...
2010-11-12 Jelmer Vernooijsamba_version: Cope with building snapshots in director...
2010-11-12 Jelmer VernooijPut git tree finding into a separate function.
2010-11-12 Jelmer Vernooijsambaversion.py: Some cleanups, make less git-specific.
2010-11-12 Jelmer Vernooijwafsamba: Support make dist from bzr checkout.
2010-11-08 Andrew Tridgellwaf: go back to the previous method of handling .inst...
2010-11-08 Andrew Tridgellwaf: fixed the names of the installed libraries after...
2010-11-08 Andrew Tridgellwaf: fixed tabs/spaces for python3.0
2010-11-08 Andrew Tridgellwaf: prevent us from modifying non-install libs during...
2010-11-05 Jelmer Vernooijwaf: Put private libraries in a separate directory...
2010-11-05 Jelmer Vernooijwafsamba: Use project name variable rather than hardcod...
2010-11-05 Jelmer Vernooijwafsamba: Drop private library prefix when installing...
2010-11-05 Jelmer Vernooijwafsamba: Support expanding variables in LIBDIR/PRIVATE...
2010-11-05 Jelmer VernooijAdd --disable-rpath-private-install flag.
2010-11-05 Jelmer VernooijAdd --with-privatelibdir build option.
2010-11-05 Jelmer Vernooijsamba_utils: Use LIBDIR rather than assuming it is...
2010-11-03 Andrew Tridgellwaf: more agressively expand subsystem syslib deps
2010-11-03 Andrew Tridgellwaf: ensure pkgconfig files depend on the prefix
2010-11-03 Andrew Tridgellwaf: split pkgconfig logic into a separate module
2010-11-02 Andrew Tridgellwaf: fixed wildcard build for full paths
2010-11-02 Andrew Tridgellwaf: rerun deps calculation on LDFLAGS or CFLAGS change
2010-11-02 Andrew Tridgellwaf: fixed wildcard build
2010-11-01 Andrew Tridgellwaf: removed the module aliases code
2010-11-01 Andrew Tridgellwaf: added automatic prototyping of static module init...
2010-11-01 Andrew Tridgellwaf: added module_init_name parameter to SAMBA_MODULE()
2010-10-31 Matthieu Patoubuild: In some case the flags for the sun studio linker...
2010-10-31 Matthieu Patoubuild: check that if we provide -liconv we can build...
2010-10-30 Matthieu Patoubuild: strip -single_module when doing bundle on mac...
2010-10-30 Matthieu Patoubuild: set shared libraries flags correctly on mac...
2010-10-30 Andrew Tridgellwaf: fixed building of non-shared binaries that contain...
2010-10-30 Andrew Tridgellwaf: get rid of target aliases in wafsamba
2010-10-30 Andrew Tridgellwaf: save the samba_deps_extended
2010-10-30 Andrew Tridgellwaf: give a better error on a bad grouping library
2010-10-30 Andrew Tridgellwaf: cope with subsystems with no static modules
2010-10-30 Andrew Tridgellwaf: don't auto-depend on subsystems
2010-10-30 Andrew Tridgellwaf: added --symbol-check option
2010-10-30 Andrew Tridgellwaf: build all libraries after all object files
2010-10-30 Andrew Tridgellwaf: use Utils.WafError() instead of raising an Asserti...
2010-10-30 Andrew Tridgellwaf: cope with rules with no inputs
2010-10-30 Andrew Tridgellwaf: separate out get_tgt_list()
2010-10-30 Andrew Tridgellwaf: display the paths in library loops
2010-10-30 Andrew Tridgellwaf: added env.DEVELOPER_MODE flag
2010-10-30 Andrew Tridgellwaf: added suncc_wrap
2010-10-28 Matthieu Patoubuild: add the -fno-common flags to fix the link pb...
2010-10-28 Matthieu Patoubuild: Add XPG6 otherwise we have a configure pb on...
2010-10-27 Matthieu Patoubuild: remove warnings about redifinition of boolean...
2010-10-27 Stefan Metzmacherwafsamba: support 'soname' attribute on SAMBA_LIBRARY()
2010-10-27 Andrew Tridgellwaf: sped up the project rules checking
2010-10-26 Andrew Tridgellwaf: quote subsystem names to make them clearer
2010-10-26 Jelmer Vernooijwafsamba: Fix soname for standalone private libraries.
2010-10-26 Jelmer Vernooijwaf: Stop automaticaly changing dashes to underscores...
2010-10-26 Jelmer Vernooijwaf: Remove lib prefix from libraries manually.
2010-10-26 Jelmer Vernooijwaf: build private libraries with so names.
2010-10-25 Andrew Tridgellwaf: moved the -Wl,-no-undefined flags to source4 and ldb
2010-10-23 Jelmer Vernooijwaf: Rename some BUNDLED_ functios to PRIVATE_.
2010-10-21 Andrew Tridgellwaf: check the linker accepts a set of ldflags before...
2010-10-21 Andrew Tridgellwaf: loosen the restriction on depending on python...
2010-10-21 Andrew Tridgellwaf-python: make the pyext flag add the pyembed feature...
2010-10-21 Andrew Tridgellwaf: fixed the handling of -Wl,-no-undefined
2010-10-21 Andrew Tridgellwaf: show duplicate objects in python modules as well...
2010-10-21 Andrew Tridgellwaf: added pyext option to SAMBA_LIBRARY()
2010-10-21 Andrew Tridgellwaf: raise an error on a dependency on a python module
2010-10-21 Andrew Tridgellwaf: prevent the global deps list creating depenency...
2010-10-21 Andrew Tridgellwaf: replace the is_bundled option with private_library
2010-10-21 Andrew Tridgellwaf: added the concept of a grouping_library
2010-10-21 Andrew Tridgellwaf: cope with libraries with a specified version number
2010-10-21 Andrew Tridgellwaf: re-work the module alias code
2010-10-21 Andrew Tridgellwaf: fixed expansion of direct_objects and direct_libs
2010-10-21 Andrew Tridgellwaf: allows libraries to be marked as private_library...
2010-10-21 Andrew Tridgellwaf: rework expand_subsystem_deps()
2010-10-21 Andrew Tridgellwaf: added --show-deps and --show-duplicates
2010-10-19 Andrew Tridgellwaf: put -Wl,-no-undefined only in the linker flags...
2010-10-19 Andrew Tridgellwaf: don't save deps on install
2010-10-19 Andrew Tridgellwaf: automap shared library names from .so to the right...
2010-10-16 Jelmer Vernooijheimdal_build: Use existing functions for finding syste...
2010-10-14 Andrew Tridgells4-waf: automatically remove stale C and header files
2010-10-13 Jelmer Vernooijwafsamba/developer: Forbid shared objects with unresolv...
2010-10-13 Jelmer Vernooijwafsamba: Don't allow circular dependencies involving...
2010-10-12 Jelmer Vernooijwafsamba: Warn about circular dependencies between...
2010-10-10 Jelmer Vernooijwafsamba: Fix handling of pyembed/pyext.
2010-10-10 Jelmer Vernooijwafsamba: Support setting pyembed on libraries.
2010-10-10 Jelmer Vernooijwafsamba: Fix init function when building modules as...
2010-10-10 Jelmer Vernooijwafsamba: Clarify needs_python argument name, use pyemb...
2010-10-06 Andrew Tridgellwaf: allow for commands like "make bin/smbtorture"
2010-10-06 Andrew Tridgellwaf: fixed some python3.x portability issues
2010-10-06 Andrew Tridgellwaf: update to waf version 1.5.19
2010-10-06 Andrew Tridgellwaf: fixed the problem with com_err on Ubuntu 9.04
2010-10-05 Andrew Tridgellwaf: workaround for the 'make install' breakage
2010-10-04 Jelmer Vernooijwaf: Add function for checking for system python modules.
2010-10-03 Jelmer Vernooijwafsamba: Some reformatting.
2010-10-03 Jelmer Vernooijheimdal: Move asn1 list to heimdal_build.
2010-10-03 Jelmer Vernooijheimdal: Move SAMBA_ERRTABLE to heimdal_build.
next