s3:vfs:shadow_copy2: Fix shadow-copy module for drag&drop from a snapshot
[ira/wip.git] / buildtools /
2011-01-19 Stefan Metzmacherwafsamba: quote CPP and CC values when calling pidl
2011-01-19 Andrew Tridgellwaf: change private libraries to use the same soname...
2011-01-14 Andrew Tridgellwaf: this script does need bash
2011-01-14 Andrew Tridgellwaf: use PYTHONARCHDIR for installing python shared...
2011-01-14 Andrew Tridgellwaf: new version of waf
2011-01-11 Andrew Tridgellabi: force TERM=none in abi generation
2011-01-05 Stefan Metzmacherbuildtools/wafsamba: import 'sys' and 'Logs' if we...
2010-12-24 Jelmer Vernooijwafsamba: Fix handling of nick name in VERSION.
2010-12-21 Jelmer Vernooijwafsamba: Allow newer or the same python module version...
2010-12-17 Jelmer Vernooijwafsamba: Use abi_match in version script files.
2010-12-17 Jelmer Vernooijwafsamba: Specify full vscript path so non-autogenerate...
2010-12-17 Jelmer Vernooijwafsamba: Don't build vscript for modules.
2010-12-17 Jelmer Vernooijwafsamba: Move version script handling out of SAMBA_LIB...
2010-12-17 Jelmer VernooijSimplify link installation.
2010-12-17 Jelmer Vernooijheimdal_build: Simplify library handling.
2010-12-15 Andrew Tridgellwaf: fixed re-running of build rules
2010-12-15 Matthieu Patoubuild: hpux didn't support -Bdynamic
2010-12-14 Matthieu Patouwafsamba: change the default value for SAMBA_MODULE...
2010-12-12 Matthieu Patoubuild: move the import near the place where need it...
2010-12-11 Matthieu Patoubuild: add more CFLAGS for aix
2010-12-11 Matthieu Patoubuild: On AIX we need _XOPEN_SOURCE >= 500 for CLOCK_RE...
2010-12-10 Matthieu Patoubuild: cpp is prefixed by CPP=
2010-12-10 Matthieu Patoubuild: add a function to test if -lc is needed
2010-12-10 Matthieu Patoubuild: compiler on aix is xlc_r not xlr_c
2010-12-10 Matthieu Patoubuild: reset cpp on host with xlr_c and let pidl use...
2010-12-10 Matthieu Patoubuild: detect if conf.env['CPP'] is an array or not
2010-12-10 Andrew Tridgellwaf: the libXX.inst.so file also depends on the vscript
2010-12-09 Matthieu Patoubuild: use CPP and CC values when calling pidl
2010-12-09 Matthieu Patoubuild: introduce SAMBA_CHECK_PYTHON_HEADERS
2010-12-09 Andrew Tridgellwaf: remove the restriction that private libraries...
2010-12-09 Andrew Tridgellwaf: fixed path to abi_directory
2010-12-09 Andrew Tridgellwaf: add a dependency between the library and its vscript
2010-12-09 Andrew Tridgellwaf: don't use symbol versioning on our modules
2010-12-09 Andrew Tridgellwaf: use vscripts for our private libraries too
2010-12-09 Andrew Tridgellwaf: make mkdir_p on a empty string not recurse forever
2010-12-09 Andrew Tridgellwaf-abi: auto-generate per-symbol versions from ABI...
2010-12-08 Stefan Metzmacherbuildtools: private_libraries should not have a version...
2010-12-08 Stefan Metzmacherbuildtools: add the PRIVATE_EXTENSION for private libraries
2010-12-08 Stefan Metzmacherbuildtools: make sure we have no '+' in the version...
2010-12-08 Andrew Tridgellwaf: added --disable-symbol-versions configure option
2010-12-08 Andrew Tridgellwaf: support @LIB_RPATH@ in pc files
2010-12-08 Matthieu Patoubuild: tru64 needs -shared for building libs
2010-12-08 Andrew Tridgellwaf: added -Wmissing-prototypes to build
2010-12-08 Andrew Tridgellwaf: make all generators depend on their rules
2010-12-08 Andrew Tridgellwaf: use -Wl,--version-script if available
2010-12-08 Andrew Tridgellwaf: added configure test for -Wl,--version-script
2010-12-08 Andrew Tridgells4-waf: get the version number right on private libraries
2010-12-07 Matthieu Patoubuild: fix hpux build pb
2010-12-05 Jelmer Vernooijwafsamba: Only include versioned files when building...
2010-12-03 Jelmer Vernooijwafsamba: Override GIT_DIR without using putenv.
2010-12-02 Björn Jackewaf/buildtools: remove more bash shebangs and fix a...
2010-12-02 Björn Jackewaf/buildtools: use /bin/sh instead of /bin/bash and...
2010-12-02 Stefan Metzmacherbuildtools: fix --git-local-changes option
2010-12-01 Günther Deschners3-waf: avoid module name uppercasing.
2010-12-01 Andrew Tridgellwaf: less verbose message for failing to resolve a...
2010-12-01 Andrew Tridgellwaf: use Logs.warn() instead of print() in the symbol...
2010-12-01 Andrew Tridgellwaf: added a help target for the other waf builds
2010-11-30 Jelmer Vernooijwafsamba: Fix indentation.
2010-11-30 Jelmer Vernooijwafsamba: Only use private library rpath when linking...
2010-11-29 Jelmer Vernooijsamba_dist: Fix dist for subprojects.
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
next