r15356: Remove unused 'flags' argument from socket_send() and friends.
[bbaumbach/samba-autobuild/.git] / source4 / script / build_idl.sh
2007-10-10 Stefan Metzmacherr15291: $f already has the $srcdir prefixed
2007-10-10 Alexander Bokovoyr15036: Add out of tree build support and see how build...
2007-10-10 Jelmer Vernooijr12465: Merge Parse::Pidl::Samba4::NDR::Header into...
2007-10-10 Jelmer Vernooijr10190: Do some very basic input checking when provisio...
2007-10-10 Jelmer Vernooijr10111: Make pidl by default assume the input file...
2007-10-10 Jelmer Vernooijr9460: - Move pidl to lib/. This fixes standalone insta...
2007-10-10 Jelmer Vernooijr9459: Move pidl up one level (to prevent too much...
2007-10-10 Jelmer Vernooijr8806: Move data representation-independent data into...
2007-10-10 Jelmer Vernooijr8803: Rename --header to --ndr-header and --parser...
2007-10-10 Jelmer Vernooijr8801: Change --output to --outputdir and make pidl...
2007-10-10 Andrew Tridgellr8469: the extra pidl args need to be normal args,...
2007-10-10 Jelmer Vernooijr8264: - Use standard perl package structure for pidl.
2007-10-10 Jelmer Vernooijr8263: Some small pidl fixes, start working towards...
2007-10-10 Tim Potterr8103: Add an argument separator between the hardcoded...
2007-10-10 Stefan Metzmacherr7425: configure check to see if a compiler can handle...
2007-10-10 Jelmer Vernooijr5490: The big (D)COM commit! :-) Contains most of...
2007-10-10 Jelmer Vernooijr5479: Add ODL input support.
2007-10-10 Tim Potterr5087: Add --swig to pidl flags so that swig .i files...
2007-10-10 Tim Potterr5033: Remove --with-eparserdir configure option and...
2007-10-10 Tim Potterr5026: Don't build the swig stuff by default until...
2007-10-10 Tim Potterr5019: Some tweaks to building the swig .i files.
2007-10-10 Tim Potterr4599: Remove some duplicated code in pidl.pl.
2007-10-10 Tim Potterr4471: Running 'make eparser_idl' doesn't need --header...
2007-10-10 Jelmer Vernooijr3861: - Put ndr and rpc client code in seperate files
2007-10-10 Jelmer Vernooijr3790: use a registration function that is called from...
2007-10-10 Andrew Bartlettr3651: Add a new configure option --with-eparserdir
2007-10-10 Tim Potterr2255: Don't do experimental swig stuff by default.
2007-10-10 Tim Potterr2253: Add test program, as small example of what's...
2007-10-10 Stefan Metzmacherr725: fix usage of $PERL to "$PERL" to handle perl...
2007-10-10 Andrew Tridgellr586: removed --clientfns from build_idl.sh (tim remove...
2007-10-10 Tim Potterr356: Start of auto-generated client functions. Tridge...
2004-02-02 Stefan Metzmachersome systems doesn't have ./ in PATH
2003-12-15 Andrew Tridgelllots of shells don't have the -nt test, so use hackish...
2003-12-15 Andrew Tridgella script fix for the build farm
2003-12-14 Andrew Tridgelladded auto-generation of the server side boilerplate...
2003-12-08 Andrew Tridgellsome systems don't have "which" and some systems don...
2003-12-08 Andrew Tridgellfixed shell scripting error
2003-12-08 Andrew Tridgellcope with yapp not being installed
2003-12-08 Andrew Tridgell * reduced the number of grammer conflicts a lot using...
2003-11-28 Andrew Tridgell * support multiple interfaces in one IDL file in pidl
2003-11-28 Andrew Tridgelladded auto-generation of the IDL interface tables....
2003-11-23 Andrew Tridgellsave about 35% of the time for "make idl" by processing...
2003-11-20 Andrew Tridgellwe now use a copy of pidl inside the samba4 source...
2003-11-20 Andrew Tridgellmoved the pidl auto-generated files out of CVS
2003-11-15 Andrew Tridgellsimple method for auto-building rpc files if idl change...
2003-11-09 Andrew Tridgell- added the rest of the LSA calls as stubs
2003-11-09 Andrew Tridgellcheck for pidl.pl in path, not $HOME/pidl/
2003-11-08 Andrew Tridgell- more generation fixes