summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | Be specific about which tools to use.Russel Winder2012-09-031-1/+1
| |
* | Strip out all the Linux specific stuff as not being the right direction to ↵Russel Winder2012-09-031-0/+64
|/ | | | handle all the variation.
* Merging pull request #33, test framework, from Dirk Baechle.Gary Oberbrunner2012-08-2825-56/+51
|\
| * - fixed directory/file fixtures for "general" modedirkbaechle2012-08-1210-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 ↵dirkbaechle2012-08-0915-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.pydirkbaechle2012-08-0315-15/+15
| | | | | | | | - fixed tests in test/runtest (needed -j option for suppressing the count/percent messages)
* | Another MinGW test skip fix.Gary Oberbrunner2012-08-221-0/+6
| |
* | Skip MinGW test on Windows machines without MinGW.Gary Oberbrunner2012-08-221-0/+6
| | | | | | | | Need to do this, otherwise it fails erroneously.
* | Fixed test rot in test/MSVS/CPPPATH-Dirs.py.Gary Oberbrunner2012-08-221-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 Oberbrunner2012-08-221-11/+12
| |
* | Fix MSVS solution generation for VS11, and fixed tests.Gary Oberbrunner2012-08-144-4/+4
| |
* | Merged in ptomulik/scons, pull request #25: gettext toolsetGary Oberbrunner2012-08-019-196/+1334
|\ \ | |/ |/|
| * Removed test/GETTEXTptomulik2012-06-184-298/+0
| |
| * Added tests covering the examples in Translate tool's documentationptomulik2012-06-181-0/+179
| |
| * Removed some garbage from tests (found by accident)ptomulik2012-06-183-196/+0
| |
| * Changes in gettext tool - tests refactored, small changes in sources.ptomulik2012-06-1825-2195/+944
| |
| * Removed unnecessary line in test/FindSourceFiles.pyptomulik2012-06-061-1/+0
| |
| * Fixed FindSourceFiles to find leaf nodes.ptomulik2012-06-061-0/+76
| |
| * Corrected COPYRIGH placeholdersptomulik2012-06-0626-26/+26
| |
| * Corrections corrections corrections ..ptomulik2012-06-0626-80/+5
| |
| * Added gettext toolsptomulik2012-06-0626-0/+2704
| |
* | Add recent fixes to src/CHANGES.txtGary Oberbrunner2012-07-271-0/+62
|\ \
| * | Make sure things aren't rebuilt.Joshua Hughes2012-07-241-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 Hughes2012-07-231-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 Oberbrunner2012-07-271-0/+57
|\ \ \
| * | | Add test for issue-2857 fix.Joshua Hughes2012-07-241-0/+57
| |/ / | | | | | | | | | The test makes sure that inheriting from file works as it should.
* | | Fix issue 2833 (LINKCOMSTR etc. on Windows).Gary Oberbrunner2012-07-222-0/+30
| | |
* | | Add support for using biber instead of bibtex.Robert Managan2012-06-141-0/+124
|/ /
* | Add support for the biblatex package; search for new keywards to get side ↵Robert Managan2012-06-141-0/+118
|/ | | | effects and dependencies right
* Merged in mortoray/scons (pull request #22)Gary Oberbrunner2012-05-273-0/+14
|\
| * check for missing latex packagesedA-qa mort-ora-y2012-05-063-0/+14
| |
* | Merge mortoray/SCons fix for #2821, copy Builders when env is cloned.Gary Oberbrunner2012-05-191-0/+50
|\ \
| * | better fix for issue 2821 -- avoid direct copies of the BuilderDict as it is ↵edA-qa mort-ora-y2012-05-061-0/+50
| |/ | | | | | | ambiguous/corrupts the original environment
* | Merge fix for #2976, -s should be silent about entering subdirs.Gary Oberbrunner2012-05-121-0/+5
|\ \
| * | fix for issue 2976edA-qa mort-ora-y2012-05-051-0/+5
| |/
* | Merged fix from Dirk Baechle/Arve Knudsen: FORTRANPPFILESUFFIXES test.Gary Oberbrunner2012-05-121-0/+89
|\ \ | |/ |/|
| * - added test for FORTRANPPFILESUFFIXES by Arve Knudsendirkbaechle2012-05-061-0/+89
| |
* | MSVC: show valid $TARGET_ARCH values when invalid arch passed in.Gary Oberbrunner2012-05-071-1/+12
| |
* | MSVC11 needs PCH objects added to the link line.Gary Oberbrunner2012-05-071-85/+85
| | | | | | | | Update msvc linker emitter to add the PCH object if not already present.
* | Merged msvc11 branch from stopiccot.Gary Oberbrunner2012-05-075-0/+537
|\ \ | |/ |/|
| * copy paste unit tests for VC11stopiccot2012-03-045-0/+537
| |
* | Merged in garyo/scons (pull request #18)Gary Oberbrunner2012-04-071-0/+2
|\ \
| * | Fix test failures in test/explain/basic.py on Windows due to drive-name case ↵Gary Oberbrunner2012-04-071-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 Managan2012-02-191-0/+97
| |/ |/| | | | | we check aux files for processing
* | fixed test for update release to work in 2012 (and years thereafter). It had ↵William Deegan2012-01-171-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 Baechle2011-09-071-0/+79
|
* Update path information for OSX.Robert Managan2011-09-0630-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 Baechle2011-07-072-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 2772William Deegan2011-06-171-0/+1
|
* Add check that latex is installed and findable.Robert Managan2011-05-301-0/+4
| | | | If not skip the test.