summaryrefslogtreecommitdiffstats
path: root/source4/build/pidl
Commit message (Expand)AuthorAgeFilesLines
* 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
* r8566: Couple of code cleanupsJelmer Vernooij2007-10-101-88/+74
* r8559: Couple of (D)COM updates:Jelmer Vernooij2007-10-103-4/+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
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-101-1/+1
* r8283: make sure we build constant variables for both pull and push side of e...Andrew Tridgell2007-10-101-12/+20
* r8281: pass the callnum and rpc interface table directly from the generatedAndrew Tridgell2007-10-101-3/+6
* r8275: possibly a more portable way to export symbols in perl?Andrew Tridgell2007-10-103-6/+9
* r8274: Export some more symbols.Jelmer Vernooij2007-10-1011-145/+184
* r8270: Export some symbols, making the code more readable.Jelmer Vernooij2007-10-1012-103/+117
* r8268: added the 'needed' logic to ehs generation, so we don't generateAndrew Tridgell2007-10-101-13/+73
* r8267: re-generated the yapp parser with correct pathsAndrew Tridgell2007-10-101-59/+59
* r8265: Fixes to the pidl test suite.Jelmer Vernooij2007-10-108-62/+51
* r8264: - Use standard perl package structure for pidl.Jelmer Vernooij2007-10-1028-530/+371
* r8263: Some small pidl fixes, start working towards supporting installation o...Jelmer Vernooij2007-10-103-4/+6
* r8261: charset style strings in pidl should be const, just like old style ndr...Andrew Tridgell2007-10-101-1/+1
* r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell2007-10-101-0/+11
* r8243: fixed indentation of generated ejs interface codeAndrew Tridgell2007-10-101-92/+167
* r8242: support bitmap constants from ejs callsAndrew Tridgell2007-10-101-4/+13
* r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell2007-10-101-0/+23
* r8233: - added support for more base types in pidl ejsAndrew Tridgell2007-10-104-18/+149
* r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell2007-10-101-1/+29
* r8216: - handle union pull in ejs pidl generationAndrew Tridgell2007-10-101-2/+19
* r8215: switched the pull side of the ejs generator over to the recursive LEVE...Andrew Tridgell2007-10-101-31/+57
* r8213: I've started to understand the LEVELS stuff in pidl much better now,Andrew Tridgell2007-10-101-53/+93
* r8203: fix the build temporary,Stefan Metzmacher2007-10-101-2/+2
* r8200: - added stub functions for union pull/pushAndrew Tridgell2007-10-101-6/+31
* r8198: - handled push/pull of simple strings in ejsAndrew Tridgell2007-10-101-20/+56
* r8191: updated the ejs code generator in pidl to generate enough code forAndrew Tridgell2007-10-102-20/+340
* r8167: - use the same algorithm than w2k3 for 'unique' pointer valuesStefan Metzmacher2007-10-103-6/+15
* r8162: Revert my pad8 hack.Andrew Bartlett2007-10-103-9/+1
* r8110: More PAC work. I still can't get WinXP to accept the PAC, but we areAndrew Bartlett2007-10-103-1/+9
* r8101: Fix some indentation.Tim Potter2007-10-101-8/+8
* r7923: removed dependence on Data::DumperAndrew Tridgell2007-10-102-5/+0
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-104-14/+12
* r7729: Small fixes to the charset stuff.Jelmer Vernooij2007-10-103-12/+25
* r7706: Move ParseExpr() to util.Jelmer Vernooij2007-10-103-83/+48
* r7702: Implement [charset()] attribute.Jelmer Vernooij2007-10-103-13/+27
* r7695: Add support for the [string] attribute that works in the traditional s...Jelmer Vernooij2007-10-104-57/+77
* r7605: Display properties in header files again.Jelmer Vernooij2007-10-101-15/+16
* r7604: Bunch of small pidl updates. Mostly removing unused functions,Jelmer Vernooij2007-10-107-313/+142
* r7590: Cleanups, add more notes on new string code.Jelmer Vernooij2007-10-104-61/+35
* r7552: Use ParseExpr() for [value] attributes; allowsJelmer Vernooij2007-10-103-6/+7