summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
...
* r8979: Bunch of makefile fragment inclusion fixes:Jelmer Vernooij2007-10-103-121/+45
* r8974: Support makefile fragments in .mk filesJelmer Vernooij2007-10-104-111/+51
* r8973: nicer outputStefan Metzmacher2007-10-101-1/+1
* r8972: More simplifications...Jelmer Vernooij2007-10-101-26/+18
* r8968: More simplificationsJelmer Vernooij2007-10-101-51/+16
* r8966: Simplify the makefile generation system a bit.Jelmer Vernooij2007-10-103-110/+54
* r8955: Move a bit more of the build process to the MakefileJelmer Vernooij2007-10-101-1/+37
* r8953: Move a few utility functionsJelmer Vernooij2007-10-102-52/+46
* r8942: Move intermediate subsystem output files to bin/subsystems/Jelmer Vernooij2007-10-101-1/+1
* r8940: Add TDR (Trivial Data Representation). The aim is to use this later forJelmer Vernooij2007-10-102-0/+270
* r8936: Use incremental linking. This appeared to be supported onJelmer Vernooij2007-10-103-7/+45
* r8932: Handle non-anonymous unions and structures better.Tim Potter2007-10-101-4/+4
* r8920: Make NAME hash entry for struct elements a list.Tim Potter2007-10-101-4/+5
* r8919: Return references to structs and unions in parse tree. Fill in typeTim Potter2007-10-101-6/+17
* r8918: Handle const elements in structures or unions. This is a bit yucky butTim Potter2007-10-101-0/+6
* r8910: An initial parser to parse structures in smb_interfaces.h. This will beTim Potter2007-10-103-0/+1422
* r8878: Spelling fixes. (-:Tim Potter2007-10-101-2/+2
* r8868: add comfigure check for c99 struct initialization,Stefan Metzmacher2007-10-101-0/+21
* r8853: fixed path to smb.confAndrew Tridgell2007-10-101-1/+1
* r8841: disable dependencies for now. To try dependencies, uncomment the 3rd-t...Jelmer Vernooij2007-10-101-7/+2
* r8838: Add ugly hack to prevent make from barfing out because it doesn't knowJelmer Vernooij2007-10-101-1/+7
* r8832: Automatically rebuilding C files if headers change (in developer mode)Jelmer Vernooij2007-10-102-1/+33
* r8827: Fix install on some systems.Jelmer Vernooij2007-10-101-1/+2
* r8826: Make configure generate config.mk files (with the external librariesJelmer Vernooij2007-10-1010-296/+125
* r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell2007-10-101-1/+1
* r8809: Merge validator with NDR.pm (validator is NDR-specific)Jelmer Vernooij2007-10-103-374/+355
* r8806: Move data representation-independent data into seperate headerJelmer Vernooij2007-10-105-292/+377
* r8803: Rename --header to --ndr-header and --parser to --ndr-parserJelmer Vernooij2007-10-101-12/+12
* r8801: Change --output to --outputdir and make pidl add a data representation...Jelmer Vernooij2007-10-102-46/+21
* r8746: replace opendir/readdir/telldir/seekdir/closedir on systems where theyAndrew Tridgell2007-10-101-0/+110
* r8713: Experiment to try and fix warnings on 64-bit machines without breakingTim Potter2007-10-101-1/+1
* r8690: Code cleanups, improvements necessary for dependencies (not added yet)Jelmer Vernooij2007-10-107-97/+49
* r8671: use much shorter names for the selftest directory and socket wrapperAndrew Tridgell2007-10-101-4/+4
* r8649: added smbscript to the list of binaries to installAndrew Tridgell2007-10-101-0/+1
* r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell2007-10-101-5/+4
* r8623: Fix warnings in ODL-generated code.Jelmer Vernooij2007-10-102-0/+2
* r8622: Support parsing new structs/unions/enums/bitmaps without typedef inJelmer Vernooij2007-10-102-646/+757
* r8621: Simplify code. Add support for nested structures back into the header ...Jelmer Vernooij2007-10-106-165/+80
* r8614: Add COMRESULT/HRESULT scalar typeJelmer Vernooij2007-10-101-1/+7
* r8613: Remove a couple of empty loops.Jelmer Vernooij2007-10-101-2/+5
* r8612: Parse::Pidl::NDR:Jelmer Vernooij2007-10-102-9/+11
* r8576: install scripts from scripting/bin/Andrew Tridgell2007-10-101-1/+1
* r8566: Couple of code cleanupsJelmer Vernooij2007-10-101-88/+74
* r8559: Couple of (D)COM updates:Jelmer Vernooij2007-10-103-4/+9
* r8540: fixed network interface detection on several hostsAndrew Tridgell2007-10-101-3/+0
* r8533: improve --help outputAndrew Tridgell2007-10-101-1/+1
* r8532: this miight fix cross compilation for reactosAndrew Tridgell2007-10-101-0/+4
* r8525: added two more test targets:Andrew Tridgell2007-10-101-2/+9
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2007-10-101-11/+9
* r8471: --ejs taking an optional arguments interferes with the pidl extra argsAndrew Tridgell2007-10-101-3/+3