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
/
buildtools
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
waf: added a help target for the other waf builds
Andrew Tridgell
2010-12-01
1
-1
/
+6
*
wafsamba: Fix indentation.
Jelmer Vernooij
2010-11-30
1
-1
/
+1
*
wafsamba: Only use private library rpath when linking against private
Jelmer Vernooij
2010-11-30
2
-4
/
+14
*
samba_dist: Fix dist for subprojects.
Jelmer Vernooij
2010-11-30
1
-10
/
+30
*
waf: fixed the build with a space in the source directory
Andrew Tridgell
2010-11-21
5
-7
/
+8
*
waf: added --git-local-changes configure option
Andrew Tridgell
2010-11-16
3
-16
/
+25
*
waf: fixed configure again on RHEL5
Andrew Tridgell
2010-11-15
1
-1
/
+1
*
waf/samba_version: Simplify git show command.
Jelmer Vernooij
2010-11-12
1
-1
/
+1
*
samba_version: Make COMMIT_IS_CLEAN an int rather than a string.
Jelmer Vernooij
2010-11-12
1
-4
/
+4
*
samba_version: Simplify dirty tree detection.
Jelmer Vernooij
2010-11-12
1
-5
/
+4
*
waf/samba_version: Support integer defines.
Jelmer Vernooij
2010-11-12
1
-4
/
+12
*
samba_version: When working from git checkout, display git revision SHA1 rather
Jelmer Vernooij
2010-11-12
2
-45
/
+67
*
samba_version: Support retrieving snapshot identity from bzr.
Jelmer Vernooij
2010-11-12
1
-0
/
+23
*
samba_version: Cope with building snapshots in directories without git checkout.
Jelmer Vernooij
2010-11-12
1
-1
/
+6
*
Put git tree finding into a separate function.
Jelmer Vernooij
2010-11-12
1
-32
/
+32
*
sambaversion.py: Some cleanups, make less git-specific.
Jelmer Vernooij
2010-11-12
1
-18
/
+22
*
wafsamba: Support make dist from bzr checkout.
Jelmer Vernooij
2010-11-12
1
-3
/
+11
*
waf: go back to the previous method of handling .inst. rules
Andrew Tridgell
2010-11-08
1
-1
/
+1
*
waf: fixed the names of the installed libraries after the last change
Andrew Tridgell
2010-11-08
1
-5
/
+13
*
waf: fixed tabs/spaces for python3.0
Andrew Tridgell
2010-11-08
2
-5
/
+5
*
waf: prevent us from modifying non-install libs during make install
Andrew Tridgell
2010-11-08
1
-2
/
+6
*
waf: Put private libraries in a separate directory when building.
Jelmer Vernooij
2010-11-05
3
-4
/
+10
*
wafsamba: Use project name variable rather than hardcoding 'samba4'.
Jelmer Vernooij
2010-11-05
1
-2
/
+2
*
wafsamba: Drop private library prefix when installing private libraries
Jelmer Vernooij
2010-11-05
1
-2
/
+5
*
wafsamba: Support expanding variables in LIBDIR/PRIVATELIBDIR variables.
Jelmer Vernooij
2010-11-05
1
-2
/
+2
*
Add --disable-rpath-private-install flag.
Jelmer Vernooij
2010-11-05
2
-4
/
+20
*
Add --with-privatelibdir build option.
Jelmer Vernooij
2010-11-05
2
-1
/
+11
*
samba_utils: Use LIBDIR rather than assuming it is set to $prefix/lib.
Jelmer Vernooij
2010-11-05
1
-1
/
+1
*
waf: more agressively expand subsystem syslib deps
Andrew Tridgell
2010-11-03
1
-4
/
+9
*
waf: ensure pkgconfig files depend on the prefix
Andrew Tridgell
2010-11-03
1
-0
/
+3
*
waf: split pkgconfig logic into a separate module
Andrew Tridgell
2010-11-03
2
-56
/
+62
*
waf: fixed wildcard build for full paths
Andrew Tridgell
2010-11-03
1
-3
/
+16
*
waf: rerun deps calculation on LDFLAGS or CFLAGS change
Andrew Tridgell
2010-11-03
1
-1
/
+1
*
waf: fixed wildcard build
Andrew Tridgell
2010-11-03
1
-1
/
+2
*
waf: removed the module aliases code
Andrew Tridgell
2010-11-01
1
-32
/
+0
*
waf: added automatic prototyping of static module init functions
Andrew Tridgell
2010-11-01
1
-0
/
+8
*
waf: added module_init_name parameter to SAMBA_MODULE()
Andrew Tridgell
2010-11-01
1
-2
/
+3
*
build: In some case the flags for the sun studio linker are wrong
Matthieu Patou
2010-10-31
2
-0
/
+24
*
build: check that if we provide -liconv we can build shared libs
Matthieu Patou
2010-10-31
1
-2
/
+13
*
build: strip -single_module when doing bundle on mac OS X
Matthieu Patou
2010-10-30
1
-0
/
+12
*
build: set shared libraries flags correctly on mac os X
Matthieu Patou
2010-10-30
2
-2
/
+21
*
waf: fixed building of non-shared binaries that contain modules
Andrew Tridgell
2010-10-30
1
-0
/
+19
*
waf: get rid of target aliases in wafsamba
Andrew Tridgell
2010-10-30
2
-30
/
+1
*
waf: save the samba_deps_extended
Andrew Tridgell
2010-10-30
1
-1
/
+1
*
waf: give a better error on a bad grouping library
Andrew Tridgell
2010-10-30
1
-0
/
+1
*
waf: cope with subsystems with no static modules
Andrew Tridgell
2010-10-30
1
-4
/
+6
*
waf: don't auto-depend on subsystems
Andrew Tridgell
2010-10-30
1
-7
/
+0
*
waf: added --symbol-check option
Andrew Tridgell
2010-10-30
2
-47
/
+125
*
waf: build all libraries after all object files
Andrew Tridgell
2010-10-30
1
-7
/
+17
*
waf: use Utils.WafError() instead of raising an AssertionError
Andrew Tridgell
2010-10-30
1
-2
/
+1
[prev]
[next]