Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix prev commit (test fix) for non-Windows OSes. | Gary Oberbrunner | 2011-05-15 | 1 | -0/+2 |
| | |||||
* | Fix test/sconsign/script/dblite.py test on Windows (adjusted expected result ↵ | Gary Oberbrunner | 2011-05-15 | 1 | -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 Oberbrunner | 2011-05-15 | 1 | -0/+88 |
| | |||||
* | Fix TEX auxiliary test by normalizing ps output to avoid spurious failures ↵ | Gary Oberbrunner | 2011-05-04 | 1 | -0/+3 |
| | | | | (from Rob Managan) | ||||
* | Skip MSVC/batch-longlines test on non-Windows platforms. | Gary Oberbrunner | 2011-05-03 | 1 | -0/+5 |
| | |||||
* | Fix issue 2627: MSVC_BATCH=False should turn off batch, not turn it on. | Gary Oberbrunner | 2011-04-24 | 1 | -0/+13 |
| | |||||
* | Fix issue 2628, long compile lines in batch mode. Thanks to Grzegorz Bizo ↵ | Gary Oberbrunner | 2011-04-24 | 1 | -0/+59 |
| | | | | for the patch. | ||||
* | Filter out more bogus files from import.py test. It was trying to use emacs ↵ | William Deegan | 2011-03-24 | 1 | -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 Oberbrunner | 2011-03-11 | 1 | -0/+54 |
| | |||||
* | Fix test rot from prev commit (minor) | Gary Oberbrunner | 2011-03-03 | 1 | -0/+1 |
| | |||||
* | Fix issue #1632: quote /Fp in PCH to make precompiled hdrs work with variant ↵ | Gary Oberbrunner | 2011-03-02 | 1 | -0/+85 |
| | | | | dirs containing spaces. | ||||
* | Support automatically embedding manifests in EXEs and DLLs on Windows. | Gary Oberbrunner | 2011-03-02 | 1 | -0/+88 |
| | |||||
* | Tests for previous 2 patches | Gary Oberbrunner | 2011-03-01 | 2 | -0/+321 |
| | |||||
* | Misc Windows test cleanups | Gary Oberbrunner | 2011-02-27 | 1 | -14/+17 |
| | |||||
* | Fix #2708 by making Delete able to delete broken symlinks and dir symlinks. | Gary Oberbrunner | 2011-02-18 | 1 | -0/+28 |
| | | | | Thanks to David Garcia Garzon for the patch. | ||||
* | Fix for bug 2558. Handle .output file generated by bison or yacc properly. ↵ | William Deegan | 2011-01-27 | 1 | -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 2011 | William Deegan | 2011-01-26 | 1 | -5/+5 |
| | |||||
* | Apply patch from bug 2706 and create testcase to check for whitespace after ↵ | William Deegan | 2011-01-24 | 1 | -0/+91 |
| | | | | module name in %module directive | ||||
* | Improve error messages for invalid EnumVariables to include legal values. | Gary Oberbrunner | 2011-01-13 | 2 | -6/+6 |
| | |||||
* | Bugfix for 2423 - mingw's emitter was passing strings instead of file nodes ↵ | William Deegan | 2010-11-27 | 1 | -0/+67 |
| | | | | | | | | | which was causing errors in the link tool. This patch changes them to be file nodes. Additionaly it will try the default install path for mingw paths if the mingw tools aren't found in either env['ENV']['PATH'] or the users's environment's PATH. | ||||
* | Fix Install() when src and target are dirs and target dir already exists, by ↵ | Gary Oberbrunner | 2010-11-18 | 1 | -0/+65 |
| | | | | using our own copytree implementation. | ||||
* | Integrate patch for issue 2691: MSVS 10.0 project file generation. | Gary Oberbrunner | 2010-10-16 | 5 | -0/+537 |
| | |||||
* | Add support for the bibunits package. This should help thesis writers. | Robert Managan | 2010-09-12 | 1 | -0/+279 |
| | |||||
* | Python2.7 fix: the timestamp in the sconsign --raw output may have an | Steven Knight | 2010-08-27 | 2 | -28/+28 |
| | | | | 'L' appended (at least on Windows). | ||||
* | Python 2.7 fixes in four tests. | Steven Knight | 2010-08-27 | 2 | -5/+7 |
| | |||||
* | I had to add the INDEXSTYLES environment variable to the code | Robert Managan | 2010-08-23 | 1 | -0/+191 |
| | | | | | | | | | so the user can define a path to look for makeindex style files. When the latex files are generated by another builder the user may have to define env['TEXINPUTS'] or some of the other environment variables so latex can find files that are not sideeffects. This woul dinclude style files and the like. | ||||
* | Clean up a test file that had some bad PostScript in it. Seems to work | Robert Managan | 2010-08-23 | 1 | -1/+1 |
| | | | | most of the time but it needed fixing. | ||||
* | This time make it really platform agnostic. | Robert Managan | 2010-08-23 | 1 | -1/+1 |
| | | | | Sorry about the multiple commits!! | ||||
* | Clean up this test so it is platform agnostic. Added a builder to do the | Robert Managan | 2010-08-23 | 1 | -27/+10 |
| | | | | file copy and rename so it is same for Windows, Linux and Mac | ||||
* | Add tests of using SConsignFile() with Python dbm modules. | Steven Knight | 2010-08-21 | 4 | -0/+395 |
| | | | | | Related fixes: explicitly close the db when we close it, and add a .close() method to dblite.py. | ||||
* | Add a test of switching back and forth between Decider() values | Steven Knight | 2010-08-20 | 1 | -0/+93 |
| | | | | | (specifically 'MD5' and 'timestamp-match'), copied from back when this functionality was configured with the SourceSignatures() function. | ||||
* | WHen checking the .tex file for which side effects it generates always | Robert Managan | 2010-08-19 | 1 | -0/+196 |
| | | | | | | | add them if the .tex file is generated by another builder and is not yet created. If the file exists then only add the side effects if they will be created. | ||||
* | Fix two badly formed epsfiles used in these tests. | Robert Managan | 2010-08-19 | 2 | -2/+2 |
| | |||||
* | Fix Windows test failures due to previous commit: skip pkg-config test on ↵ | Gary Oberbrunner | 2010-08-16 | 2 | -6/+12 |
| | | | | Windows, and always use -D for CPPDEFPREFIX for simplicity. | ||||
* | Fix CPPDEFINES problems with dicts (both Append and MergeFlags). From ↵ | Gary Oberbrunner | 2010-08-15 | 3 | -2/+325 |
| | | | | Jean-Baptiste Lab. Fixes issue #2671. | ||||
* | Fix issue with implicit-cache when files are removed on disk. Fixes issue ↵ | Gary Oberbrunner | 2010-08-12 | 1 | -0/+74 |
| | | | | #1938. | ||||
* | Added generation of solution and projects for MSVS 2008 (Evgeny Podjachev) | Gary Oberbrunner | 2010-08-12 | 5 | -8/+319 |
| | |||||
* | Support for Fortran 03, from Luca Falavigna. | Gary Oberbrunner | 2010-07-30 | 7 | -0/+839 |
| | |||||
* | Fix tests that examine version output to expect new "engine path:" line. | Steven Knight | 2010-07-29 | 2 | -0/+4 |
| | |||||
* | Issue 2549: Add support for DMD version 2. (Russel Winder) | Steven Knight | 2010-07-23 | 1 | -0/+3 |
| | |||||
* | Missed these new test files in last commit (r5105). | Gary Oberbrunner | 2010-07-22 | 6 | -0/+649 |
| | |||||
* | Integrated patch for issue 2571, various fixes for MSVS project generation. ↵ | Gary Oberbrunner | 2010-07-22 | 5 | -14/+15 |
| | | | | From Jean-Franois Colson. | ||||
* | Add .sx assembly files to preprocessed-assembly source scanner list. Closes ↵ | Gary Oberbrunner | 2010-07-04 | 1 | -1/+14 |
| | | | | issue 2573. | ||||
* | Set module metadata for site_scons/site_init.py files. From Arve Knudsen; ↵ | Gary Oberbrunner | 2010-07-04 | 1 | -4/+50 |
| | | | | closes issue 2520. | ||||
* | Add all the per-system and per-user site_scons dirs, per discussion in SEP 002. | Gary Oberbrunner | 2010-07-04 | 1 | -0/+71 |
| | |||||
* | Fix #2574: case sensitivity issue with Fortran module scanner. | Gary Oberbrunner | 2010-06-17 | 1 | -0/+66 |
| | |||||
* | Solaris portability fix to avoid substitutions during Tool module intialization. | Steven Knight | 2010-06-16 | 1 | -1/+5 |
| | |||||
* | Remove unnecessary left-over "import sys" statements. | Steven Knight | 2010-06-15 | 13 | -26/+0 |
| | |||||
* | Issue 2647: In Executor.Null.get_all_children(), really return all of | Steven Knight | 2010-06-15 | 3 | -18/+84 |
| | | | | the children, including the explicit dependencies, not just the sources. | ||||
* | Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge from | Steven Knight | 2010-06-15 | 4 | -8/+99 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/pending ........ r4942 | stevenknight | 2010-06-03 12:41:20 -0700 (Thu, 03 Jun 2010) | 13 lines Isseu 2641: Latest drop of the TestCmd infrastructure, v. 1.3, including: * Support for test timeouts. * Ability to set separate match_stdout and match_stderr functions. * Ability to set separate diff_stdout and diff_stderr functions. * Static methods for the various underlying match* and diff* functionality. * Ability to get at the various match* and diff* functions by attribute name. * Got rid of checks for difflib now that Python 2.3 is the floor (for this infrastructure, anyway). Ripple effects in two test scripts. Added upstream unit test modules (QMTest/Test{Cmd,Common}Tests.py). Added a README.txt file. ........ r4943 | stevenknight | 2010-06-03 13:00:31 -0700 (Thu, 03 Jun 2010) | 2 lines Grab the correct TestCmd files with the updated version number. ........ r4946 | managan | 2010-06-04 09:39:20 -0700 (Fri, 04 Jun 2010) | 4 lines On Windows add a '/D' to the command line so it recognizes drive letters in the source or target file paths ........ r4947 | managan | 2010-06-04 09:51:48 -0700 (Fri, 04 Jun 2010) | 5 lines The scanner was not parsing the dependencies in \includegraphics commands when there was whitespace (including carriage returns) in the command. While we need a better long term fix this covers this concern. ........ r4948 | managan | 2010-06-04 11:13:12 -0700 (Fri, 04 Jun 2010) | 3 lines Dropped an import line that is needed by the last commit of mine for Windows depenedant option on latex command lines ........ r4949 | managan | 2010-06-04 12:27:48 -0700 (Fri, 04 Jun 2010) | 7 lines Some latex packages break up commands where you normally could not by using a comment character at the end of the first line. Our current scanner broke on this and lost some dependecies. While we need general fix, this patch solves this problem ........ r4950 | managan | 2010-06-04 15:51:36 -0700 (Fri, 04 Jun 2010) | 5 lines Tweak how we handle comments within Latex source files when scanning and looking for dependencies. We were adding a space when a comment broke a line and we should not have. ........ r4984 | managan | 2010-06-07 09:37:40 -0700 (Mon, 07 Jun 2010) | 6 lines The multi-line_include-options test failed to check for the existence of latex. Added that so this test is skipped on systems without latex. ........ |