summaryrefslogtreecommitdiff
path: root/buildtools
Commit message (Expand)AuthorAgeFilesLines
* 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
* waf: added suncc_wrapAndrew Tridgell2010-10-301-1/+16
* build: add the -fno-common flags to fix the link pb on mac os XMatthieu Patou2010-10-281-0/+2
* build: Add XPG6 otherwise we have a configure pb on sun SolarisMatthieu Patou2010-10-281-0/+1
* build: remove warnings about redifinition of boolean use -KPIC on sunccMatthieu Patou2010-10-271-1/+9
* wafsamba: support 'soname' attribute on SAMBA_LIBRARY()Stefan Metzmacher2010-10-272-1/+16
* waf: sped up the project rules checkingAndrew Tridgell2010-10-271-21/+60
* waf: quote subsystem names to make them clearerAndrew Tridgell2010-10-261-1/+1
* wafsamba: Fix soname for standalone private libraries.Jelmer Vernooij2010-10-261-1/+1
* waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij2010-10-261-2/+1
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-2/+0
* waf: build private libraries with so names.Jelmer Vernooij2010-10-261-1/+6
* waf: moved the -Wl,-no-undefined flags to source4 and ldbAndrew Tridgell2010-10-251-2/+0
* waf: Rename some BUNDLED_ functios to PRIVATE_.Jelmer Vernooij2010-10-233-20/+20
* waf: check the linker accepts a set of ldflags before using themAndrew Tridgell2010-10-211-1/+10
* waf: loosen the restriction on depending on python libsAndrew Tridgell2010-10-211-1/+3
* waf-python: make the pyext flag add the pyembed features for librariesAndrew Tridgell2010-10-211-1/+3
* waf: fixed the handling of -Wl,-no-undefinedAndrew Tridgell2010-10-213-11/+5