Date: Mon Feb 2 07:06:28 2004
Author: metze
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv6981/script
Modified Files:
build_idl.sh
Log Message:
some systems doesn't have ./ in PATH
so use ./build/pidl/pidl.pl
metze
Revisions:
build_idl.sh
Date: Thu Jan 29 09:54:42 2004
Author: metze
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv9309/script
Added Files:
find_unused_options.sh
Log Message:
add find_unused_options.sh
this script finds unused lp_*() functions
use it like this:
[EMAIL
Date: Wed Jan 28 12:47:52 2004
Author: metze
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv26955/source/script
Added Files:
mkversion.sh
Log Message:
merge the version.h autogeneration stuff from 3.0
metze
Revisions:
mkversion.shNONE =>
Date: Tue Jan 13 22:24:56 2004
Author: metze
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv25788
Added Files:
find_unused_makefilevars.pl
Log Message:
a script which find unused or undefined vars in Makefile or Makefile.in
call it like:
script/find_
Date: Tue Jan 13 22:22:44 2004
Author: jelmer
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv25672/script
Added Files:
find_unused_function_checks.pl
Log Message:
Add script for finding unused function checks in configure.in
Revisions:
find_unused_fu
Date: Fri Jan 2 13:47:13 2004
Author: jelmer
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv15177
Modified Files:
find_unused_header_checks.pl
Log Message:
Add note about new configure structure.
Revisions:
find_unused_header_checks.pl1.1
Date: Tue Dec 16 03:34:23 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv1961
Modified Files:
mkproto.pl
Log Message:
more portability fixes. We now almost compile on solaris
Revisions:
mkproto.pl 1.7 => 1.8
Date: Mon Dec 15 12:13:34 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv29100
Modified Files:
build_idl.sh
Log Message:
lots of shells don't have the -nt test, so use hackish find command
instead
Revisions:
build_idl.sh
Date: Mon Dec 15 05:37:15 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv22240
Modified Files:
build_idl.sh
Log Message:
a script fix for the build farm
Revisions:
build_idl.sh1.14 => 1.15
http://www.samba.org
Date: Sun Dec 14 13:21:58 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv8002
Modified Files:
build_idl.sh
Log Message:
added auto-generation of the server side boilerplate code for each
pipe.
The server side code gets generated a
Date: Mon Dec 8 07:37:38 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv23423
Modified Files:
build_idl.sh
Log Message:
some systems don't have "which" and some systems don't have the "-nt"
flag to test. It's amazing that systems l
Date: Mon Dec 8 04:05:58 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv31241
Modified Files:
build_idl.sh
Log Message:
fixed shell scripting error
Revisions:
build_idl.sh1.11 => 1.12
http://www.samba.org/cg
Date: Mon Dec 8 03:57:03 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv30140
Modified Files:
build_idl.sh
Log Message:
cope with yapp not being installed
Revisions:
build_idl.sh1.10 => 1.11
http://www.samba.
Date: Mon Dec 8 02:24:40 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv18378
Modified Files:
build_idl.sh
Log Message:
* reduced the number of grammer conflicts a lot using (arbitrary)
precedence rules
* build a standalone p
Date: Tue Dec 2 10:13:18 2003
Author: jelmer
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv27047
Added Files:
find_unused_header_checks.pl
Log Message:
Add script useful for finding checks for headers that are never used
Revisions:
find_unused_heade
Date: Fri Nov 28 03:47:40 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv2180
Modified Files:
build_idl.sh
Log Message:
* support multiple interfaces in one IDL file in pidl
* make far more generated functions static
* get rid
Date: Fri Nov 28 00:47:58 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv13654
Modified Files:
build_idl.sh
Log Message:
added auto-generation of the IDL interface tables. This makes two less
places that need to be edited when someo
Date: Sun Nov 23 03:42:20 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv25168
Modified Files:
build_idl.sh
Log Message:
save about 35% of the time for "make idl" by processing multiple IDL
files at once, which means less perl start
Date: Sun Nov 23 03:03:27 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv20144
Modified Files:
mkproto.pl
Log Message:
by using a single proto.h we gain another factor of 4 in the speed of
"make proto"
Revisions:
mkproto.pl
Date: Sun Nov 23 02:44:23 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv16960
Modified Files:
mkproto.pl
Log Message:
final bit of tidyup and speedup
Revisions:
mkproto.pl 1.5 => 1.6
http://www.samba.org/c
Date: Sun Nov 23 02:33:46 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv14910
Modified Files:
mkproto.pl
Log Message:
much faster inner loop and neater code
Revisions:
mkproto.pl 1.4 => 1.5
http://www.samba
Date: Sun Nov 23 02:11:55 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv12415
Modified Files:
mkproto.pl
Log Message:
fixed loadparm handling properly
Revisions:
mkproto.pl 1.3 => 1.4
http://www.samba.org/cg
Date: Sun Nov 23 02:00:40 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv10772/script
Modified Files:
mkproto.pl
Log Message:
nicer base type handling
Revisions:
mkproto.pl 1.2 => 1.3
http://www.samba.org/cgi-
Date: Sun Nov 23 01:53:42 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv9967
Modified Files:
mkproto.pl
Log Message:
reduced the number of magic types we need in mkproto.pl
In general I prefer "struct foo" to just "foo" for most
s
Date: Sun Nov 23 01:30:59 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv7534
Removed Files:
makeunicodecasemap.awk mkproto.awk
Log Message:
get rid of our awk scripts
Revisions:
makeunicodecasemap.awk 1.1.1.1 => NONE
Date: Sun Nov 23 01:29:42 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv7274
Modified Files:
mkproto.sh
Added Files:
mkproto.pl
Log Message:
changed to perl for mkproto, patch from vance
Revisions:
mkproto.pl
Date: Thu Nov 20 22:46:01 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv17279
Modified Files:
build_idl.sh
Log Message:
we now use a copy of pidl inside the samba4 source tree at
source/build/pidl/
I imported the code using direct
Date: Thu Nov 20 11:09:53 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv21958
Modified Files:
build_idl.sh
Log Message:
moved the pidl auto-generated files out of CVS
Revisions:
build_idl.sh1.4 => 1.5
http:/
Date: Sat Nov 15 21:25:05 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv29398
Modified Files:
build_idl.sh
Log Message:
simple method for auto-building rpc files if idl changes, and
auto-building proto.h if it doesn't exist. This s
Date: Sun Nov 9 08:30:18 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv16201
Modified Files:
build_idl.sh
Log Message:
- added the rest of the LSA calls as stubs
- auto-generate the client calls with 'make idl'
Revisions:
bu
Date: Sun Nov 9 01:18:59 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv29642
Modified Files:
build_idl.sh
Log Message:
check for pidl.pl in path, not $HOME/pidl/
Revisions:
build_idl.sh1.1 => 1.2
http://ww
Date: Sat Nov 8 13:23:20 2003
Author: tridge
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv10008
Added Files:
build_idl.sh
Log Message:
- more generation fixes
- added auto-generation from the Makefile. Only called when you run "make idl"
Re
Date: Sat Aug 16 05:20:23 2003
Author: jelmer
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv29354
Added Files:
find_unused_macros.pl
Log Message:
Add script that reports unused macros/defines
Revisions:
find_unused_macros.pl NONE => 1.1
Date: Sat Aug 16 02:24:33 2003
Author: jelmer
Update of /home/cvs/samba4/source/script
In directory dp.samba.org:/tmp/cvs-serv14178
Added Files:
find_unused_defines.pl
Log Message:
Add script that detects useless AC_DEFINE()'s in configure.in
Revisions:
find_unused_defines.pl
34 matches
Mail list logo