summaryrefslogtreecommitdiffstats
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* waf: fixed the build with a space in the source directoryAndrew Tridgell2010-11-215-7/+8
* waf: added --git-local-changes configure optionAndrew Tridgell2010-11-163-16/+25
* waf: fixed configure again on RHEL5Andrew Tridgell2010-11-151-1/+1
* waf/samba_version: Simplify git show command.Jelmer Vernooij2010-11-121-1/+1
* samba_version: Make COMMIT_IS_CLEAN an int rather than a string.Jelmer Vernooij2010-11-121-4/+4
* samba_version: Simplify dirty tree detection.Jelmer Vernooij2010-11-121-5/+4
* waf/samba_version: Support integer defines.Jelmer Vernooij2010-11-121-4/+12
* samba_version: When working from git checkout, display git revision SHA1 ratherJelmer Vernooij2010-11-122-45/+67
* samba_version: Support retrieving snapshot identity from bzr.Jelmer Vernooij2010-11-121-0/+23
* samba_version: Cope with building snapshots in directories without git checkout.Jelmer Vernooij2010-11-121-1/+6
* Put git tree finding into a separate function.Jelmer Vernooij2010-11-121-32/+32
* sambaversion.py: Some cleanups, make less git-specific.Jelmer Vernooij2010-11-121-18/+22
* wafsamba: Support make dist from bzr checkout.Jelmer Vernooij2010-11-121-3/+11
* waf: go back to the previous method of handling .inst. rulesAndrew Tridgell2010-11-081-1/+1
* waf: fixed the names of the installed libraries after the last changeAndrew Tridgell2010-11-081-5/+13
* waf: fixed tabs/spaces for python3.0Andrew Tridgell2010-11-082-5/+5
* waf: prevent us from modifying non-install libs during make installAndrew Tridgell2010-11-081-2/+6
* waf: Put private libraries in a separate directory when building.Jelmer Vernooij2010-11-053-4/+10
* wafsamba: Use project name variable rather than hardcoding 'samba4'.Jelmer Vernooij2010-11-051-2/+2
* wafsamba: Drop private library prefix when installing private librariesJelmer Vernooij2010-11-051-2/+5
* wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables.Jelmer Vernooij2010-11-051-2/+2
* Add --disable-rpath-private-install flag.Jelmer Vernooij2010-11-052-4/+20
* Add --with-privatelibdir build option.Jelmer Vernooij2010-11-052-1/+11
* samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.Jelmer Vernooij2010-11-051-1/+1
* waf: more agressively expand subsystem syslib depsAndrew Tridgell2010-11-031-4/+9
* waf: ensure pkgconfig files depend on the prefixAndrew Tridgell2010-11-031-0/+3
* waf: split pkgconfig logic into a separate moduleAndrew Tridgell2010-11-032-56/+62
* waf: fixed wildcard build for full pathsAndrew Tridgell2010-11-031-3/+16
* waf: rerun deps calculation on LDFLAGS or CFLAGS changeAndrew Tridgell2010-11-031-1/+1
* waf: fixed wildcard buildAndrew Tridgell2010-11-031-1/+2
* waf: removed the module aliases codeAndrew Tridgell2010-11-011-32/+0
* waf: added automatic prototyping of static module init functionsAndrew Tridgell2010-11-011-0/+8
* waf: added module_init_name parameter to SAMBA_MODULE()Andrew Tridgell2010-11-011-2/+3
* build: In some case the flags for the sun studio linker are wrongMatthieu Patou2010-10-312-0/+24
* build: check that if we provide -liconv we can build shared libsMatthieu Patou2010-10-311-2/+13
* build: strip -single_module when doing bundle on mac OS XMatthieu Patou2010-10-301-0/+12
* build: set shared libraries flags correctly on mac os XMatthieu Patou2010-10-302-2/+21
* waf: fixed building of non-shared binaries that contain modulesAndrew Tridgell2010-10-301-0/+19
* waf: get rid of target aliases in wafsambaAndrew Tridgell2010-10-302-30/+1
* waf: save the samba_deps_extendedAndrew Tridgell2010-10-301-1/+1
* waf: give a better error on a bad grouping libraryAndrew Tridgell2010-10-301-0/+1
* waf: cope with subsystems with no static modulesAndrew Tridgell2010-10-301-4/+6
* waf: don't auto-depend on subsystemsAndrew Tridgell2010-10-301-7/+0
* waf: added --symbol-check optionAndrew Tridgell2010-10-302-47/+125
* waf: build all libraries after all object filesAndrew Tridgell2010-10-301-7/+17
* waf: use Utils.WafError() instead of raising an AssertionErrorAndrew Tridgell2010-10-301-2/+1
* waf: cope with rules with no inputsAndrew Tridgell2010-10-301-0/+3
* waf: separate out get_tgt_list()Andrew Tridgell2010-10-302-12/+20
* waf: display the paths in library loopsAndrew Tridgell2010-10-301-0/+21
* waf: added env.DEVELOPER_MODE flagAndrew Tridgell2010-10-302-0/+309