summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Added comment (minor)Gary Oberbrunner2013-04-201-9/+12
* | Merged in bdbaddog/scons (pull request #70: MSVC2012 stuff)Gary Oberbrunner2013-04-204-8/+45
|\ \
| * | added text to changes.txt for this set of changes resolving some issues with ...William Deegan2013-04-111-0/+11
| * | should resolve issues with VS2012 (and probably VS2010) on 64(and probably 32...William Deegan2013-04-112-6/+35
| * | TARGET_OS|ARCH should never be defaulted to HOST_OS|ARCH. This makes it impos...William Deegan2013-04-091-2/+2
| * | Raised deprecated python version to be anything less than 2.7 to prep for mov...William Deegan2013-02-221-1/+1
| |/
* | Updated src/CHANGES.txt for recent changes.Gary Oberbrunner2013-04-201-2/+5
* | Added tests for ZIPROOT, and tweaked the ZIPROOT doc a bit.Gary Oberbrunner2013-04-204-88/+170
* | Test harness: fail_test() can now take an optional message to print on failure.Gary Oberbrunner2013-04-201-10/+17
* | Merged in ziproot (pull request #1)Philipp Kraus2013-04-153-2/+11
|\ \
| * | add optional ziprootPhilipp Kraus2013-04-123-2/+11
|/ /
* | Merged in carandraug/scons (pull request #67).Gary Oberbrunner2013-03-173-14/+97
|\ \
| * | Do not check for result type in CheckContext.Result, support duck typingCarnë Draug2013-03-021-12/+7
| * | Allow NoneType for CheckContext.ResultCarnë Draug2013-02-151-4/+6
| |/
* | Move back to 'develop' mode after rel_2.3.0.Gary Oberbrunner2013-03-046-13/+18
* | Merged rel_2.3.0 branch after release.Gary Oberbrunner2013-03-048-52/+69
|\ \
| * | Added tag 2.3.0 for changeset 38e9e6d0ba0cGary Oberbrunner2013-03-040-0/+0
| * | Added note in Announce.txt re: deprecating python versions older than 2.7.Gary Oberbrunner2013-03-032-13/+22
| * | Final auto updates for 2.3.0 release.Gary Oberbrunner2013-03-027-39/+47
|/ /
* | Merged in bdbaddog/scons (pull requests #68 and #69)Gary Oberbrunner2013-03-022-3/+15
|\ \
| * | Raised deprecated python version to be anything less than 2.7 to prep for mov...William Deegan2013-02-221-1/+1
| * | improved comment around changed codeWilliam Deegan2013-02-221-0/+1
| * | Changes to setup.py to allow it to be parsed by python3.x. This allows it to ...William Deegan2013-02-221-2/+13
| |/
* | Updated release doc files for 2.3 release.Gary Oberbrunner2013-02-103-42/+68
|/
* removed misleading comment from test/gettext/Translate/MultiCatalog.pyPaweł Tomulik2013-01-071-2/+0
* added test case gettext/Translate/MultiCatalog.pyPaweł Tomulik2013-01-071-0/+122
* added test case gettext/Translate/MultiCatalog.pyPaweł Tomulik2013-01-071-1/+1
* fixed bug with mutable default argument in Tool/GettextCommon.pyPaweł Tomulik2013-01-071-1/+2
* Fix MSVS project generation for older (<10) MSVS versions.Gary Oberbrunner2012-12-231-1/+1
* Make VersionedSharedLib and its test not fail on WindowsGary Oberbrunner2012-12-222-5/+24
* Fix SHLINKCOMSTR test rotGary Oberbrunner2012-12-221-7/+7
* Merging pull request #62 from Dirk Baechle: fixes for MinGW testsGary Oberbrunner2012-12-2231-140/+178
|\
| * - moved check for an installed MSVC toolchain into its own function in TestSConsDirk Baechle2012-12-2215-135/+36
| * - fixes for MinGW under Windows, mainly skipping MSVS-specific testsDirk Baechle2012-12-1830-72/+209
* | Fix test/SCONSFLAGS test rot.Gary Oberbrunner2012-12-211-2/+2
* | Merged in techtonik/scons (pull request #63: Another minor cleanup as the cod...Gary Oberbrunner2012-12-2113-141/+32
|\ \
| * | Fix test/runtest/xml/output.py for the new behavior of --xml optionanatoly techtonik2012-12-201-1/+1
| * | Fix tests broken after --noqmtest option was removed from runtest.pyanatoly techtonik2012-12-202-3/+3
| * | Remove os_spawnv_fix.diff patch for pre-Python 2.2 versionsanatoly techtonik2012-12-194-86/+2
| * | Cleanup replacement of sys.exitfunc with atexit (Python 2+)anatoly techtonik2012-12-195-32/+11
| * | TestCmd.py: Delay cleanup registration with atexit to avoid exessiveanatoly techtonik2012-12-191-19/+15
| |/
* | Fixed up docs for InstallVersionedLib and SHLIBVERSION.Gary Oberbrunner2012-12-212-8/+21
* | update to latest SCons commitsRobert Managan2012-12-1817-469/+434
|\ \ | |/
| * runtest.py: Enable -o, --output to save stdout/stderr into a fileanatoly techtonik2012-12-182-7/+17
| * runtest.py: Fix CRLFanatoly techtonik2012-12-181-2/+2
| * runtest.py: Replace `-o file --xml` with `--xml file`anatoly techtonik2012-12-172-28/+21
| * runtest.py: Exit with an error if no tests were foundanatoly techtonik2012-12-172-3/+10
| * runtest.py: remove --noqmtest optionanatoly techtonik2012-12-172-11/+4
| * Merge runtest.py fixesanatoly techtonik2012-12-172-20/+52
| |\
| | * runtest.py: Turn on unbuffered output ASAP.anatoly techtonik2012-12-151-13/+18