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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
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
13
-141/+32
|
\
\
|
*
|
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
2
-3/+3
|
*
|
Remove os_spawnv_fix.diff patch for pre-Python 2.2 versions
anatoly techtonik
2012-12-19
4
-86/+2
|
*
|
Cleanup replacement of sys.exitfunc with atexit (Python 2+)
anatoly techtonik
2012-12-19
5
-32/+11
|
*
|
TestCmd.py: Delay cleanup registration with atexit to avoid exessive
anatoly techtonik
2012-12-19
1
-19/+15
|
|
/
*
|
Fixed up docs for InstallVersionedLib and SHLIBVERSION.
Gary Oberbrunner
2012-12-21
2
-8/+21
*
|
update to latest SCons commits
Robert Managan
2012-12-18
17
-469/+434
|
\
\
|
|
/
|
*
runtest.py: Enable -o, --output to save stdout/stderr into a file
anatoly techtonik
2012-12-18
2
-7/+17
|
*
runtest.py: Fix CRLF
anatoly techtonik
2012-12-18
1
-2/+2
|
*
runtest.py: Replace `-o file --xml` with `--xml file`
anatoly techtonik
2012-12-17
2
-28/+21
|
*
runtest.py: Exit with an error if no tests were found
anatoly techtonik
2012-12-17
2
-3/+10
|
*
runtest.py: remove --noqmtest option
anatoly techtonik
2012-12-17
2
-11/+4
|
*
Merge runtest.py fixes
anatoly techtonik
2012-12-17
2
-20/+52
|
|
\
|
|
*
runtest.py: Turn on unbuffered output ASAP.
anatoly techtonik
2012-12-15
1
-13/+18
|
|
*
runtest.py: Gradually moving from getopt to optparse
anatoly techtonik
2012-12-14
1
-8/+33
|
|
*
CHANGES.txt: clean up after which Python 2.3 is unlikely to work
anatoly techtonik
2012-12-14
1
-0/+2
|
*
|
Add -jN support to runtest.py to run tests in parallel
Gary Oberbrunner
2012-12-17
2
-11/+73
|
*
|
Merge pull request #58: remove some pre-2.4 code
Gary Oberbrunner
2012-12-17
3
-266/+129
|
|
\
\
|
|
|
/
|
|
*
Remove subprocess compatibility code used for Python < 2.4
anatoly techtonik
2012-12-12
3
-266/+129
|
*
|
Fixed tests/scons-time/file.py.
Gary Oberbrunner
2012-12-16
2
-1/+3
|
*
|
- extended the must_contain* methods of the test framework, such that they al...
Dirk Baechle
2012-12-16
12
-130/+133
*
|
|
removed versioned library support from Install and put it in InstallVersionedLib
Robert Managan
2012-12-18
6
-12/+118
*
|
|
merge in changes from SCons default
Robert Managan
2012-12-15
19
-200/+203
|
\
\
\
|
|
/
/
|
*
|
kick buildbot
William Deegan
2012-12-15
1
-0/+1
|
|
/
|
*
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
2
-23/+7
|
*
Fix release date for SCons 2.2.0
anatoly techtonik
2012-12-12
1
-1/+1
|
*
Removed some pre-Python 2.4 compatibility code
anatoly techtonik
2012-12-07
4
-82/+8
|
*
Updated tests for Anatoly Techtonik's option error handling improvements.
Gary Oberbrunner
2012-12-09
3
-3/+64
|
*
Add hints about valid choices to error messages from option parser
anatoly techtonik
2012-12-07
2
-6/+13
|
*
Cleanup admin/ directory, which was moved to HOWTO in 823bdc5faf25
anatoly techtonik
2012-12-07
1
-5/+0
|
*
Hide deprecated --debug={dtree,stree,tree} from --help output
anatoly techtonik
2012-11-22
2
-10/+12
|
*
Support building with WiX releases after 2.0
Juan Lang
2012-12-06
3
-9/+13
|
*
Clean up remnants of Optik module which was removed in
anatoly techtonik
2012-11-22
3
-6/+3
|
*
Merge pull request #51 from Anatoly Techtonik; allow running scripts/scons.py...
garyo
2012-11-18
2
-1/+12
|
|
\
|
|
*
Ability to run scripts/scons.py directly from source checkout.
anatoly techtonik
2012-11-16
2
-1/+12
|
*
|
Added Wix test and made a few Wix constants into construction vars.
garyo
2012-11-18
3
-3/+70
|
*
|
Use .wixobj rather than .wxiobj as the suffix for WiX compiler output
Juan Lang
2012-11-14
1
-2/+2
|
|
/
*
|
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
2
-7/+17
*
|
merge latest commits from SCons main line
Robert Managan
2012-11-10
3
-8/+20
|
\
\
|
|
/
|
*
vcxproj.filters files should be removed upon clean
stopiccot
2012-10-24
3
-8/+20
*
|
Fix typo, change period to comma
Robert Managan
2012-11-09
1
-1/+1
*
|
Add documentation and update CHANGES.txt. Remove the Environment methods Vers...
Robert Managan
2012-11-09
5
-73/+22
*
|
Get sym links working with VariantDir and add a test
Robert Managan
2012-11-07
3
-2/+163
*
|
Start to clean up changes in __init__.py and link.py. Add support in install....
Robert Managan
2012-11-05
3
-53/+167
*
|
merge outstanding commits
Robert Managan
2012-10-25
1
-0/+1
|
\
\
|
|
/
|
*
Re-merged pull request #46: biber/biblatex updates
Gary Oberbrunner
2012-10-19
5
-9/+9
|
|
\
[prev]
[next]