summaryrefslogtreecommitdiff
path: root/source4/script/build_idl.sh
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15291: $f already has the $srcdir prefixedStefan Metzmacher1-1/+1
2007-10-10r15036: Add out of tree build support and see how buildfarm will respond to m...Alexander Bokovoy1-4/+4
2007-10-10r12465: Merge Parse::Pidl::Samba4::NDR::Header into Parse::Pidl::Samba4::NDR:...Jelmer Vernooij1-1/+1
2007-10-10r10190: Do some very basic input checking when provisioning.Jelmer Vernooij1-1/+1
2007-10-10r10111: Make pidl by default assume the input file is an IDL file ratherJelmer Vernooij1-1/+1
2007-10-10r9460: - Move pidl to lib/. This fixes standalone installation of pidl.Jelmer Vernooij1-1/+1
2007-10-10r9459: Move pidl up one level (to prevent too much nesting)Jelmer Vernooij1-1/+1
2007-10-10r8806: Move data representation-independent data into seperate headerJelmer Vernooij1-1/+1
2007-10-10r8803: Rename --header to --ndr-header and --parser to --ndr-parserJelmer Vernooij1-1/+1
2007-10-10r8801: Change --output to --outputdir and make pidl add a data representation...Jelmer Vernooij1-1/+1
2007-10-10r8469: the extra pidl args need to be normal args, not after a --, otherwise ...Andrew Tridgell1-1/+1
2007-10-10r8264: - Use standard perl package structure for pidl.Jelmer Vernooij1-1/+1
2007-10-10r8263: Some small pidl fixes, start working towards supporting installation o...Jelmer Vernooij1-1/+1
2007-10-10r8103: Add an argument separator between the hardcoded args and $PIDL_EXTRA_ARGSTim Potter1-1/+1
2007-10-10r7425: configure check to see if a compiler can handle negative enum valuesStefan Metzmacher1-1/+3
2007-10-10r5490: The big (D)COM commit! :-) Contains most of the changes described in theJelmer Vernooij1-2/+2
2007-10-10r5479: Add ODL input support.Jelmer Vernooij1-1/+1
2007-10-10r5087: Add --swig to pidl flags so that swig .i files are generated withTim Potter1-1/+1
2007-10-10r5033: Remove --with-eparserdir configure option and eparser_idl make target.Tim Potter1-7/+0
2007-10-10r5026: Don't build the swig stuff by default until it's a bit more stable.Tim Potter1-1/+1
2007-10-10r5019: Some tweaks to building the swig .i files.Tim Potter1-1/+1
2007-10-10r4599: Remove some duplicated code in pidl.pl.Tim Potter1-1/+1
2007-10-10r4471: Running 'make eparser_idl' doesn't need --header anymore.Tim Potter1-1/+1
2007-10-10r3861: - Put ndr and rpc client code in seperate filesJelmer Vernooij1-1/+1
2007-10-10r3790: use a registration function that is called from dcerpc_*_init functionsJelmer Vernooij1-5/+0
2007-10-10r3651: Add a new configure option --with-eparserdirAndrew Bartlett1-0/+7
2007-10-10r2255: Don't do experimental swig stuff by default.Tim Potter1-1/+1
2007-10-10r2253: Add test program, as small example of what's going on.Tim Potter1-1/+1
2007-10-10r725: fix usage of $PERL to "$PERL" to handle perl -W correctStefan Metzmacher1-2/+2
2007-10-10r586: removed --clientfns from build_idl.sh (tim removed that code from pidl)Andrew Tridgell1-1/+1
2007-10-10r356: Start of auto-generated client functions. Tridge can you take a lookTim Potter1-1/+1
2004-02-02some systems doesn't have ./ in PATHStefan Metzmacher1-2/+2
2003-12-15lots of shells don't have the -nt test, so use hackish find commandAndrew Tridgell1-2/+7
2003-12-15a script fix for the build farmAndrew Tridgell1-1/+2
2003-12-14added auto-generation of the server side boilerplate code for eachAndrew Tridgell1-1/+1
2003-12-08some systems don't have "which" and some systems don't have the "-nt"Andrew Tridgell1-9/+0
2003-12-08fixed shell scripting errorAndrew Tridgell1-1/+1
2003-12-08cope with yapp not being installedAndrew Tridgell1-2/+6
2003-12-08 * reduced the number of grammer conflicts a lot using (arbitrary)Andrew Tridgell1-1/+4
2003-11-28 * support multiple interfaces in one IDL file in pidlAndrew Tridgell1-3/+3
2003-11-28added auto-generation of the IDL interface tables. This makes two lessAndrew Tridgell1-0/+4
2003-11-23save about 35% of the time for "make idl" by processing multiple IDLAndrew Tridgell1-5/+17
2003-11-20we now use a copy of pidl inside the samba4 source tree atAndrew Tridgell1-1/+3
2003-11-20moved the pidl auto-generated files out of CVSAndrew Tridgell1-2/+5
2003-11-15simple method for auto-building rpc files if idl changes, andAndrew Tridgell1-3/+7
2003-11-09- added the rest of the LSA calls as stubsAndrew Tridgell1-1/+1
2003-11-09check for pidl.pl in path, not $HOME/pidl/Andrew Tridgell1-1/+1
2003-11-08- more generation fixesAndrew Tridgell1-0/+10