summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* mSVC: fixed test problem in test/MSVC/embed-manifest.py by ensuring a ↵Gary Oberbrunner2011-05-291-6/+5
| | | | manifest gets generated -- added /MANIFEST to LINKFLAGS and SHLINKFLAGS.
* Since latex will add valid etension when it looks for files weRobert Managan2011-05-181-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
* Fix bug 2722 - get rid of warnings about missing MSVC, now will only be ↵William Deegan2011-05-171-0/+11
| | | | shown if the SCONS_MSCOMMON_DEBUG environment variable is set. Also partial fix for 2661.src/engine/SCons/Tool/MSCommon/vc.py
* Fix prev commit (test fix) for non-Windows OSes.Gary Oberbrunner2011-05-151-0/+2
|
* Fix test/sconsign/script/dblite.py test on Windows (adjusted expected result ↵Gary Oberbrunner2011-05-151-5/+17
| | | | to match actual). Also made failing match_re more verbose for easier test debugging.
* Test for prev commit (r5249, fix for #2702).Gary Oberbrunner2011-05-151-0/+88
|
* Fix TEX auxiliary test by normalizing ps output to avoid spurious failures ↵Gary Oberbrunner2011-05-041-0/+3
| | | | (from Rob Managan)
* Skip MSVC/batch-longlines test on non-Windows platforms.Gary Oberbrunner2011-05-031-0/+5
|
* Fix issue 2627: MSVC_BATCH=False should turn off batch, not turn it on.Gary Oberbrunner2011-04-241-0/+13
|
* Fix issue 2628, long compile lines in batch mode. Thanks to Grzegorz Bizo ↵Gary Oberbrunner2011-04-241-0/+59
| | | | for the patch.
* Filter out more bogus files from import.py test. It was trying to use emacs ↵William Deegan2011-03-241-0/+3
| | | | and other junk files which were left in the source tree and failing
* Fix #2685, UnicodeDecodeError with Copy and non-ASCII filenames.Gary Oberbrunner2011-03-111-0/+54
|
* Fix test rot from prev commit (minor)Gary Oberbrunner2011-03-031-0/+1
|
* Fix issue #1632: quote /Fp in PCH to make precompiled hdrs work with variant ↵Gary Oberbrunner2011-03-021-0/+85
| | | | dirs containing spaces.
* Support automatically embedding manifests in EXEs and DLLs on Windows.Gary Oberbrunner2011-03-021-0/+88
|
* Tests for previous 2 patchesGary Oberbrunner2011-03-012-0/+321
|
* Misc Windows test cleanupsGary Oberbrunner2011-02-271-14/+17
|
* Fix #2708 by making Delete able to delete broken symlinks and dir symlinks.Gary Oberbrunner2011-02-181-0/+28
| | | | Thanks to David Garcia Garzon for the patch.
* Fix for bug 2558. Handle .output file generated by bison or yacc properly. ↵William Deegan2011-01-271-0/+96
| | | | Make SCons aware that it's a SideEffect, and clean it when SCons cleans
* Fix test/update-release-info/update-release-info.py to work in the year 2011William Deegan2011-01-261-5/+5
|
* Apply patch from bug 2706 and create testcase to check for whitespace after ↵William Deegan2011-01-241-0/+91
| | | | module name in %module directive