Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7605: Display properties in header files again. | Jelmer Vernooij | 1 | -15/+16 |
2007-10-10 | r7604: Bunch of small pidl updates. Mostly removing unused functions, | Jelmer Vernooij | 7 | -313/+142 |
2007-10-10 | r7590: Cleanups, add more notes on new string code. | Jelmer Vernooij | 4 | -61/+35 |
2007-10-10 | r7552: Use ParseExpr() for [value] attributes; allows | Jelmer Vernooij | 3 | -6/+7 |
2007-10-10 | r7463: - move some more stuff into functions | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7425: configure check to see if a compiler can handle negative enum values | Stefan Metzmacher | 3 | -2/+19 |
2007-10-10 | r7424: add --uint-enums option to pidl to generate | Stefan Metzmacher | 3 | -14/+59 |
2007-10-10 | r7419: when we have both --enable-developer and --enable-debug we don't need ... | Andrew Tridgell | 1 | -9/+10 |
2007-10-10 | r7389: move socket wrapper dir also to the prefix-test dir | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7377: Integrate browse service stuff more nicely | Jelmer Vernooij | 1 | -0/+27 |
2007-10-10 | r7330: use ParseExpr() also for subcontext_size() | Stefan Metzmacher | 1 | -7/+11 |
2007-10-10 | r7315: Add support for custom makefile targets, e.g.: | Jelmer Vernooij | 3 | -1/+23 |
2007-10-10 | r7311: Use TARGET_CFLAGS for depend list as well | Jelmer Vernooij | 1 | -5/+5 |
2007-10-10 | r7310: Support TARGET_CFLAGS thru recursive make | Jelmer Vernooij | 2 | -24/+14 |
2007-10-10 | r7308: Make dependency lists in the Makefile shorter (see discussion on samba... | Jelmer Vernooij | 2 | -70/+27 |
2007-10-10 | r7307: Add phony rules for OUTPUT_TYPE OBJLIST, e.g. it is now possible | Jelmer Vernooij | 2 | -5/+13 |
2007-10-10 | r7305: Some cleanups, use write out CFLAGS variable | Jelmer Vernooij | 1 | -43/+22 |
2007-10-10 | r7302: remove dublicate includes | Stefan Metzmacher | 1 | -3/+0 |
2007-10-10 | r7299: move the list of config.mk files to the source/ | Stefan Metzmacher | 2 | -49/+1 |
2007-10-10 | r7290: comment out heimdal config for now | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r7289: split out the list of *.mk files for the build, so you don't need to m... | Andrew Tridgell | 2 | -48/+51 |
2007-10-10 | r7288: Remove empty wrapper function | Jelmer Vernooij | 2 | -21/+2 |
2007-10-10 | r7284: more build issues for sqlite3 | Derrell Lipman | 1 | -0/+1 |
2007-10-10 | r7274: Move m4 files to seperate dir | Jelmer Vernooij | 12 | -8/+26 |
2007-10-10 | r7273: Update a bit | Jelmer Vernooij | 1 | -15/+18 |
2007-10-10 | r7271: added the ability to specify a target specific set of CFLAGS for | Andrew Tridgell | 2 | -2/+28 |
2007-10-10 | r7221: Add the start of a KDC service (to be built on a 'libkdc' from a to be | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r7195: - Fix echo pipe | Jelmer Vernooij | 1 | -12/+32 |
2007-10-10 | r7187: fix alignment of unions | Stefan Metzmacher | 2 | -17/+14 |
2007-10-10 | r7186: add [relative_base] property, which is allowed on typedef's | Stefan Metzmacher | 2 | -6/+66 |
2007-10-10 | r7185: fix formatting | Stefan Metzmacher | 1 | -35/+35 |
2007-10-10 | r7184: remove unused ndr_pull/push_struct_start/end() functions | Stefan Metzmacher | 1 | -14/+2 |
2007-10-10 | r7167: fix the build | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7165: Fix pidl tests | Jelmer Vernooij | 7 | -7/+6 |
2007-10-10 | r7161: - Add support for "aliases" for pidls scalar types and add a few aliases. | Jelmer Vernooij | 3 | -7/+24 |
2007-10-10 | r7160: Initial work on an esp function wrapper generator | Jelmer Vernooij | 2 | -5/+91 |
2007-10-10 | r7159: Improve the messages from pidl's validator module. | Jelmer Vernooij | 2 | -15/+42 |
2007-10-10 | r7122: Some cleanups, simplification of the code. | Jelmer Vernooij | 4 | -223/+93 |
2007-10-10 | r7121: More subcontext fixes. A subcontext does not always imply internally d... | Jelmer Vernooij | 2 | -6/+1 |
2007-10-10 | r7119: the content of a subcontext can contain deferred data, | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r7118: allways pull scalars and buffers when pulling the subcontext context | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r7117: Move more manpages to the source repository | Jelmer Vernooij | 1 | -0/+518 |
2007-10-10 | r7115: specify what properties can be used on what objects... | Stefan Metzmacher | 1 | -57/+114 |
2007-10-10 | r7111: Patch from Alan DeKok for correct use of the needed variables in Decl* | Jelmer Vernooij | 1 | -6/+8 |
2007-10-10 | r7109: Change noid() to noopnum() so it isn't confusing to people familiar wi... | Jelmer Vernooij | 2 | -11/+2 |
2007-10-10 | r7102: fix subcontext(0) | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r7098: - make use of the NDR table instead of the IDL table in the client and... | Stefan Metzmacher | 7 | -102/+153 |
2007-10-10 | r7084: - readd the work from rev 6516,6517,6572 | Stefan Metzmacher | 6 | -130/+217 |
2007-10-10 | r7065: Move ejs from web_server to lib so it can be shared with smbscript. | Tim Potter | 1 | -0/+1 |
2007-10-10 | r7062: Merge scripting/swig/config.mk with scripting/config.mk | Tim Potter | 1 | -1/+0 |