Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | | | - added documentation for the testing framework - converted two old tests from the "packaging" section to using fixtures as reference examples | ||||
| * | - renamed the '-j' option to '-k', such that we can use the former for ↵ | dirkbaechle | 2012-08-09 | 15 | -15/+15 |
| | | | | | | | | | | | | | | | | | | parallel processing later on - changed list(map()) to list comprehensions - removed try/except block around os.environ.get() for SCONS_EXTERNAL_TEST - fixed a potential deadlock for subprocess.Popen by using temporary files - added the '--nopipefiles' option to switch off this temp file fix (not recommended though) | ||||
| * | - fixed usage of subprocess module in runtest.py | dirkbaechle | 2012-08-03 | 15 | -15/+15 |
| | | | | | | | | - fixed tests in test/runtest (needed -j option for suppressing the count/percent messages) | ||||
* | | 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 |
| | | | | | | | | Need to do this, otherwise it fails erroneously. | ||||
* | | Fixed test rot in test/MSVS/CPPPATH-Dirs.py. | Gary Oberbrunner | 2012-08-22 | 1 | -1/+3 |
| | | | | | | | | | | Visual Studio now creates .vcxproj rather than .vcproj. Made the test allow either one's existence to succeed. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | SCons should not rebuild things after the first successful build when using WINDOWS_INSERT_DEF = 0. | ||||
| * | | Add test for issue 2856 fix. | Joshua Hughes | 2012-07-23 | 1 | -0/+61 |
| | | | | | | | | | | | | | | | This change also corrects a typo found in the WINDOWS_INSERT_DEF description/help entry. | ||||
* | | | 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 |
| |/ / | | | | | | | | | | The test makes sure that inheriting from file works as it should. | ||||
* | | | 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 ↵ | Robert Managan | 2012-06-14 | 1 | -0/+118 |
|/ | | | | effects and dependencies right | ||||
* | 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 |
| |/ | | | | | | | ambiguous/corrupts the original environment | ||||
* | | 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 |
| | | | | | | | | Update msvc linker emitter to add the PCH object if not already present. | ||||
* | | 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 |
| | | | | | | | | | | | | | | | | | | | | | problems (C: vs. c:) Added new test match function, match_caseinsensitive to handle this and probably other similar cases. | ||||
* | | | Add support for Latex's multibib package and in the process generalize how ↵ | Rob Managan | 2012-02-19 | 1 | -0/+97 |
| |/ |/| | | | | | we check aux files for processing | ||||
* | | fixed test for update release to work in 2012 (and years thereafter). It had ↵ | William Deegan | 2012-01-17 | 1 | -11/+15 |
|/ | | | | 2011 hardcoded in many places. Now it'll calculate the current year and use that instead | ||||
* | - 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 |
| | | | | | | If one of the tools that use TeX applications is generated add the paths in /etc/paths and /etc/paths.d version 10.5 (Leopard) | ||||
* | Changes for issue #2730: | Dirk Baechle | 2011-07-07 | 2 | -0/+175 |
| | | | | | | - temporarily disabling the detect routine for the Tools 'jar' and 'rmic' - added a simple testcase for each - changes to Announce.txt (typos) and CHANGES.txt | ||||
* | 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 |
| | | | | If not skip the test. | ||||
* | mSVC: fixed test problem in test/MSVC/embed-manifest.py by ensuring a ↵ | Gary Oberbrunner | 2011-05-29 | 1 | -6/+5 |
| | | | | manifest gets generated -- added /MANIFEST to LINKFLAGS and SHLINKFLAGS. | ||||
* | Since latex will add valid etension when it looks for files we | Robert Managan | 2011-05-18 | 1 | -0/+77 |
| | | | | | | need to change os.path.exists() to os.path.isfile() to handle the case where we have a directory named foo and a file foo.tex. Then an \input{foo} will not find the directory instead of the file |