| Commit message (Expand) | Author | Age | Files | Lines |
* | changes for 2.5.0 release | William Deegan | 2016-04-09 | 1 | -2/+2 |
|
|
* | changes to skip tests on ubuntu-next when gcj and not real java, and also whe... | William Deegan | 2016-01-17 | 1 | -0/+7 |
|
|
* | change release config files to post release state | William Deegan | 2015-11-11 | 1 | -1/+1 |
|
|
* | merge changes from 2.4.1 release to default | William Deegan | 2015-11-09 | 1 | -1/+1 |
|
|
* | add another possible path for JAVA_HOME on OSX | William Deegan | 2015-09-29 | 1 | -0/+3 |
|
|
* | release 2.4.0 | William Deegan | 2015-09-21 | 1 | -1/+1 |
|
|
* | post 2.3.6 release changes | William Deegan | 2015-08-01 | 1 | -1/+1 |
|
|
* | merging 2.3.5 changes | William Deegan | 2015-06-20 | 1 | -1/+1 |
|
|
* | reverting 3320 | William Deegan | 2015-06-18 | 1 | -1/+1 |
|
|
* | reverting 3321 | William Deegan | 2015-06-18 | 1 | -1/+1 |
|
|
* | Release 2.3.5.final.0 | William Deegan | 2015-06-15 | 1 | -1/+1 |
|
|
* | Release 2.3.5.final.0 | William Deegan | 2015-06-15 | 1 | -1/+1 |
|
|
* | Updated jni header directory expectations for tests. | William Blevins | 2015-03-24 | 1 | -1/+1 |
|
|
* | Put default branch back to develop mode, post 2.3.4. | Gary Oberbrunner | 2014-09-27 | 1 | -1/+1 |
|
|
* | Apply 2.3.3 release auto changes to default branch | Gary Oberbrunner | 2014-08-24 | 1 | -1/+1 |
|
|
* | Remove extra print stmt in TestSCons.py, per review. | Gary Oberbrunner | 2014-08-21 | 1 | -1/+0 |
|
|
* | SWIG: improve tool detection, and update SWIG tests to run on Windows. | Gary Oberbrunner | 2014-08-21 | 1 | -3/+14 |
|
|
* | Fix development mailing list with a new address @scons.org | anatoly techtonik | 2014-05-28 | 1 | -1/+1 |
|
|
* | No need to update copyright_years in QMTest/TestSCons.py anymore | anatoly techtonik | 2014-02-25 | 1 | -2/+0 |
|
|
* | Merged scons/scons into default | Tom Tanner | 2013-10-30 | 1 | -1/+1 |
|\ |
|
| * | Fix broken python-version.py test. regex for deprecated version string wasn't... | William Deegan | 2013-10-25 | 1 | -1/+1 |
|
|
* | | Adding documentation and a couple of tests | Tom Tanner | 2013-10-08 | 1 | -3/+3 |
|/ |
|
* | Move back to 'develop' mode after rel_2.3.0. | Gary Oberbrunner | 2013-03-04 | 1 | -1/+1 |
|
|
* | Final auto updates for 2.3.0 release. | Gary Oberbrunner | 2013-03-02 | 1 | -19/+19 |
|
|
* | - moved check for an installed MSVC toolchain into its own function in TestSCons | Dirk Baechle | 2012-12-22 | 1 | -0/+22 |
|
|
* | - extended the must_contain* methods of the test framework, such that they al... | Dirk Baechle | 2012-12-16 | 1 | -0/+28 |
|
|
* | - several smaller fixes to get all tests running under Buildbot again | dirkbaechle | 2012-09-27 | 1 | -40/+31 |
|
|
* | - first swoop of changes for getting all Buildbot slaves to run successfully ... | dirkbaechle | 2012-09-04 | 1 | -6/+6 |
|
|
* | - fixed directory/file fixtures for "general" mode | dirkbaechle | 2012-08-12 | 1 | -5/+5 |
|
|
* | - renamed the '-j' option to '-k', such that we can use the former for parall... | dirkbaechle | 2012-08-09 | 1 | -5/+1 |
|
|
* | - fixed where_is for standard mode | dirkbaechle | 2012-08-03 | 1 | -2/+2 |
|
|
* | - basic merge with source from the external scons-test-framework | dirkbaechle | 2012-08-03 | 1 | -61/+109 |
|
|
* | Add 2012 to the copyright year list | William Deegan | 2012-01-16 | 1 | -1/+1 |
|
|
* | Fix bug 2772 | William Deegan | 2011-06-17 | 1 | -1/+1 |
|
|
* | Fix TEX auxiliary test by normalizing ps output to avoid spurious failures (f... | Gary Oberbrunner | 2011-05-04 | 1 | -0/+12 |
|
|
* | Fix test/update-release-info/update-release-info.py to work in the year 2011 | William Deegan | 2011-01-26 | 1 | -1/+1 |
|
|
* | Updates the timing infrastructure to: | Steven Knight | 2010-08-18 | 1 | -10/+32 |
|
|
* | Windows fix: use shell=True on subprocess.Popen(), don't use communicate(). | Steven Knight | 2010-06-28 | 1 | -2/+3 |
|
|
* | Generalize searching for the Fortran startup libraries (-lfrtbegin | Steven Knight | 2010-06-27 | 1 | -16/+14 |
|
|
* | This changeset increments the trunk to the next minor level, 2.1.0, and | Greg Noel | 2010-06-15 | 1 | -1/+1 |
|
|
* | Increase the default timeout of TestSCons.wait_for() to 20.0 seconds. | Steven Knight | 2010-06-10 | 1 | -1/+10 |
|
|
* | Oops, backslash must be done first, or backslashes from previous substitutions | Greg Noel | 2010-06-05 | 1 | -1/+1 |
|
|
* | The re_escape() function escapes too little. Blind fix for a Windows problem. | Greg Noel | 2010-06-05 | 1 | -1/+1 |
|
|
* | Prepare for checkpoint release. Everything should be set up and ready | Greg Noel | 2010-05-30 | 1 | -3/+6 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 1 | -16/+77 |
|
|
* | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 1 | -57/+82 |
|
|
* | Update deprecated features to the next life-cycle stage | Greg Noel | 2010-05-21 | 1 | -0/+20 |
|
|
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 1 | -3/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -34/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 1 | -2/+0 |
|
|