Age | Commit message (Expand) | Author | Files | Lines |
2010-11-21 | waf: fixed the build with a space in the source directory | Andrew Tridgell | 4 | -5/+6 |
2010-11-16 | waf: added --git-local-changes configure option | Andrew Tridgell | 3 | -16/+25 |
2010-11-15 | waf: fixed configure again on RHEL5 | Andrew Tridgell | 1 | -1/+1 |
2010-11-12 | waf/samba_version: Simplify git show command. | Jelmer Vernooij | 1 | -1/+1 |
2010-11-12 | samba_version: Make COMMIT_IS_CLEAN an int rather than a string. | Jelmer Vernooij | 1 | -4/+4 |
2010-11-12 | samba_version: Simplify dirty tree detection. | Jelmer Vernooij | 1 | -5/+4 |
2010-11-12 | waf/samba_version: Support integer defines. | Jelmer Vernooij | 1 | -4/+12 |
2010-11-12 | samba_version: When working from git checkout, display git revision SHA1 rather | Jelmer Vernooij | 2 | -45/+67 |
2010-11-12 | samba_version: Support retrieving snapshot identity from bzr. | Jelmer Vernooij | 1 | -0/+23 |
2010-11-12 | samba_version: Cope with building snapshots in directories without git checkout. | Jelmer Vernooij | 1 | -1/+6 |
2010-11-12 | Put git tree finding into a separate function. | Jelmer Vernooij | 1 | -32/+32 |
2010-11-12 | sambaversion.py: Some cleanups, make less git-specific. | Jelmer Vernooij | 1 | -18/+22 |
2010-11-12 | wafsamba: Support make dist from bzr checkout. | Jelmer Vernooij | 1 | -3/+11 |
2010-11-08 | waf: go back to the previous method of handling .inst. rules | Andrew Tridgell | 1 | -1/+1 |
2010-11-08 | waf: fixed the names of the installed libraries after the last change | Andrew Tridgell | 1 | -5/+13 |
2010-11-08 | waf: fixed tabs/spaces for python3.0 | Andrew Tridgell | 2 | -5/+5 |
2010-11-08 | waf: prevent us from modifying non-install libs during make install | Andrew Tridgell | 1 | -2/+6 |
2010-11-05 | waf: Put private libraries in a separate directory when building. | Jelmer Vernooij | 3 | -4/+10 |
2010-11-05 | wafsamba: Use project name variable rather than hardcoding 'samba4'. | Jelmer Vernooij | 1 | -2/+2 |
2010-11-05 | wafsamba: Drop private library prefix when installing private libraries | Jelmer Vernooij | 1 | -2/+5 |
2010-11-05 | wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables. | Jelmer Vernooij | 1 | -2/+2 |
2010-11-05 | Add --disable-rpath-private-install flag. | Jelmer Vernooij | 2 | -4/+20 |
2010-11-05 | Add --with-privatelibdir build option. | Jelmer Vernooij | 2 | -1/+11 |
2010-11-05 | samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib. | Jelmer Vernooij | 1 | -1/+1 |
2010-11-03 | waf: more agressively expand subsystem syslib deps | Andrew Tridgell | 1 | -4/+9 |
2010-11-03 | waf: ensure pkgconfig files depend on the prefix | Andrew Tridgell | 1 | -0/+3 |
2010-11-03 | waf: split pkgconfig logic into a separate module | Andrew Tridgell | 2 | -56/+62 |
2010-11-03 | waf: fixed wildcard build for full paths | Andrew Tridgell | 1 | -3/+16 |
2010-11-03 | waf: rerun deps calculation on LDFLAGS or CFLAGS change | Andrew Tridgell | 1 | -1/+1 |
2010-11-03 | waf: fixed wildcard build | Andrew Tridgell | 1 | -1/+2 |
2010-11-01 | waf: removed the module aliases code | Andrew Tridgell | 1 | -32/+0 |
2010-11-01 | waf: added automatic prototyping of static module init functions | Andrew Tridgell | 1 | -0/+8 |
2010-11-01 | waf: added module_init_name parameter to SAMBA_MODULE() | Andrew Tridgell | 1 | -2/+3 |
2010-10-31 | build: In some case the flags for the sun studio linker are wrong | Matthieu Patou | 2 | -0/+24 |
2010-10-31 | build: check that if we provide -liconv we can build shared libs | Matthieu Patou | 1 | -2/+13 |
2010-10-30 | build: strip -single_module when doing bundle on mac OS X | Matthieu Patou | 1 | -0/+12 |
2010-10-30 | build: set shared libraries flags correctly on mac os X | Matthieu Patou | 2 | -2/+21 |
2010-10-30 | waf: fixed building of non-shared binaries that contain modules | Andrew Tridgell | 1 | -0/+19 |
2010-10-30 | waf: get rid of target aliases in wafsamba | Andrew Tridgell | 2 | -30/+1 |
2010-10-30 | waf: save the samba_deps_extended | Andrew Tridgell | 1 | -1/+1 |
2010-10-30 | waf: give a better error on a bad grouping library | Andrew Tridgell | 1 | -0/+1 |
2010-10-30 | waf: cope with subsystems with no static modules | Andrew Tridgell | 1 | -4/+6 |
2010-10-30 | waf: don't auto-depend on subsystems | Andrew Tridgell | 1 | -7/+0 |
2010-10-30 | waf: added --symbol-check option | Andrew Tridgell | 2 | -47/+125 |
2010-10-30 | waf: build all libraries after all object files | Andrew Tridgell | 1 | -7/+17 |
2010-10-30 | waf: use Utils.WafError() instead of raising an AssertionError | Andrew Tridgell | 1 | -2/+1 |
2010-10-30 | waf: cope with rules with no inputs | Andrew Tridgell | 1 | -0/+3 |
2010-10-30 | waf: separate out get_tgt_list() | Andrew Tridgell | 2 | -12/+20 |
2010-10-30 | waf: display the paths in library loops | Andrew Tridgell | 1 | -0/+21 |
2010-10-30 | waf: added env.DEVELOPER_MODE flag | Andrew Tridgell | 2 | -0/+309 |