summaryrefslogtreecommitdiff
path: root/source4/build/pidl
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7923: removed dependence on Data::DumperAndrew Tridgell2-5/+0
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell4-14/+12
2007-10-10r7729: Small fixes to the charset stuff.Jelmer Vernooij3-12/+25
2007-10-10r7706: Move ParseExpr() to util.Jelmer Vernooij3-83/+48
2007-10-10r7702: Implement [charset()] attribute.Jelmer Vernooij3-13/+27
2007-10-10r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij4-57/+77
2007-10-10r7605: Display properties in header files again.Jelmer Vernooij1-15/+16
2007-10-10r7604: Bunch of small pidl updates. Mostly removing unused functions,Jelmer Vernooij7-313/+142
2007-10-10r7590: Cleanups, add more notes on new string code.Jelmer Vernooij4-61/+35
2007-10-10r7552: Use ParseExpr() for [value] attributes; allowsJelmer Vernooij3-6/+7
2007-10-10r7424: add --uint-enums option to pidl to generateStefan Metzmacher3-14/+59
2007-10-10r7377: Integrate browse service stuff more nicelyJelmer Vernooij1-0/+27
2007-10-10r7330: use ParseExpr() also for subcontext_size()Stefan Metzmacher1-7/+11
2007-10-10r7274: Move m4 files to seperate dirJelmer Vernooij2-0/+18
2007-10-10r7195: - Fix echo pipeJelmer Vernooij1-12/+32
2007-10-10r7187: fix alignment of unionsStefan Metzmacher2-17/+14
2007-10-10r7186: add [relative_base] property, which is allowed on typedef'sStefan Metzmacher2-6/+66
2007-10-10r7185: fix formattingStefan Metzmacher1-35/+35
2007-10-10r7184: remove unused ndr_pull/push_struct_start/end() functionsStefan Metzmacher1-14/+2
2007-10-10r7167: fix the buildStefan Metzmacher1-1/+1
2007-10-10r7165: Fix pidl testsJelmer Vernooij7-7/+6
2007-10-10r7161: - Add support for "aliases" for pidls scalar types and add a few aliases.Jelmer Vernooij3-7/+24
2007-10-10r7160: Initial work on an esp function wrapper generatorJelmer Vernooij2-5/+91
2007-10-10r7159: Improve the messages from pidl's validator module.Jelmer Vernooij2-15/+42
2007-10-10r7122: Some cleanups, simplification of the code.Jelmer Vernooij4-223/+93
2007-10-10r7121: More subcontext fixes. A subcontext does not always imply internally d...Jelmer Vernooij2-6/+1
2007-10-10r7119: the content of a subcontext can contain deferred data,Stefan Metzmacher1-1/+1
2007-10-10r7118: allways pull scalars and buffers when pulling the subcontext contextStefan Metzmacher1-5/+5
2007-10-10r7117: Move more manpages to the source repositoryJelmer Vernooij1-0/+518
2007-10-10r7115: specify what properties can be used on what objects...Stefan Metzmacher1-57/+114
2007-10-10r7111: Patch from Alan DeKok for correct use of the needed variables in Decl*Jelmer Vernooij1-6/+8
2007-10-10r7109: Change noid() to noopnum() so it isn't confusing to people familiar wi...Jelmer Vernooij2-11/+2
2007-10-10r7102: fix subcontext(0)Stefan Metzmacher1-2/+3
2007-10-10r7098: - make use of the NDR table instead of the IDL table in the client and...Stefan Metzmacher7-102/+153
2007-10-10r7084: - readd the work from rev 6516,6517,6572Stefan Metzmacher6-130/+217
2007-10-10r7059: Use namespaces for pidl and the build system, so we can later onJelmer Vernooij17-64/+108
2007-10-10r7043: Patch from Julien Kerihuel <j.kerihuel@openchange.org> to reenableAndrew Bartlett1-1/+2
2007-10-10r7037: Add enough pointers in the header file as wellJelmer Vernooij1-9/+13
2007-10-10r7036: Allow more operations in several properties (such as size_is, length_is,Jelmer Vernooij3-443/+491
2007-10-10r7029: Make array support in pidl similar to that in other IDL compilers. We ...Jelmer Vernooij1-84/+83
2007-10-10r7022: Add support for parsing definitions of multi-dimension arrays.Jelmer Vernooij9-163/+121
2007-10-10r6973: Merge new version of pidl into the main SAMBA_4_0 branch.Jelmer Vernooij19-2276/+3095
2007-10-10r6926: More build farm fixes:Jelmer Vernooij5-16/+7
2007-10-10r6873: fixed exec bitAndrew Tridgell1-0/+0
2007-10-10r6862: Add some more testsJelmer Vernooij6-30/+178
2007-10-10r6860: Add some allocation and alignment tests, remove uint64 from list of sc...Jelmer Vernooij5-6/+187
2007-10-10r6859: Add ndr_align tests, use environment variables ($CC, $CFLAGS, $LDFLAGS)Jelmer Vernooij3-9/+51
2007-10-10r6857: - Support [public] on functionsJelmer Vernooij3-133/+263
2007-10-10r6856: Add a couple of tests that test for the behaviour described inJelmer Vernooij2-1/+377
2007-10-10r6854: Add --quiet option to pidlJelmer Vernooij3-2/+173