Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ... | Andrew Tridgell | 1 | -1/+29 |
2007-10-10 | r8216: - handle union pull in ejs pidl generation | Andrew Tridgell | 1 | -2/+19 |
2007-10-10 | r8215: switched the pull side of the ejs generator over to the recursive LEVE... | Andrew Tridgell | 1 | -31/+57 |
2007-10-10 | r8213: I've started to understand the LEVELS stuff in pidl much better now, | Andrew Tridgell | 1 | -53/+93 |
2007-10-10 | r8203: fix the build temporary, | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r8200: - added stub functions for union pull/push | Andrew Tridgell | 1 | -6/+31 |
2007-10-10 | r8198: - handled push/pull of simple strings in ejs | Andrew Tridgell | 1 | -20/+56 |
2007-10-10 | r8191: updated the ejs code generator in pidl to generate enough code for | Andrew Tridgell | 2 | -20/+340 |
2007-10-10 | r8167: - use the same algorithm than w2k3 for 'unique' pointer values | Stefan Metzmacher | 3 | -6/+15 |
2007-10-10 | r8162: Revert my pad8 hack. | Andrew Bartlett | 3 | -9/+1 |
2007-10-10 | r8110: More PAC work. I still can't get WinXP to accept the PAC, but we are | Andrew Bartlett | 3 | -1/+9 |
2007-10-10 | r8101: Fix some indentation. | Tim Potter | 1 | -8/+8 |
2007-10-10 | r8020: - add --with-selftest-prefix option that specify the prefix used in ma... | Stefan Metzmacher | 2 | -2/+17 |
2007-10-10 | r7977: split up 'make clean' a little more as it is overflowing the command l... | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r7958: More debian packaging updates; packages build now with | Jelmer Vernooij | 1 | -6/+15 |
2007-10-10 | r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'. | Jelmer Vernooij | 4 | -14/+64 |
2007-10-10 | r7923: removed dependence on Data::Dumper | Andrew Tridgell | 2 | -5/+0 |
2007-10-10 | r7896: don't output null rules for blank targets (caued make failure on irix) | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r7895: hopefully this will fix the popt build on solaris | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r7894: remove portability experiments until its working in the smb-build test... | Andrew Tridgell | 1 | -3/+5 |
2007-10-10 | r7875: try to see if this is portable | Stefan Metzmacher | 1 | -5/+3 |
2007-10-10 | r7874: reverted metzes patch svn 7837 as it is not portable to make on | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r7866: Remove some unused autoconf macro calls. | Jelmer Vernooij | 1 | -17/+11 |
2007-10-10 | r7865: changed pidl to take a "const void *" instead of a "void *" for the | Andrew Tridgell | 4 | -14/+12 |
2007-10-10 | r7845: remove unused files | Stefan Metzmacher | 1 | -9/+6 |
2007-10-10 | r7837: use some more 'make' features | Stefan Metzmacher | 1 | -4/+2 |
2007-10-10 | r7790: Allow remembering more configure-level data (and | Jelmer Vernooij | 4 | -6/+12 |
2007-10-10 | r7768: use _ALL_OBJS in clean target | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r7766: Treat NOPROTO as boolean. | Jelmer Vernooij | 2 | -10/+21 |
2007-10-10 | r7764: Generate _ALL_OBJS list. | Jelmer Vernooij | 2 | -1/+6 |
2007-10-10 | r7762: Clean up make help files. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r7761: Don't let phony targets cause a rebuild of the binaries. Thanks | Jelmer Vernooij | 2 | -2/+3 |
2007-10-10 | r7729: Small fixes to the charset stuff. | Jelmer Vernooij | 3 | -12/+25 |
2007-10-10 | r7706: Move ParseExpr() to util. | Jelmer Vernooij | 3 | -83/+48 |
2007-10-10 | r7702: Implement [charset()] attribute. | Jelmer Vernooij | 3 | -13/+27 |
2007-10-10 | r7695: Add support for the [string] attribute that works in the traditional s... | Jelmer Vernooij | 4 | -57/+77 |
2007-10-10 | r7672: this should fix the crypt dependency problem (I hope!) | Andrew Tridgell | 1 | -3/+3 |
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 |