summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8275: possibly a more portable way to export symbols in perl?Andrew Tridgell3-6/+9
2007-10-10r8274: Export some more symbols.Jelmer Vernooij11-145/+184
2007-10-10r8270: Export some symbols, making the code more readable.Jelmer Vernooij12-103/+117
2007-10-10r8268: added the 'needed' logic to ehs generation, so we don't generateAndrew Tridgell1-13/+73
2007-10-10r8267: re-generated the yapp parser with correct pathsAndrew Tridgell1-59/+59
2007-10-10r8265: Fixes to the pidl test suite.Jelmer Vernooij8-62/+51
2007-10-10r8264: - Use standard perl package structure for pidl.Jelmer Vernooij29-534/+375
2007-10-10r8263: Some small pidl fixes, start working towards supporting installation o...Jelmer Vernooij3-4/+6
2007-10-10r8261: charset style strings in pidl should be const, just like old style ndr...Andrew Tridgell1-1/+1
2007-10-10r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell1-0/+11
2007-10-10r8243: fixed indentation of generated ejs interface codeAndrew Tridgell1-92/+167
2007-10-10r8242: support bitmap constants from ejs callsAndrew Tridgell1-4/+13
2007-10-10r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell1-0/+23
2007-10-10r8233: - added support for more base types in pidl ejsAndrew Tridgell4-18/+149
2007-10-10r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell1-1/+29
2007-10-10r8216: - handle union pull in ejs pidl generationAndrew Tridgell1-2/+19
2007-10-10r8215: switched the pull side of the ejs generator over to the recursive LEVE...Andrew Tridgell1-31/+57
2007-10-10r8213: I've started to understand the LEVELS stuff in pidl much better now,Andrew Tridgell1-53/+93
2007-10-10r8203: fix the build temporary,Stefan Metzmacher1-2/+2
2007-10-10r8200: - added stub functions for union pull/pushAndrew Tridgell1-6/+31
2007-10-10r8198: - handled push/pull of simple strings in ejsAndrew Tridgell1-20/+56
2007-10-10r8191: updated the ejs code generator in pidl to generate enough code forAndrew Tridgell2-20/+340
2007-10-10r8167: - use the same algorithm than w2k3 for 'unique' pointer valuesStefan Metzmacher3-6/+15
2007-10-10r8162: Revert my pad8 hack.Andrew Bartlett3-9/+1
2007-10-10r8110: More PAC work. I still can't get WinXP to accept the PAC, but we areAndrew Bartlett3-1/+9
2007-10-10r8101: Fix some indentation.Tim Potter1-8/+8
2007-10-10r8020: - add --with-selftest-prefix option that specify the prefix used in ma...Stefan Metzmacher2-2/+17
2007-10-10r7977: split up 'make clean' a little more as it is overflowing the command l...Andrew Tridgell1-2/+6
2007-10-10r7958: More debian packaging updates; packages build now withJelmer Vernooij1-6/+15
2007-10-10r7943: Add 'make manpages', fix 'make installman' and 'make uninstallman'.Jelmer Vernooij4-14/+64
2007-10-10r7923: removed dependence on Data::DumperAndrew Tridgell2-5/+0
2007-10-10r7896: don't output null rules for blank targets (caued make failure on irix)Andrew Tridgell1-0/+4
2007-10-10r7895: hopefully this will fix the popt build on solarisAndrew Tridgell1-0/+2
2007-10-10r7894: remove portability experiments until its working in the smb-build test...Andrew Tridgell1-3/+5
2007-10-10r7875: try to see if this is portableStefan Metzmacher1-5/+3
2007-10-10r7874: reverted metzes patch svn 7837 as it is not portable to make onAndrew Tridgell1-2/+4
2007-10-10r7866: Remove some unused autoconf macro calls.Jelmer Vernooij1-17/+11
2007-10-10r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell4-14/+12
2007-10-10r7845: remove unused filesStefan Metzmacher1-9/+6
2007-10-10r7837: use some more 'make' featuresStefan Metzmacher1-4/+2
2007-10-10r7790: Allow remembering more configure-level data (andJelmer Vernooij4-6/+12
2007-10-10r7768: use _ALL_OBJS in clean targetAndrew Tridgell1-2/+4
2007-10-10r7766: Treat NOPROTO as boolean.Jelmer Vernooij2-10/+21
2007-10-10r7764: Generate _ALL_OBJS list.Jelmer Vernooij2-1/+6
2007-10-10r7762: Clean up make help files.Jelmer Vernooij1-1/+1
2007-10-10r7761: Don't let phony targets cause a rebuild of the binaries. ThanksJelmer Vernooij2-2/+3
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