| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Be specific about which tools to use. | Russel Winder | 2012-09-03 | 1 | -1/+1 |
|
|
* | | Strip out all the Linux specific stuff as not being the right direction to ha... | Russel Winder | 2012-09-03 | 1 | -0/+64 |
|/ |
|
* | Merging pull request #33, test framework, from Dirk Baechle. | Gary Oberbrunner | 2012-08-28 | 25 | -56/+51 |
|\ |
|
| * | - fixed directory/file fixtures for "general" mode | dirkbaechle | 2012-08-12 | 10 | -41/+36 |
|
|
| * | - renamed the '-j' option to '-k', such that we can use the former for parall... | dirkbaechle | 2012-08-09 | 15 | -15/+15 |
|
|
| * | - fixed usage of subprocess module in runtest.py | dirkbaechle | 2012-08-03 | 15 | -15/+15 |
|
|
* | | Another MinGW test skip fix. | Gary Oberbrunner | 2012-08-22 | 1 | -0/+6 |
|
|
* | | Skip MinGW test on Windows machines without MinGW. | Gary Oberbrunner | 2012-08-22 | 1 | -0/+6 |
|
|
* | | Fixed test rot in test/MSVS/CPPPATH-Dirs.py. | Gary Oberbrunner | 2012-08-22 | 1 | -1/+3 |
|
|
* | | Fixed some test rot in test/IDL/midl.py, so it works on Win7. | Gary Oberbrunner | 2012-08-22 | 1 | -11/+12 |
|
|
* | | Fix MSVS solution generation for VS11, and fixed tests. | Gary Oberbrunner | 2012-08-14 | 4 | -4/+4 |
|
|
* | | Merged in ptomulik/scons, pull request #25: gettext toolset | Gary Oberbrunner | 2012-08-01 | 9 | -196/+1334 |
|\ \
| |/
|/| |
|
| * | Removed test/GETTEXT | ptomulik | 2012-06-18 | 4 | -298/+0 |
|
|
| * | Added tests covering the examples in Translate tool's documentation | ptomulik | 2012-06-18 | 1 | -0/+179 |
|
|
| * | Removed some garbage from tests (found by accident) | ptomulik | 2012-06-18 | 3 | -196/+0 |
|
|
| * | Changes in gettext tool - tests refactored, small changes in sources. | ptomulik | 2012-06-18 | 25 | -2195/+944 |
|
|
| * | Removed unnecessary line in test/FindSourceFiles.py | ptomulik | 2012-06-06 | 1 | -1/+0 |
|
|
| * | Fixed FindSourceFiles to find leaf nodes. | ptomulik | 2012-06-06 | 1 | -0/+76 |
|
|
| * | Corrected COPYRIGH placeholders | ptomulik | 2012-06-06 | 26 | -26/+26 |
|
|
| * | Corrections corrections corrections .. | ptomulik | 2012-06-06 | 26 | -80/+5 |
|
|
| * | Added gettext tools | ptomulik | 2012-06-06 | 26 | -0/+2704 |
|
|
* | | Add recent fixes to src/CHANGES.txt | Gary Oberbrunner | 2012-07-27 | 1 | -0/+62 |
|\ \ |
|
| * | | Make sure things aren't rebuilt. | Joshua Hughes | 2012-07-24 | 1 | -0/+1 |
|
|
| * | | Add test for issue 2856 fix. | Joshua Hughes | 2012-07-23 | 1 | -0/+61 |
|
|
* | | | Merged in kivhift/scons (pull request #31), fixes #2857. | Gary Oberbrunner | 2012-07-27 | 1 | -0/+57 |
|\ \ \ |
|
| * | | | Add test for issue-2857 fix. | Joshua Hughes | 2012-07-24 | 1 | -0/+57 |
| |/ / |
|
* | | | Fix issue 2833 (LINKCOMSTR etc. on Windows). | Gary Oberbrunner | 2012-07-22 | 2 | -0/+30 |
|
|
* | | | Add support for using biber instead of bibtex. | Robert Managan | 2012-06-14 | 1 | -0/+124 |
|/ / |
|
* | | Add support for the biblatex package; search for new keywards to get side eff... | Robert Managan | 2012-06-14 | 1 | -0/+118 |
|/ |
|
* | Merged in mortoray/scons (pull request #22) | Gary Oberbrunner | 2012-05-27 | 3 | -0/+14 |
|\ |
|
| * | check for missing latex packages | edA-qa mort-ora-y | 2012-05-06 | 3 | -0/+14 |
|
|
* | | Merge mortoray/SCons fix for #2821, copy Builders when env is cloned. | Gary Oberbrunner | 2012-05-19 | 1 | -0/+50 |
|\ \ |
|
| * | | better fix for issue 2821 -- avoid direct copies of the BuilderDict as it is ... | edA-qa mort-ora-y | 2012-05-06 | 1 | -0/+50 |
| |/ |
|
* | | Merge fix for #2976, -s should be silent about entering subdirs. | Gary Oberbrunner | 2012-05-12 | 1 | -0/+5 |
|\ \ |
|
| * | | fix for issue 2976 | edA-qa mort-ora-y | 2012-05-05 | 1 | -0/+5 |
| |/ |
|
* | | Merged fix from Dirk Baechle/Arve Knudsen: FORTRANPPFILESUFFIXES test. | Gary Oberbrunner | 2012-05-12 | 1 | -0/+89 |
|\ \
| |/
|/| |
|
| * | - added test for FORTRANPPFILESUFFIXES by Arve Knudsen | dirkbaechle | 2012-05-06 | 1 | -0/+89 |
|
|
* | | MSVC: show valid $TARGET_ARCH values when invalid arch passed in. | Gary Oberbrunner | 2012-05-07 | 1 | -1/+12 |
|
|
* | | MSVC11 needs PCH objects added to the link line. | Gary Oberbrunner | 2012-05-07 | 1 | -85/+85 |
|
|
* | | Merged msvc11 branch from stopiccot. | Gary Oberbrunner | 2012-05-07 | 5 | -0/+537 |
|\ \
| |/
|/| |
|
| * | copy paste unit tests for VC11 | stopiccot | 2012-03-04 | 5 | -0/+537 |
|
|
* | | Merged in garyo/scons (pull request #18) | Gary Oberbrunner | 2012-04-07 | 1 | -0/+2 |
|\ \ |
|
| * | | Fix test failures in test/explain/basic.py on Windows due to drive-name case ... | Gary Oberbrunner | 2012-04-07 | 1 | -0/+2 |
|
|
* | | | Add support for Latex's multibib package and in the process generalize how we... | Rob Managan | 2012-02-19 | 1 | -0/+97 |
| |/
|/| |
|
* | | fixed test for update release to work in 2012 (and years thereafter). It had ... | William Deegan | 2012-01-17 | 1 | -11/+15 |
|/ |
|
* | - fixed SWIG module names for generated *.i files (#2707) | Dirk Baechle | 2011-09-07 | 1 | -0/+79 |
|
|
* | Update path information for OSX. | Robert Managan | 2011-09-06 | 30 | -49/+32 |
|
|
* | Changes for issue #2730: | Dirk Baechle | 2011-07-07 | 2 | -0/+175 |
|
|
* | Fix bug 2772 | William Deegan | 2011-06-17 | 1 | -0/+1 |
|
|
* | Add check that latex is installed and findable. | Robert Managan | 2011-05-30 | 1 | -0/+4 |
|
|