summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* build: compatibility makefile targetsAndrew Tridgell2010-04-062-3/+15
|
* build: alias the libiconv target name for subsystems that depend on 'ICONV'Andrew Tridgell2010-04-061-1/+1
|
* build: added 'waf etags' targetAndrew Tridgell2010-04-061-1/+9
|
* build: don't need the S4 in the PIDL prefixAndrew Tridgell2010-04-062-3/+1
|
* build: teach samba_pild.py about the --com-header and --dcom-proxy optionsAndrew Tridgell2010-04-063-9/+18
|
* build: only enable pytdb on s4 buildAndrew Tridgell2010-04-061-0/+3
|
* build: fixed the build of the com.so libraryAndrew Tridgell2010-04-061-1/+6
|
* build: added a cflags_end SAMBA_SUBSYSTEM() optionAndrew Tridgell2010-04-061-0/+4
|
* build: enable com libraryAndrew Tridgell2010-04-061-12/+4
|
* build: don't remove MakefileAndrew Tridgell2010-04-061-1/+1
|
* build: enable pytdbAndrew Tridgell2010-04-061-0/+6
|
* build: optionally enable builtin poptAndrew Tridgell2010-04-064-9/+26
|
* build: don't use -W warning option for developer buildAndrew Tridgell2010-04-061-1/+1
|
* build: removed unused fileAndrew Tridgell2010-04-061-0/+0
|
* build: allow configure -C to work againAndrew Tridgell2010-04-061-0/+1
|
* build: go into system includes for dependencies on configureAndrew Tridgell2010-04-061-1/+7
|
* build: fixed some more missing targetsAndrew Tridgell2010-04-061-5/+9
|
* build: added a lot more options to waf testAndrew Tridgell2010-04-061-20/+74
|
* build: fixed init function sentinal for python modulesAndrew Tridgell2010-04-061-1/+1
|
* build: we don't need varients in samba, so we can optimise a bit moreAndrew Tridgell2010-04-061-0/+12
| | | | Thanks to ita for suggesting this
* build: remove hacks from top level wscriptAndrew Tridgell2010-04-061-79/+0
|
* build: an optimisation for includes file handlingAndrew Tridgell2010-04-062-1/+78
| | | | This optimisation makes waf include file handling more efficient
* build: allow waf to cache include lists more efficientlyAndrew Tridgell2010-04-061-3/+17
| | | | Using include paths all based on the topdir is more efficient
* build: try faster includes processingAndrew Tridgell2010-04-064-5/+102
|
* build: more efficient pidl rules from itaAndrew Tridgell2010-04-061-3/+7
| | | | Don't re-scan the pidl source tree each time
* build: updated waf versionAndrew Tridgell2010-04-061-0/+0
|
* build: fixed the build without sasl librariesAndrew Tridgell2010-04-062-4/+5
| | | | We need to only enable the cyrus_sasl module if we have sasl/sasl.h
* build: check that the symlink doesn't exist before creatingAndrew Tridgell2010-04-061-2/+5
|
* build: allow shared and python staging areas to be referenced in build treeAndrew Tridgell2010-04-061-0/+4
|
* build: cope with the common gen_ndr files being in the git treeAndrew Tridgell2010-04-062-6/+36
|
* build: updates for current master buildAndrew Tridgell2010-04-061-4/+4
|
* build: fixed samba_deps.py for python 2.4Andrew Tridgell2010-04-061-0/+11
|
* build: fixed termcap buildAndrew Tridgell2010-04-061-1/+3
|
* build: use a plain build, at request of metze :)Andrew Tridgell2010-04-061-1/+1
|
* build: fixed cflags in CHECK_CODEAndrew Tridgell2010-04-061-1/+1
|
* build: default to waf -pAndrew Tridgell2010-04-061-4/+1
|
* build: added test targets for makeAndrew Tridgell2010-04-061-0/+6
|
* build: fixed group for heimdal autoprotoAndrew Tridgell2010-04-061-1/+1
|
* build: added ldb 'skel' moduleAndrew Tridgell2010-04-061-0/+5
|
* build: waf test now depends on buildAndrew Tridgell2010-04-061-6/+10
|
* build: need the sample ldb module for our testsuiteAndrew Tridgell2010-04-061-0/+5
|
* build: waf test now works (at least for some tests)Andrew Tridgell2010-04-061-11/+25
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-0660-587/+1329
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-0683-0/+2388
|
* build: separate out dependencies and python rulesAndrew Tridgell2010-04-062-0/+434
|
* build: nearly there on samba4 buildAndrew Tridgell2010-04-0620-471/+347
|
* build: better target name for lib linkAndrew Tridgell2010-04-061-1/+7
|
* build: assert on missing dependencyAndrew Tridgell2010-04-061-1/+13
|
* build: much nicer pidl rulesAndrew Tridgell2010-04-064-79/+78
|
* build: use export_incdirsAndrew Tridgell2010-04-061-0/+1
|