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
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated jar to handle directories better, JarClassFile build doesnt return an...
Daniel Moody
2017-12-03
1
-1/+141
*
updated jar.py to handle nodes and varanit dirs better, added test for nodes ...
Daniel Moody
2017-12-03
1
-5/+9
*
updated Jar builder to flatten source list, and added test for embedded sources
Daniel Moody
2017-11-19
1
-0/+87
*
Added Jar test to check if multiple targets can be passed.
Daniel Moody
2017-11-14
1
-8/+29
*
updated the JAR test to test that the java source files were actually compile...
Daniel Moody
2017-10-26
2
-5/+21
*
Merge pull request #9 from ztessler/repeattarget
William Deegan
2017-10-22
4
-0/+130
|
\
|
*
Two new tests to verify warnings when targets are repeated with same actions,...
Zachary Tessler
2017-10-12
2
-0/+123
|
*
Fix incorrect warning of different environments for a target when repeating i...
Zachary Tessler
2017-10-06
2
-0/+7
*
|
Merge branch 'master' of https://github.com/dmoody256/scons into dmoody256-ma...
William Deegan
2017-10-12
1
-0/+62
|
\
\
|
*
|
added test to JAR to also check the case that java source files are passed di...
Daniel Moody
2017-10-10
1
-0/+62
|
|
/
*
|
Fix tests where the GenerateHelpText() sort function was never correct and fi...
William Deegan
2017-10-12
2
-4/+4
|
/
*
fix tests
William Deegan
2017-09-26
1
-1/+1
*
Fix tests which break when using print() and no from __future__ import print_...
William Deegan
2017-09-25
17
-86/+81
*
Support python 2 print statements in SConscripts
Thomas Berg
2017-09-25
1
-0/+56
*
Fix many epydoc warnings
William Deegan
2017-09-01
1
-8/+5
*
Merged scons/scons into default
William Deegan
2017-08-31
2
-8/+17
|
\
|
*
For consistency with another test.
Russel Winder
2017-08-23
2
-8/+17
*
|
Add string of actual output when the commands in this test are run manually. ...
William Deegan
2017-08-29
1
-0/+14
|
/
*
Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option could...
William Deegan
2017-08-20
1
-0/+14
*
Added fixes for docs / nested test for use of sys.path in toolpath
grbd
2017-08-04
1
-1/+5
*
Added support for a PyPackageDir function
grbd
2017-08-03
15
-0/+95
*
Merged scons/scons into default
Richard W
2017-08-01
1
-12/+41
|
\
|
*
Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.
Ibrahim Esmat
2017-08-01
1
-9/+8
|
*
Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.
Ibrahim Esmat
2017-07-27
1
-3/+9
|
*
Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.
Ibrahim Esmat
2017-07-27
1
-8/+10
|
*
Fix MSVC_UWP_APP test to take into account the MSVC_VERSION.
Ibrahim Esmat
2017-07-27
1
-8/+30
*
|
Update to user manual on how to use sys.path for toolpath, and toolpath in ge...
grbd
2017-08-01
2
-4/+0
*
|
update to tests for nested tools
grbd
2017-07-27
29
-21/+109
|
/
*
Minor changes for Code Review
Ibrahim Esmat
2017-07-26
1
-4/+4
*
Added MSVC_UWP_APP test to test setting MSVC_UWP_APP construction
Ibrahim Esmat
2017-07-26
1
-0/+103
*
Amend the test file names to remove + symbols from file names.
Russel Winder
2017-07-02
4
-0/+0
*
Merge mainline.
Russel Winder
2017-07-02
10
-0/+95
|
\
|
*
Added support for relative imports within tools for python3 and tests for rel...
grbd
2017-06-27
10
-0/+95
*
|
Be more careful about the shared library names.
Russel Winder
2017-06-21
2
-2/+33
*
|
Initial commit for bringing Paweł Tomulik's clang and clang++ tools into the...
Russel Winder
2017-06-21
8
-0/+472
|
/
*
Merge in mainline.
Russel Winder
2017-06-20
18
-0/+94
|
\
|
*
Moved the test for nested tools to using fixtures
grbd
2017-06-20
19
-140/+94
|
*
Added tests for nested / namespaced tools
grbd
2017-06-19
1
-0/+140
*
|
Remove DMD from the tests on OSX till the correct rpath option is discovered.
Russel Winder
2017-06-18
1
-1/+1
*
|
LDC shared libraries work on OSX.
Russel Winder
2017-06-18
1
-3/+2
*
|
DMD and LDC do now support shared objects on MacOS. A couple of corrections.
Russel Winder
2017-06-17
2
-9/+3
|
/
*
Merge new changesets to this bookmark.
Russel Winder
2017-06-08
1
-1/+6
|
\
|
*
Update gdc tool and test now that it can deal wth shared object building.
Russel Winder
2017-06-06
1
-1/+6
*
|
Rearrange the test so it works properly.
Russel Winder
2017-06-06
6
-24/+63
*
|
Correct the module documentation comments.
Russel Winder
2017-06-06
2
-2/+2
|
/
*
Remove ancient Aegis revision control system files
Jane Doe
2017-05-30
2
-8/+0
*
PY2/3 change expected string from bytestream to normal string since we change...
Jane Doe
2017-05-28
1
-5/+0
*
PY2/3 change expected string from bytestream to normal string since we change...
Jane Doe
2017-05-28
1
-5/+0
*
PEP8 fixes
William Deegan
2017-05-28
1
-13/+15
*
py2/3 fix so test/textfile.py works with py3
William Deegan
2017-05-26
1
-5/+7
[next]