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
*
- added an explicit Gs() Builder to the gs.py Tool
Dirk Baechle
2013-10-08
1
-0/+2
*
Added test for bug 2909, pull req #86.
Gary Oberbrunner
2013-09-29
5
-0/+67
*
- fix for #2916, "Issues with versioned SharedLibrary under OpenBSD"
Dirk Baechle
2013-09-11
1
-0/+13
*
Merged in managan/scons_versionedlib (pull request #82)
Gary Oberbrunner
2013-08-25
1
-0/+13
|
\
|
*
remove print from test and attempt to get FindInstalledFiles working
Robert Managan
2013-06-18
1
-1/+1
|
*
Add a test to show that we can build when the link already exist
Robert Managan
2013-06-17
1
-0/+13
*
|
Fix Libs/SharedLibraryIxes.py
David Rothenberger
2013-08-18
1
-6/+14
*
|
Fix Libs/SharedLibrary.py
David Rothenberger
2013-08-18
1
-1/+8
*
|
Fix VersionedLib test
David Rothenberger
2013-08-18
1
-0/+12
|
/
*
- added documentation and tests for the new Docbook tool
Dirk Baechle
2013-05-03
47
-0/+4147
*
Added tests for ZIPROOT, and tweaked the ZIPROOT doc a bit.
Gary Oberbrunner
2013-04-20
2
-85/+155
*
Merged in carandraug/scons (pull request #67).
Gary Oberbrunner
2013-03-17
1
-3/+87
*
removed misleading comment from test/gettext/Translate/MultiCatalog.py
Paweł Tomulik
2013-01-07
1
-2/+0
*
added test case gettext/Translate/MultiCatalog.py
Paweł Tomulik
2013-01-07
1
-0/+122
*
added test case gettext/Translate/MultiCatalog.py
Paweł Tomulik
2013-01-07
1
-1/+1
*
Make VersionedSharedLib and its test not fail on Windows
Gary Oberbrunner
2012-12-22
1
-0/+15
*
Fix SHLINKCOMSTR test rot
Gary Oberbrunner
2012-12-22
1
-7/+7
*
Merging pull request #62 from Dirk Baechle: fixes for MinGW tests
Gary Oberbrunner
2012-12-22
29
-139/+154
|
\
|
*
- moved check for an installed MSVC toolchain into its own function in TestSCons
Dirk Baechle
2012-12-22
14
-135/+14
|
*
- fixes for MinGW under Windows, mainly skipping MSVS-specific tests
Dirk Baechle
2012-12-18
29
-71/+207
*
|
Fix test/SCONSFLAGS test rot.
Gary Oberbrunner
2012-12-21
1
-2/+2
*
|
Merged in techtonik/scons (pull request #63: Another minor cleanup as the cod...
Gary Oberbrunner
2012-12-21
4
-17/+7
|
\
\
|
*
|
Fix test/runtest/xml/output.py for the new behavior of --xml option
anatoly techtonik
2012-12-20
1
-1/+1
|
*
|
Fix tests broken after --noqmtest option was removed from runtest.py
anatoly techtonik
2012-12-20
1
-2/+2
|
*
|
Cleanup replacement of sys.exitfunc with atexit (Python 2+)
anatoly techtonik
2012-12-19
2
-14/+4
|
|
/
*
|
update to latest SCons commits
Robert Managan
2012-12-18
10
-122/+82
|
\
\
|
|
/
|
*
Fixed tests/scons-time/file.py.
Gary Oberbrunner
2012-12-16
1
-1/+1
|
*
- extended the must_contain* methods of the test framework, such that they al...
Dirk Baechle
2012-12-16
10
-122/+82
*
|
removed versioned library support from Install and put it in InstallVersionedLib
Robert Managan
2012-12-18
1
-1/+1
*
|
merge in changes from SCons default
Robert Managan
2012-12-15
5
-62/+66
|
\
\
|
|
/
|
*
Fix failing unit test.
Gary Oberbrunner
2012-12-14
1
-52/+0
|
*
os.spawnv is here since Python 1.6, removing compatibility code
anatoly techtonik
2012-12-12
1
-7/+2
|
*
Updated tests for Anatoly Techtonik's option error handling improvements.
Gary Oberbrunner
2012-12-09
3
-3/+64
*
|
import SCons.Platform and use its platform_default instead of copying the source
Robert Managan
2012-12-15
1
-31/+3
*
|
Change symlinks to match what ldconfig does
Robert Managan
2012-11-18
1
-2/+0
*
|
merge latest commits from SCons main line
Robert Managan
2012-11-10
2
-8/+16
|
\
\
|
|
/
|
*
vcxproj.filters files should be removed upon clean
stopiccot
2012-10-24
2
-8/+16
*
|
Get sym links working with VariantDir and add a test
Robert Managan
2012-11-07
1
-0/+154
*
|
Backed out changeset 87e2f40b59e3 (merge of D support updates)
Gary Oberbrunner
2012-10-13
53
-1408/+0
*
|
Merged in managan/scons_biblatex2.2 (pull request #46)
Gary Oberbrunner
2012-10-13
5
-9/+9
|
\
\
|
|
/
|
*
Fix test for presence of biber and in several tests make variable names consi...
Robert Managan
2012-10-13
5
-9/+9
*
|
Merge default/tip.
Russel Winder
2012-10-13
3
-2/+134
|
\
\
|
|
/
|
*
Merged pull request #44 (make README a ReStructuredText file)
Gary Oberbrunner
2012-10-13
1
-1/+5
|
|
\
|
*
\
Merged in managan/scons_biblatex2.2 (pull request #43, biber support)
Gary Oberbrunner
2012-10-13
2
-1/+129
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Add separate biber action and add logic to call either bibtex or biber depend...
Robert Managan
2012-10-07
2
-1/+129
*
|
|
Merge in default/tip from the mainline.
Russel Winder
2012-10-07
5
-16/+23
|
\
\
\
|
|
/
/
|
*
|
- final changes for bug2872 "Fix tests on Buildbot slaves", mainly switched a...
dirkbaechle
2012-10-03
5
-16/+23
|
|
/
*
|
Merge mainline tip.
Russel Winder
2012-10-04
10
-26/+50
|
\
\
|
|
/
|
*
Merged in dirkbaechle/scons (pull request #39)
Gary Oberbrunner
2012-09-29
9
-22/+36
|
|
\
|
|
*
- several smaller fixes to get all tests running under Buildbot again
dirkbaechle
2012-09-27
9
-22/+36
[next]