index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
script
/
build_idl.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
r10190: Do some very basic input checking when provisioning.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r10111: Make pidl by default assume the input file is an IDL file rather
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r9460: - Move pidl to lib/. This fixes standalone installation of pidl.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r9459: Move pidl up one level (to prevent too much nesting)
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r8806: Move data representation-independent data into seperate header
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r8803: Rename --header to --ndr-header and --parser to --ndr-parser
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r8801: Change --output to --outputdir and make pidl add a data representation...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r8469: the extra pidl args need to be normal args, not after a --, otherwise ...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r8264: - Use standard perl package structure for pidl.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r8263: Some small pidl fixes, start working towards supporting installation o...
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r8103: Add an argument separator between the hardcoded args and $PIDL_EXTRA_ARGS
Tim Potter
2007-10-10
1
-1
/
+1
*
r7425: configure check to see if a compiler can handle negative enum values
Stefan Metzmacher
2007-10-10
1
-1
/
+3
*
r5490: The big (D)COM commit! :-) Contains most of the changes described in the
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r5479: Add ODL input support.
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r5087: Add --swig to pidl flags so that swig .i files are generated with
Tim Potter
2007-10-10
1
-1
/
+1
*
r5033: Remove --with-eparserdir configure option and eparser_idl make target.
Tim Potter
2007-10-10
1
-7
/
+0
*
r5026: Don't build the swig stuff by default until it's a bit more stable.
Tim Potter
2007-10-10
1
-1
/
+1
*
r5019: Some tweaks to building the swig .i files.
Tim Potter
2007-10-10
1
-1
/
+1
*
r4599: Remove some duplicated code in pidl.pl.
Tim Potter
2007-10-10
1
-1
/
+1
*
r4471: Running 'make eparser_idl' doesn't need --header anymore.
Tim Potter
2007-10-10
1
-1
/
+1
*
r3861: - Put ndr and rpc client code in seperate files
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r3790: use a registration function that is called from dcerpc_*_init functions
Jelmer Vernooij
2007-10-10
1
-5
/
+0
*
r3651: Add a new configure option --with-eparserdir
Andrew Bartlett
2007-10-10
1
-0
/
+7
*
r2255: Don't do experimental swig stuff by default.
Tim Potter
2007-10-10
1
-1
/
+1
*
r2253: Add test program, as small example of what's going on.
Tim Potter
2007-10-10
1
-1
/
+1
*
r725: fix usage of $PERL to "$PERL" to handle perl -W correct
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r586: removed --clientfns from build_idl.sh (tim removed that code from pidl)
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r356: Start of auto-generated client functions. Tridge can you take a look
Tim Potter
2007-10-10
1
-1
/
+1
*
some systems doesn't have ./ in PATH
Stefan Metzmacher
2004-02-02
1
-2
/
+2
*
lots of shells don't have the -nt test, so use hackish find command
Andrew Tridgell
2003-12-15
1
-2
/
+7
*
a script fix for the build farm
Andrew Tridgell
2003-12-15
1
-1
/
+2
*
added auto-generation of the server side boilerplate code for each
Andrew Tridgell
2003-12-14
1
-1
/
+1
*
some systems don't have "which" and some systems don't have the "-nt"
Andrew Tridgell
2003-12-08
1
-9
/
+0
*
fixed shell scripting error
Andrew Tridgell
2003-12-08
1
-1
/
+1
*
cope with yapp not being installed
Andrew Tridgell
2003-12-08
1
-2
/
+6
*
* reduced the number of grammer conflicts a lot using (arbitrary)
Andrew Tridgell
2003-12-08
1
-1
/
+4
*
* support multiple interfaces in one IDL file in pidl
Andrew Tridgell
2003-11-28
1
-3
/
+3
*
added auto-generation of the IDL interface tables. This makes two less
Andrew Tridgell
2003-11-28
1
-0
/
+4
*
save about 35% of the time for "make idl" by processing multiple IDL
Andrew Tridgell
2003-11-23
1
-5
/
+17
*
we now use a copy of pidl inside the samba4 source tree at
Andrew Tridgell
2003-11-20
1
-1
/
+3
*
moved the pidl auto-generated files out of CVS
Andrew Tridgell
2003-11-20
1
-2
/
+5
*
simple method for auto-building rpc files if idl changes, and
Andrew Tridgell
2003-11-15
1
-3
/
+7
*
- added the rest of the LSA calls as stubs
Andrew Tridgell
2003-11-09
1
-1
/
+1
*
check for pidl.pl in path, not $HOME/pidl/
Andrew Tridgell
2003-11-09
1
-1
/
+1
*
- more generation fixes
Andrew Tridgell
2003-11-08
1
-0
/
+10