index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
Tool
Commit message (
Expand
)
Author
Age
Files
Lines
*
small type-related cleanups
Mats Wichmann
2018-12-17
2
-5/+9
*
rebuild docs with changes from applelink.xml changes. Fix mistyped APPLELINK_...
William Deegan
2018-12-10
1
-1/+1
*
Added docs for _APPLELINK_COMPATIBILITY_VERSION and _APPLELINK_CURRENT_VERSIO...
William Deegan
2018-12-10
1
-1/+25
*
Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to al...
William Deegan
2018-12-10
2
-8/+68
*
Fix :r -> !r in some debug print statements per mwichmann [ci skip]
William Deegan
2018-12-10
1
-3/+3
*
Fix docstring per mwichmann [ci skip]
William Deegan
2018-12-10
1
-1/+1
*
minor flake8 issues resolved
William Deegan
2018-12-09
1
-2/+2
*
Fix GH issue #3241 - Support -compatability_version and -current_version flag...
William Deegan
2018-12-06
2
-9/+13
*
initial pass at versioned library logic. WIP
William Deegan
2018-12-05
2
-145/+218
*
Fix flag usage for APPLELINK_CURRENT_VERSION and APPLELINK_COMPATIBILITY_VERS...
William Deegan
2018-12-05
1
-7/+8
*
Initial checkin of functional versioned shared libraries for applelink. Not l...
William Deegan
2018-12-04
2
-20/+97
*
PEP8
William Deegan
2018-11-30
1
-209/+273
*
PEP8 plus de-obfuscating some variable names
William Deegan
2018-11-30
1
-68/+96
*
PEP8
William Deegan
2018-11-26
1
-6/+9
*
PEP8
William Deegan
2018-11-26
1
-1/+3
*
add note about saxon-xslt version 5.5 needing xsl and source file argument or...
William Deegan
2018-11-12
1
-0/+2
*
Merge branch 'master' into fix_java_location_centos7
William Deegan
2018-11-05
1
-1/+4
|
\
|
*
Fix logic which populates JAVAINCLUDES when javac is not found. Restore check...
William Deegan
2018-10-16
1
-1/+4
*
|
Fix java install location for centos 7 to resolve failing Java/multi-step.py ...
William Deegan
2018-11-05
1
-1/+3
|
/
*
Merge remote-tracking branch 'upstream/master' into fix_java_tests_path_with_...
William Deegan
2018-10-15
11
-28/+26
|
\
|
*
Bugfix on packaging init syntax change
Mats Wichmann
2018-10-04
1
-2/+3
|
*
A few syntax cleanups
Mats Wichmann
2018-10-03
10
-27/+24
|
*
Resync generated docs
Mats Wichmann
2018-10-03
1
-1/+1
*
|
Add JAVAINCLUDES information
William Deegan
2018-10-15
1
-247/+266
*
|
Add linux java include paths
William Deegan
2018-10-02
1
-0/+19
*
|
Move finding java include paths to javaCommon.py. Add paths for macos java in...
William Deegan
2018-10-02
2
-6/+32
*
|
Fixes for Java tests on win32
William Deegan
2018-10-02
5
-8/+51
*
|
add logic to find java installs and on win32 use this to add to env['ENV']['P...
William Deegan
2018-10-01
2
-1/+36
|
/
*
Add xz compression to tar packaging choices.
Mats Wichmann
2018-09-27
8
-10/+103
*
Merge branch 'master' into argspec-depr
William Deegan
2018-09-25
4
-14/+38
|
\
|
*
fix test so it should run on any platform
William Deegan
2018-09-24
1
-2/+1
|
*
Fix Github issue #2580 - hash mark not properly handled in FRAMEWORKPATH
William Deegan
2018-09-23
1
-1/+2
|
*
Handle when we're not on CentOS
William Deegan
2018-09-23
1
-2/+1
|
*
Add centos specific likely qt path to moc as it's not in the default PATH def...
William Deegan
2018-09-23
1
-8/+32
|
*
Merge branch 'master' into stdlib-OrderedDict
William Deegan
2018-09-20
4
-29/+77
|
|
\
|
|
*
Add java 11
Mats Wichmann
2018-09-11
1
-2/+2
|
*
|
Stop using custom OrderedDict
Mats Wichmann
2018-09-01
1
-1/+2
*
|
|
Update getargspec patch: actually use getfullargspec
Mats Wichmann
2018-09-24
1
-3/+5
*
|
|
Modifications for deprected getargspec
Mats Wichmann
2018-09-07
1
-5/+11
|
|
/
|
/
|
*
|
Merge branch 'master' into test-rpmpkg
William Deegan
2018-09-05
1
-2/+15
|
\
\
|
|
/
|
*
also check for 64 bit compiler and added some comments
Daniel
2018-08-13
1
-1/+4
|
*
updated vc and tests to check the msvc cl binary
Daniel
2018-08-13
1
-2/+12
*
|
generalize the fix for #3164
Mats Wichmann
2018-09-04
2
-6/+46
*
|
Fix rpm tests for newer rpmbuild (fixes #3164)
Mats Wichmann
2018-08-13
3
-25/+33
|
/
*
Merge branch 'master' into wip-addjavas
William Deegan
2018-08-01
2
-11/+128
|
\
|
*
Merge pull request #3143 from MatthewMarinets/JavaParserFix
William Deegan
2018-07-19
2
-12/+128
|
|
\
|
|
*
-Adjusted JavaCommon to deal with implementations of classes as constructor a...
MatthewMarinets
2018-06-28
2
-12/+128
*
|
|
Fix conflict on java-version patch due to dropped character
Mats Wichmann
2018-08-01
1
-1/+1
*
|
|
Update java version support
Mats Wichmann
2018-07-18
1
-2/+2
*
|
|
Start supporting newer java versions
Mats Wichmann
2018-07-17
1
-2/+2
|
/
/
[next]