summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | py2/3. Rename SCons.Tool.gettext to SCons.Tool.gettext_tool and change tool l...William Deegan2017-04-032-5/+14
| * | mergeWilliam Deegan2017-04-031-1/+7
| |\ \
| | * | change logic to drop ./ or .\ from front of specified test/testpath so logic ...William Deegan2017-04-031-1/+7
| * | | mergeWilliam Deegan2017-04-031-23/+55
| |\ \ \ | | |/ /
| | * | py2/3 and win/non-win Fixed: checkLogAndStdout to us \n's instead of platform...William Deegan2017-04-031-23/+55
| * | | Change checkLogAndStdout() call to use boolean flag instead of 0/1 for clarity.William Deegan2017-04-031-1/+1
| |/ /
| * | Create docstring for checkLogAndStdout. Add useful comments as wellWilliam Deegan2017-04-031-1/+30
| * | mergeWilliam Deegan2017-04-032-1/+3
| |\ \
| | * | Fix runtest.py to work with win32 paths specified as .\test\xyzWilliam Deegan2017-04-031-0/+3
| | * | fix test/Configure/ConfigureDryRunTest read logfile as non binaryWilliam Deegan2017-04-031-1/+0
| * | | py2/3 fix binary file write issueWilliam Deegan2017-04-021-2/+2
| |/ /
| * | fix to run on mac. explicitly request swig toolWilliam Deegan2017-04-011-1/+1
| * | macosx improve logic to find jni.hWilliam Deegan2017-04-011-2/+9
| * | pep8William Deegan2017-04-011-0/+2
| * | updates to finding java includes to work with oracle java 8 on linuxWilliam Deegan2017-04-011-1/+2
| * | Fix dumbdbm/dbm.dumb for py2/3William Deegan2017-04-011-4/+9
| * | Fix locating java home on mac. fix mode='r' for py2/3William Deegan2017-04-012-9/+28
| * | py2/3 fix test.read mode='r', swap fail_test(test.read( with must_matchWilliam Deegan2017-03-311-1/+1
| * | py2/3 fix test.read mode='r'William Deegan2017-03-311-2/+2
| * | py2/3 fix lineending on generated c file. Some MSVC's complain about non CR/L...William Deegan2017-03-311-2/+2
| * | More comments in test to highlight their purposeWilliam Deegan2017-03-311-0/+1
| * | py2/3 change logic to not reuse already loaded module from sys.modules if the...William Deegan2017-03-311-35/+13
| * | py2/3 for py3, if the tool has already been loaded, just return that. no need...William Deegan2017-03-301-0/+4
| * | pep8William Deegan2017-03-301-2/+0
| * | py2/3 handle not finding tools properly for py3William Deegan2017-03-301-1/+8
| * | py2/3 don't use __import_ c++, just load via import SCons.tool.cxx py2/3. py3...William Deegan2017-03-302-2/+9
| * | module named warnings.py is conflicting with system warnings module. rename. ...William Deegan2017-03-301-0/+0
| * | remove usage of SCCS tool as it's been removed. Switch to zip tool as it shou...William Deegan2017-03-301-73/+76
| * | initial logic for dynamic tool loading for python. It currently will work for...William Deegan2017-03-301-27/+75
| * | mergeWilliam Deegan2017-03-297-13/+25
| |\ \ | | |/
| | * Add myself to CHANGES, update python version to 2.7Manish Vachharajani2017-03-232-1/+6
| | * Revert incomplete bug fixManish Vachharajani2017-03-223-28/+1
| | * Push version to Python 2.7 as minimum required.Manish Vachharajani2017-03-223-1/+28
| | * Make bootstrap.py work again and work on Ubuntu Xenial.Manish Vachharajani2017-03-226-13/+20
| * | fix py2/3. Also fix py2 win32 broken testsWilliam Deegan2017-03-243-60/+89
| |/
| * py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ...William Deegan2017-03-207-15/+28
| * py2/3 to fix this test required several files/compares to be binary.William Deegan2017-03-201-10/+15
| * py2/3 fixed binary/str issue, but test is still failing on py3 with _action s...William Deegan2017-03-202-4/+4
| * added mode='r' for must_matches, and for one case added mode='w' for source f...William Deegan2017-03-203-40/+31
| * Update docs to remove deprecated sourcecode toolsWilliam Deegan2017-03-2024-745/+141
| * Remove deprecated tool SubversionWilliam Deegan2017-03-205-394/+1
| * Remove deprecated tool SCCSWilliam Deegan2017-03-2010-994/+2
| * Remove deprecated tool RCSWilliam Deegan2017-03-2011-1261/+2
| * Remove deprecated tool CVSWilliam Deegan2017-03-206-845/+1
| * Remove deprecated tool BitKeeperWilliam Deegan2017-03-207-856/+3
| * remove deprecated Perforce toolWilliam Deegan2017-03-203-569/+0
| * remove deprecated Perforce toolWilliam Deegan2017-03-2011-345/+12
| * py2/3 fix must_match and rb/wbWilliam Deegan2017-03-201-3/+3
| * py2/3 fix must_match and rb/wbWilliam Deegan2017-03-202-22/+22
| * py2/3 doesn't fix py3 yet.William Deegan2017-03-201-16/+16