Andrew Tridgell
df5949efb4
added auto-generation of the IDL interface tables. This makes two less
...
places that need to be edited when someone adds a new IDL file.
(This used to be commit ccd9ddeed679baa6cbb05ac728b381b50420e00f)
2003-11-28 00:48:05 +00:00
Andrew Tridgell
02dc7536dd
save about 35% of the time for "make idl" by processing multiple IDL
...
files at once, which means less perl startup time.
(This used to be commit 64b2c67e479ddc754d18f752d347ba22a6d77682)
2003-11-23 03:42:20 +00:00
Andrew Tridgell
11e9184895
by using a single proto.h we gain another factor of 4 in the speed of
...
"make proto"
(This used to be commit f6bb118799887e8e29399343e377ba8e9f059f20)
2003-11-23 03:03:27 +00:00
Andrew Tridgell
1bd5a8ac1a
final bit of tidyup and speedup
...
(This used to be commit 1c980e6c4e89b24aa8fedf0b6684cd73f34b6c25)
2003-11-23 02:44:23 +00:00
Andrew Tridgell
5577992f25
much faster inner loop and neater code
...
(This used to be commit 9ea02c51d449095b7f17edb3fb82d3722cdd9c20)
2003-11-23 02:33:46 +00:00
Andrew Tridgell
b9dd8d34a0
fixed loadparm handling properly
...
(This used to be commit 945ada7e7ec0f4b4df559bc171b9b18d30eff834)
2003-11-23 02:11:55 +00:00
Andrew Tridgell
4df03a8921
nicer base type handling
...
(This used to be commit e58384eb53b654768d2eb53c222529849674753c)
2003-11-23 02:00:40 +00:00
Andrew Tridgell
d47d14f2ff
reduced the number of magic types we need in mkproto.pl
...
In general I prefer "struct foo" to just "foo" for most
structures. There are exceptions.
(This used to be commit 04eb12b56c653f98801ab29411f47564ab32fa58)
2003-11-23 01:53:54 +00:00
Andrew Tridgell
5052c65fd3
get rid of our awk scripts
...
(This used to be commit f11f757c871dcb66813e44a3144df0f927108d8e)
2003-11-23 01:30:58 +00:00
Andrew Tridgell
fec4b5b0cc
changed to perl for mkproto, patch from vance
...
(This used to be commit 9386326868f43dab95b5508ce0ca5a9c1160a2eb)
2003-11-23 01:29:42 +00:00
Andrew Tridgell
15776970a5
we now use a copy of pidl inside the samba4 source tree at
...
source/build/pidl/
I imported the code using direct respository manipulation to preserve
the commit history
(This used to be commit 2ed87a52ccc343c281e29f5a18f3f99fe06beb28)
2003-11-20 22:46:01 +00:00
Andrew Tridgell
b008369175
moved the pidl auto-generated files out of CVS
...
(This used to be commit 49c72d42766a55e2833c004e721a47115000626b)
2003-11-20 11:09:53 +00:00
Andrew Tridgell
6a991bb9b0
simple method for auto-building rpc files if idl changes, and
...
auto-building proto.h if it doesn't exist. This should make life a
little easier for developers
(This used to be commit ab5939e79600841c5e7e31e9da8742bf2da4a184)
2003-11-15 21:25:03 +00:00
Andrew Tridgell
44dfd03963
- added the rest of the LSA calls as stubs
...
- auto-generate the client calls with 'make idl'
(This used to be commit 8e52381313fc5a603b6d7e6ff090896c772096e9)
2003-11-09 08:30:29 +00:00
Andrew Tridgell
30d45fc57c
check for pidl.pl in path, not $HOME/pidl/
...
(This used to be commit 9aacdb5b8ac26a7a6337aeb23f63513fbd2236f6)
2003-11-09 01:18:59 +00:00
Andrew Tridgell
668c938678
- more generation fixes
...
- added auto-generation from the Makefile. Only called when you run "make idl"
(This used to be commit 47a17e5a08dcb5ef2880f75a59bf417e161a71d3)
2003-11-08 13:23:20 +00:00
Jelmer Vernooij
d55de7a159
Add script that reports unused macros/defines
...
(This used to be commit dd850b5bd8abc123f455b715fb62dd4d54297178)
2003-08-16 05:20:22 +00:00
Jelmer Vernooij
d9aa5b15d3
Add script that detects useless AC_DEFINE()'s in configure.in
...
(This used to be commit 37f55d8619b110d217ec826bcf2773849ed0f7f7)
2003-08-16 02:24:33 +00:00
Andrew Tridgell
ef2e26c91b
first public release of samba4 code
...
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)
2003-08-13 01:53:07 +00:00