summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r9049: - add property dependencies to include/proto.hStefan Metzmacher1-27/+5
- make some stuff easier metze (This used to be commit 14b92e8a085f7d1a011b1663bf2a2728a907b0af)
2007-10-10r9001: Fix warning in make cleanJelmer Vernooij1-5/+1
(This used to be commit 84bd51279e1302bdecca99fb3f155ba2f6e0bbf5)
2007-10-10r8997: Define CPP for hosts that don't default to 'cpp'Jelmer Vernooij1-0/+2
(This used to be commit efe0be92496940dd5c98ad2e864ef326ea6bf3ef)
2007-10-10r8996: More build fixes...Jelmer Vernooij1-9/+4
(This used to be commit 2b15c74f201d7fad11f1c50dd91b27b78b221550)
2007-10-10r8994: Clean up some more autogenerated files so I can predict when I'm going toJelmer Vernooij1-6/+9
break the build... (This used to be commit 1f31414f372bf930db0a65531e85ab5cb9a34723)
2007-10-10r8991: Change Makefile.core to main.mk to prevent accidental removal problems.Jelmer Vernooij1-1/+1
(This used to be commit 3719570411c47b019e29dbfec1af7b018ea9f759)
2007-10-10r8988: Don't remove Makefile.core in distclean...Jelmer Vernooij1-2/+2
(This used to be commit e8324ff8900fee2df6ca48d89e86e419f7223af9)
2007-10-10r8985: Automatically generate make dependency rules forJelmer Vernooij1-137/+2
the asn1 and error table files. This removes the need for HEIMDAL_EXTERNAL (This used to be commit 2f481ac93c0151b82dab737d49ae8d0d3cbbbbbe)
2007-10-10r8979: Bunch of makefile fragment inclusion fixes:Jelmer Vernooij3-121/+45
- support whitespace - support "include " keyword - move swig stuff to .mk file - support autogenerated makefile portions (use "include echo foo|") (This used to be commit 43779c09b6a75e03f4cf6e8953a837cddd318aa5)
2007-10-10r8974: Support makefile fragments in .mk filesJelmer Vernooij4-111/+51
(This used to be commit 8d9c18a1b4cf31ebae1d0c84b00b4d781f55de66)
2007-10-10r8973: nicer outputStefan Metzmacher1-1/+1
metze (This used to be commit ea78b57ed8ab3488a7b7ca4d5ead1ec4d0f10931)
2007-10-10r8972: More simplifications...Jelmer Vernooij1-26/+18
(This used to be commit d89caeb8004c5cfabc934c8efa899a6d1839d250)
2007-10-10r8968: More simplificationsJelmer Vernooij1-51/+16
(This used to be commit 92e14f555633c12ac02255274ac16a44ecf2b436)
2007-10-10r8966: Simplify the makefile generation system a bit.Jelmer Vernooij3-110/+54
Autogenerate list of binaries (rather then having them hardcoded in build/smb_build/makefile.pm) Add INSTALLDIR keyword to .mk files (This used to be commit ce0935112b846486cf705ec69f12350be9c4c89d)
2007-10-10r8955: Move a bit more of the build process to the MakefileJelmer Vernooij1-1/+37
(This used to be commit 670a7a8de570a9c89ea09bb473d9b1d8cabf6830)
2007-10-10r8953: Move a few utility functionsJelmer Vernooij2-52/+46
(This used to be commit 732db744b287be71781b7577933bc54a0724f78c)
2007-10-10r8942: Move intermediate subsystem output files to bin/subsystems/Jelmer Vernooij1-1/+1
(This used to be commit 43c8321cd991bdc3a7e1b05359d249457e86e7d1)
2007-10-10r8940: Add TDR (Trivial Data Representation). The aim is to use this later forJelmer Vernooij2-0/+270
NBT/WINS/etc rather then having to depend on NDR. (This used to be commit 5ee7af26dd220de06f1764cd1683abedeeda5131)
2007-10-10r8936: Use incremental linking. This appeared to be supported onJelmer Vernooij3-7/+45
all systems on the buildfarm when I tested it using smb_build. It's just a one line change to go back. If this works correctly, we can simplify the build system quite a bit. (This used to be commit 6b671fb34a35def9a8d2fdaa8d9a04ff26c9e929)
2007-10-10r8932: Handle non-anonymous unions and structures better.Tim Potter1-4/+4
(This used to be commit 04f993721574b4532962b5845faa4cb40a90ca38)
2007-10-10r8920: Make NAME hash entry for struct elements a list.Tim Potter1-4/+5
Return array length entries for elements that have an array specifier. (This used to be commit 17689ca7403dd8762185611da2e08545af611d71)
2007-10-10r8919: Return references to structs and unions in parse tree. Fill in typeTim Potter1-6/+17
names for structs and unions also. (This used to be commit c31be383461d8a2784aa85619b38f81a389024f2)
2007-10-10r8918: Handle const elements in structures or unions. This is a bit yucky butTim Potter1-0/+6
making an optional_const rule puts the parser in an infinite loop (?). (This used to be commit 6339cc75fae8296757c4609cede1d5703b90d52a)
2007-10-10r8910: An initial parser to parse structures in smb_interfaces.h. This will beTim Potter3-0/+1422
used to generate ejs objects for making raw smb calls. Running 'make smb_interfaces' should run the build_smb_interfaces.pl script which at the moment only displays a dump of the parsed data. Const is also not working right now but it's bedtime. (This used to be commit 1be5f55d7f6926bf7266ea72623990f0bb558c94)
2007-10-10r8878: Spelling fixes. (-:Tim Potter1-2/+2
(This used to be commit f850faca9797c9818a46fec72dba069cac5a6db7)
2007-10-10r8868: add comfigure check for c99 struct initialization,Stefan Metzmacher1-0/+21
which is required for samba4 metze (This used to be commit 3d4fdb70935b4bde1c34a293e5d5a3000151c116)
2007-10-10r8853: fixed path to smb.confAndrew Tridgell1-1/+1
Jelmer, is this what you intended? (This used to be commit e2251823fecea8d35913739d83abb8cf29d785f2)
2007-10-10r8841: disable dependencies for now. To try dependencies, uncomment the ↵Jelmer Vernooij1-7/+2
3rd-to-last line of Makefile (This used to be commit 4faed45851ad83249a9c8778e052a168bf5db2fa)
2007-10-10r8838: Add ugly hack to prevent make from barfing out because it doesn't knowJelmer Vernooij1-1/+7
how to create heimdal C files. (This used to be commit 403ed4abf5d9061c1d8e66e94766ae1ccefb585d)
2007-10-10r8832: Automatically rebuilding C files if headers change (in developer mode)Jelmer Vernooij2-1/+33
(This used to be commit bb02e1dccb058e31cf33aaac954708276090a9ec)
2007-10-10r8827: Fix install on some systems.Jelmer Vernooij1-1/+2
(This used to be commit bca762494316dd0b0bc593e4e374a68260c87f47)
2007-10-10r8826: Make configure generate config.mk files (with the external librariesJelmer Vernooij10-296/+125
that were found) and a config.pm file (with all substitution variables) (This used to be commit 52bb1374bbcfc9b9a6d098687bafe9021a1ee858)
2007-10-10r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell1-1/+1
calls. This changes the generated RPC and IRPC calls to use the 'this' object pointer instead of requiring the passing of the object on each call. So typical usage is now: var echo = echo_init(); var io = irpcObj(); status = echo.connect("ncacn_np:server"); assert(status.is_ok); io.input.in_data = 7; status = echo.AddOne(io); assert(status.is_ok); (This used to be commit f7b49ecd0868c1f0fec75b371f132bbf357ad8c6)
2007-10-10r8809: Merge validator with NDR.pm (validator is NDR-specific)Jelmer Vernooij3-374/+355
(This used to be commit 5c0a22167d3424573ede99937549d815d067f0bc)
2007-10-10r8806: Move data representation-independent data into seperate headerJelmer Vernooij5-292/+377
(This used to be commit 26e1fdf63007e28468a05b18bede1e69981edc12)
2007-10-10r8803: Rename --header to --ndr-header and --parser to --ndr-parserJelmer Vernooij1-12/+12
(This used to be commit d292ab7ca6ce8232a182e7ec9480671bb3044a6a)
2007-10-10r8801: Change --output to --outputdir and make pidl add a data ↵Jelmer Vernooij2-46/+21
representation prefix to pidl itself. Useful for supporting other data representation types. (This used to be commit 5af68a04763f39f2a9898155e2c82ed2ee646f36)
2007-10-10r8746: replace opendir/readdir/telldir/seekdir/closedir on systems where theyAndrew Tridgell1-0/+110
are broken (apparently all BSD systems). This breakage leads to unlink on files in an open directory causing a later seekdir to miss files. The bug happens due to a block boundary bug in the BSD libc implementation of these calls. This replacement code also fixes a severe memory usage problem with telldir that can cause closedir() to take an arbitrary amount of time. I have reported the bug in readdir to Greg Lehey (a FreeBSD maintainer) (This used to be commit e1bf7c4279fbc03a52497d24cea375e75059cba1)
2007-10-10r8713: Experiment to try and fix warnings on 64-bit machines without breakingTim Potter1-1/+1
32-bit ones. Yes, this weird looking macros are part of C99. (This used to be commit 7b316f119b8486b75ebe63b185c50fab82313e58)
2007-10-10r8690: Code cleanups, improvements necessary for dependencies (not added yet)Jelmer Vernooij7-97/+49
(This used to be commit 7384b3c4a1450ad63356dcf586e3a7e7335f8e6d)
2007-10-10r8671: use much shorter names for the selftest directory and socket wrapperAndrew Tridgell1-4/+4
code. I'm afraid this is needed by irix 6.4 which silently truncates names in unix domain sockets in recvfrom() to 16 chars. My apologies for having to move to such short names :-( (This used to be commit f9693e313da67e1347a607db5d3ebbf36e02a77a)
2007-10-10r8649: added smbscript to the list of binaries to installAndrew Tridgell1-0/+1
(This used to be commit f5e39455a8e7aff54503857ec148c880aac71fac)
2007-10-10r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell1-5/+4
callers to optionally supply an existing object to add the properties to. So you can do: var rpc = samr_init(); lsa_init(rpc); and you end up with 'rpc' having both the samr and lsa functions and constants available. (This used to be commit 6a1ed328e27769bd52899fc2437a43fc17104eff)
2007-10-10r8623: Fix warnings in ODL-generated code.Jelmer Vernooij2-0/+2
(This used to be commit 78ef2349c7a1bff19fb86a41bf5c074a2dfcb222)
2007-10-10r8622: Support parsing new structs/unions/enums/bitmaps without typedef inJelmer Vernooij2-646/+757
(This used to be commit cd33b5efc544345411db498b178fa532a9a2c82f)
2007-10-10r8621: Simplify code. Add support for nested structures back into the header ↵Jelmer Vernooij6-165/+80
generator. (This used to be commit 5610838385ca00a944fb4765df1854954a3a81bc)
2007-10-10r8614: Add COMRESULT/HRESULT scalar typeJelmer Vernooij1-1/+7
(This used to be commit 8637a85e6a349cce15a298154500921e9a0183a3)
2007-10-10r8613: Remove a couple of empty loops.Jelmer Vernooij1-2/+5
(This used to be commit 94e338805de465a3ec7d82aa599f09adfcc06bd8)
2007-10-10r8612: Parse::Pidl::NDR:Jelmer Vernooij2-9/+11
Values that are deferred but don't contain deferred data don't need NDR_BUFFERS Parse::Pidl::Samba::NDR::Parser: Only use manually written array access functions when the array functions are faster then the autogenerated ones. Makes ndr_basic.c a bit shorter. (This used to be commit cad40815dcfb7cdcab13bd0cd204ef8711605ef3)
2007-10-10r8576: install scripts from scripting/bin/Andrew Tridgell1-1/+1
(This used to be commit a64490d1e5224c47437e07a0f1fbcbd8f197fdfd)