summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* build: fixed heimdal include listsAndrew Tridgell2010-04-062-19/+19
|
* build: saner CFLAGS handling for definesAndrew Tridgell2010-04-062-4/+5
|
* build: enable ENFORCE_GROUP_ORDERING()Andrew Tridgell2010-04-064-1/+161
| | | | also fixed ASN1 target names
* build: back to stricter depsAndrew Tridgell2010-04-061-5/+4
|
* build: added ENFORCE_GROUP_ORDERING()Andrew Tridgell2010-04-061-0/+28
|
* build: added getpass() testsAndrew Tridgell2010-04-061-0/+12
|
* build: make CONFIG_PATH() understand absolute pathsAndrew Tridgell2010-04-061-1/+4
|
* build: added SUBST_ENV_VAR()Andrew Tridgell2010-04-061-0/+5
|
* build: fixed LDB_MODULESDIRAndrew Tridgell2010-04-061-1/+1
|