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
/
build
Commit message (
Expand
)
Author
Age
Files
Lines
*
r10719: Remove __FUNCTION__ macro as it might not be available at all systems
Jelmer Vernooij
2007-10-10
1
-7
/
+7
*
r10586: Add MergedObject() builder. Default to Library() rather
Jelmer Vernooij
2007-10-10
1
-0
/
+34
*
r10526: BASEDIR must be set or we end up installing most of the binaries into...
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r10525: change from AC_CHECK_TYPES() to AC_CHECK_TYPE() for intptr_t, so the
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r10510: Decrease the amount of data included by includes.h a bit
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r10480: Fix build for people that don't have pidl installed
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r10478: More work on proto headers; we now generate a couple of smaller ones
Jelmer Vernooij
2007-10-10
1
-2
/
+1
*
r10476: Move some more types to libreplace. Fix missing strndup errors
Jelmer Vernooij
2007-10-10
1
-9
/
+1
*
r10456: More SCons fixes:
Jelmer Vernooij
2007-10-10
5
-94
/
+65
*
r10452: Couple of small scons updates - ignore .sconsign files
Jelmer Vernooij
2007-10-10
2
-8
/
+11
*
r10445: Add --header to pidl flags.
Tim Potter
2007-10-10
1
-2
/
+3
*
r10443: Fix emitter for NdrMarshaller tool.
Tim Potter
2007-10-10
1
-1
/
+1
*
r10442: Build librpc/libndr_misc.a from librpc/idl/misc.idl. Doesn't quite work
Tim Potter
2007-10-10
1
-3
/
+3
*
r10438: Move portability functions to lib/replace/; replace now simply ensures
Jelmer Vernooij
2007-10-10
1
-93
/
+7
*
r10436: Some thoughts on getting pidl working in scons.
Tim Potter
2007-10-10
1
-1
/
+7
*
r10414: Fix building of proto.h
Tim Potter
2007-10-10
1
-1
/
+1
*
r10393: More type checking in scons
Jelmer Vernooij
2007-10-10
2
-7
/
+0
*
r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works...
Jelmer Vernooij
2007-10-10
5
-30
/
+34
*
r10356: Make the proto generator work with scons
Jelmer Vernooij
2007-10-10
4
-33
/
+33
*
r10348: Add scons scripts for remaining subsystems. Most subsystems build now,
Jelmer Vernooij
2007-10-10
2
-0
/
+52
*
r10330: Add SConscript to more subsystems. Some of the tdb tools build now.
Jelmer Vernooij
2007-10-10
3
-0
/
+133
*
r10294: Generate Makefile directly rather then thru Makefile.in. Autoconf
Jelmer Vernooij
2007-10-10
3
-40
/
+52
*
r10287: Compile compilers for build host. This fixes some bits of
Jelmer Vernooij
2007-10-10
2
-5
/
+13
*
r10283: Eliminate some more use of autoconf substitution variables.
Jelmer Vernooij
2007-10-10
2
-11
/
+37
*
r10140: reorder some stuff, for nicer output
Stefan Metzmacher
2007-10-10
1
-4
/
+8
*
r10112: - check attributes depending on the section type
Stefan Metzmacher
2007-10-10
1
-24
/
+74
*
r10091: Fix perl warnings
Jelmer Vernooij
2007-10-10
2
-0
/
+3
*
r10077: - move gcc option checks to check_cc.m4
Stefan Metzmacher
2007-10-10
2
-29
/
+44
*
r10076: this macro was moved to build/m4/smb_cc_featues.m4
Stefan Metzmacher
2007-10-10
1
-18
/
+0
*
r10075: fix warning with autoconf 2.59 on SuSE 9.3
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r10071: Configure checks for IRIX build environment. Test whether we can
James Peach
2007-10-10
6
-16
/
+243
*
r10043: Only recompile subsystems that actually need recompilation
Jelmer Vernooij
2007-10-10
2
-6
/
+2
*
r10041: Add 'gcov' make target. Run
Jelmer Vernooij
2007-10-10
2
-2
/
+5
*
r10032: Add tdr generated files to clean target
Jelmer Vernooij
2007-10-10
1
-1
/
+2
*
r9939: Add configure check for yapp.
James Peach
2007-10-10
2
-0
/
+3
*
r9587: Fix SWAT data dir for --with-fhs
Jelmer Vernooij
2007-10-10
2
-1
/
+2
*
r9549: Rerun ./config.status if one of the .mk files changes
Jelmer Vernooij
2007-10-10
3
-2
/
+27
*
r9494: Add ac-archive macro for checking GCC options. Use this to add to
James Peach
2007-10-10
3
-4
/
+200
*
r9459: Move pidl up one level (to prevent too much nesting)
Jelmer Vernooij
2007-10-10
39
-15209
/
+0
*
r9445: Support flags, add DATA_BLOB support
Jelmer Vernooij
2007-10-10
1
-0
/
+14
*
r9441: Use "const char *" for fixed-size arrays with charset() because
Jelmer Vernooij
2007-10-10
2
-28
/
+40
*
r9433: - Update TODO & README
Jelmer Vernooij
2007-10-10
4
-40
/
+191
*
r9430: Remove obsolete file.
Jelmer Vernooij
2007-10-10
3
-100
/
+153
*
r9424: Remove duplicate interface name in DCERPC subdissector strings. Also
Tim Potter
2007-10-10
1
-5
/
+9
*
r9423: Fix a typo.
Tim Potter
2007-10-10
1
-1
/
+1
*
r9373: - create a hierachical memory tree with recursiv ndr_pull_* functions
Stefan Metzmacher
2007-10-10
1
-11
/
+126
*
r9372: - make the subcontext handling autogenerated code look nicer,
Stefan Metzmacher
2007-10-10
1
-67
/
+58
*
r9369: an attempt to fix the build on HPUX. This is based on work by Don
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r9356: a better way of coping with NULL arrays in the array bounds checking. ...
Andrew Tridgell
2007-10-10
1
-0
/
+4
*
r9347: this array bounds checking is harder than it looks ...
Andrew Tridgell
2007-10-10
1
-2
/
+4
[next]