index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
build
/
smb_build
/
input.pm
Commit message (
Expand
)
Author
Age
Files
Lines
*
r26580: Include sentinel in build.h, in case the list is empty.
Jelmer Vernooij
2007-12-24
1
-3
/
+7
*
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
2007-12-24
1
-8
/
+11
*
r26571: Hide warnings about unused macros and casting qualifiers in autogener...
Jelmer Vernooij
2007-12-24
1
-0
/
+3
*
r26483: Merge ldb module dependency fixes, fix auth python module.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26289: build: avoid nasty foo/./bla pathes for python stuff
Stefan Metzmacher
2007-12-21
1
-2
/
+5
*
r26279: Don't compile any python stuff if python is not available.
Jelmer Vernooij
2007-12-21
1
-0
/
+2
*
r26121: Don't build modules if subsystem isn't build.
Jelmer Vernooij
2007-12-21
1
-0
/
+5
*
r26097: Consider python modules special modules rather than special libraries.
Jelmer Vernooij
2007-12-21
1
-1
/
+3
*
r26068: Import improved Python bindings for LDB, including tests.
Jelmer Vernooij
2007-12-21
1
-0
/
+1
*
r26067: Merge improvements building Python modules.
Jelmer Vernooij
2007-12-21
1
-6
/
+43
*
r25847: Don't link modules against their subsystem.
Jelmer Vernooij
2007-12-21
1
-1
/
+0
*
r25524: Fix directory names for local module builds.
Jelmer Vernooij
2007-10-10
1
-1
/
+3
*
r25094: Force building shared module if subsystem is a shared library.
Jelmer Vernooij
2007-10-10
1
-1
/
+5
*
r23862: Explain who requested unknown dependency. Helps a lot in chasing depe...
Alexander Bokovoy
2007-10-10
1
-1
/
+1
*
r22455: split dependecies array for compiling and linking and use better name...
Stefan Metzmacher
2007-10-10
1
-11
/
+19
*
r19582: Support building both shared and static versions of libraries at the ...
Jelmer Vernooij
2007-10-10
1
-6
/
+7
*
r18260: fix the build on systems with broken readdir
Stefan Metzmacher
2007-10-10
1
-0
/
+1
*
r18222: filter out double entries from CFLAGS
Stefan Metzmacher
2007-10-10
1
-4
/
+0
*
r18213: don't list LIBREPLACE depdendecies explicit and
Stefan Metzmacher
2007-10-10
1
-2
/
+6
*
r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCC
Stefan Metzmacher
2007-10-10
1
-0
/
+23
*
r15551: Fix clash between config.pm and globally installed Config.pm on
Jelmer Vernooij
2007-10-10
1
-1
/
+1
*
r15370: Fix more dependencies for shared libs
Jelmer Vernooij
2007-10-10
1
-0
/
+1
*
r15313: Fix some dependencies in dso mode
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r15304: Fix smbd build, more updates on getting --enable-dso to build again
Jelmer Vernooij
2007-10-10
1
-3
/
+4
*
r15301: Use static libraries internally. This required a few hacks in the build
Jelmer Vernooij
2007-10-10
1
-3
/
+1
*
r15298: Fix the build using a few hacks in the build system.
Jelmer Vernooij
2007-10-10
1
-14
/
+31
*
r15290: don't spam the screen
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r15287: Simplify dependency detection code
Jelmer Vernooij
2007-10-10
1
-39
/
+33
*
r15279: Fix dependencies when using static libraries
Jelmer Vernooij
2007-10-10
1
-4
/
+1
*
r15271: Fix --enable-dso
Jelmer Vernooij
2007-10-10
1
-11
/
+17
*
r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working...
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r15248: Fix automatic dependencies build
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
Jelmer Vernooij
2007-10-10
1
-4
/
+6
*
r14511: Install more headers
Jelmer Vernooij
2007-10-10
1
-13
/
+4
*
r14499: Remove dynconfig hack for now - it caused a recompile of the
Jelmer Vernooij
2007-10-10
1
-0
/
+2
*
r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:
Jelmer Vernooij
2007-10-10
1
-2
/
+7
*
r14240: fix summary output (step 2)
Stefan Metzmacher
2007-10-10
1
-1
/
+5
*
r14151: Add simple script that writes a summary to show what libraries the user
Jelmer Vernooij
2007-10-10
1
-17
/
+4
*
r14072: - only add the 'lib' prefix to libraries not modules
Stefan Metzmacher
2007-10-10
1
-1
/
+7
*
r13967: change the standard visibility to "default" public again
Stefan Metzmacher
2007-10-10
1
-1
/
+5
*
r13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITY
Stefan Metzmacher
2007-10-10
1
-2
/
+2
*
r13919: for us the standard for the visibility is "hidden"
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r13903: Don't generate prototypes for modules and binaries in include/proto.h by
Jelmer Vernooij
2007-10-10
1
-1
/
+5
*
r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be used
Jelmer Vernooij
2007-10-10
1
-0
/
+8
*
r13786: [merge] Add registration functions for LDB modules
Jelmer Vernooij
2007-10-10
1
-0
/
+4
*
r12680: Support setting the environment variable SMB_BUILD_VERBOSE to
Jelmer Vernooij
2007-10-10
1
-5
/
+12
*
r12671: Modules don't have to be linked with their subsystem.
Jelmer Vernooij
2007-10-10
1
-1
/
+0
*
r12670: Make a couple of dependencies stricter
Jelmer Vernooij
2007-10-10
1
-2
/
+2
*
r12615: prepare building with ../samba4/source/configure --srcdir=../samba4/s...
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r12523: Convert the registry subsystem to use a seperate prototype header
Jelmer Vernooij
2007-10-10
1
-2
/
+6
[next]