summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Collapse)AuthorAgeFilesLines
* Changes in gettext tool - tests refactored, small changes in sources.ptomulik2012-06-189-58/+12
|
* Added content to src/engine/MANIFEST.inptomulik2012-06-061-0/+6
|
* Reverted MANIFEST-xml.in and appended new files.ptomulik2012-06-061-5/+0
|
* Reverted MANIFEST-xml.in that I've sorted by acident.ptomulik2012-06-062-44/+43
|
* Fixed FindSourceFiles to find leaf nodes.ptomulik2012-06-063-11/+26
|
* Corrected COPYRIGH placeholdersptomulik2012-06-0611-11/+11
|
* Corrections corrections corrections ..ptomulik2012-06-064-22/+20
|
* Another correction to MANIFEST filesptomulik2012-06-061-5/+0
|
* Fixed MANIFEST files under src/engineptomulik2012-06-062-49/+54
|
* Added gettext toolsptomulik2012-06-0612-0/+2094
|
* Merge mortoray fix for #2188, typo in example.Gary Oberbrunner2012-05-201-1/+1
|\
| * fix for issue2188, fix typo in exampleedA-qa mort-ora-y2012-05-131-1/+1
| |
* | Merge mortoray/SCons fix for #2821, copy Builders when env is cloned.Gary Oberbrunner2012-05-192-15/+18
|\ \ | |/ |/|
| * better fix for issue 2821 -- avoid direct copies of the BuilderDict as it is ↵edA-qa mort-ora-y2012-05-062-15/+18
| | | | | | | | ambiguous/corrupts the original environment
* | fix for issue 2976edA-qa mort-ora-y2012-05-051-1/+2
|/
* MSVC: show valid $TARGET_ARCH values when invalid arch passed in.Gary Oberbrunner2012-05-071-1/+2
|
* MSVC11 needs PCH objects added to the link line.Gary Oberbrunner2012-05-071-1/+10
| | | | Update msvc linker emitter to add the PCH object if not already present.
* Merged msvc11 branch from stopiccot.Gary Oberbrunner2012-05-073-6/+42
|\
| * fix + solution generation fixesstopiccot2012-03-042-5/+10
| |
| * start of msvc11 supportstopiccot2012-03-022-3/+34
| |
* | Merged fix for #2720 (-jN build failures), pull request #13.Gary Oberbrunner2012-05-064-15/+112
|\ \ | | | | | | | | | From Alexey Klimkin with test work and cleanup by Dirk Baechle.
| * | - added simple test for #2720 (execute with cached targets)Dirk Baechle2012-04-223-3/+89
| | | | | | | | | | | | | | | - fixed two typos - updated list of changes
| * | - fixed issue #2720, applied final patch (v3) by Alexey KlimkinDirk Baechle2012-01-103-12/+23
| | |
* | | Add support for Latex's multibib package and in the process generalize how ↵Rob Managan2012-02-191-7/+31
| |/ |/| | | | | we check aux files for processing
* | Fix in Visual Studio project generation. When project contains only one ↵stopiccot2012-02-121-39/+27
| | | | | | | | *.cpp or only one *.h file, incorrect paths are generated.
* | Fix missing type_name declaration in error pathRichard Quirk2011-12-242-1/+3
| | | | | | | | | | | | The symbol type_name is not declared in this scope. It looks like the line that this change fixes was copied from elsewhere and not updated with the correct 'symbol' variable previously.
* | Fix incorrect UserError usageRichard Quirk2011-12-241-1/+1
|/ | | | | SCons.Errors.UserError has not been imported, so prior to this patch the code would have caused a NameError.
* - fixed SWIG module names for generated *.i files (#2707)Dirk Baechle2011-09-071-2/+2
|
* Update path information for OSX.Robert Managan2011-09-067-1/+63
| | | | | | 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-2/+14
| | | | | | - 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
* document FS.Base instance variablesAnatoly Techtonik2011-06-241-2/+6
|
* Fix bug 2772William Deegan2011-06-171-1/+1
|
* Handle DOS line endings in RC scanner. Fixes #2747.Gary Oberbrunner2011-05-302-1/+12
|
* Since latex will add valid etension when it looks for files weRobert Managan2011-05-181-18/+19
| | | | | | 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-4/+7
| | | | shown if the SCONS_MSCOMMON_DEBUG environment variable is set. Also partial fix for 2661.src/engine/SCons/Tool/MSCommon/vc.py
* msvs: prev commit missed VS10 case. Fixed here.Gary Oberbrunner2011-05-171-1/+5
|
* Fix issue #2702, MSVS generation fails when CPPPATH contains Dir nodes. ↵Gary Oberbrunner2011-05-151-2/+19
| | | | Also make MSVS project depend on values of CPPDEFINES and CPPPATH so it gets properly regenerated when they change.
* Fix docs to remove note that only one project is supported when generating ↵William Deegan2011-05-021-2/+0
| | | | MSVS Project file via MSVSProject Builder
* Fix issue 2627: MSVC_BATCH=False should turn off batch, not turn it on.Gary Oberbrunner2011-04-241-4/+14
|
* Fix issue 2628, long compile lines in batch mode. Thanks to Grzegorz Bizo ↵Gary Oberbrunner2011-04-241-4/+4
| | | | for the patch.
* Remove unused setup.py/setup.cfg (issue #2562)Anatoly Techtonik2011-04-072-76/+0
|
* remove reviews.py from src/test_strings.py list of files to check for SCons ↵William Deegan2011-03-191-4/+0
| | | | copyright as it's copyrighted by google
* Fix #2685, UnicodeDecodeError with Copy and non-ASCII filenames.Gary Oberbrunner2011-03-111-2/+12
|
* Applied patch from #2732: support -std=c++0x in ParseFlagsGary Oberbrunner2011-03-032-1/+9
|
* Applied patch from #2433: support -dylib_file in ParseFlagsGary Oberbrunner2011-03-032-3/+9
|
* Fix #1644: LINKFLAGS and RPATH conflict. Moved RPATH into LINKCOM.Gary Oberbrunner2011-03-034-6/+4
|
* Fix issue #1632: quote /Fp in PCH to make precompiled hdrs work with variant ↵Gary Oberbrunner2011-03-021-1/+1
| | | | dirs containing spaces.
* Support automatically embedding manifests in EXEs and DLLs on Windows.Gary Oberbrunner2011-03-022-7/+96
|
* New debug option --debug=duplicate to debug Variant-dir duplicationGary Oberbrunner2011-03-013-1/+10
|
* New debug option --debug=prepare to watch targets being preparedGary Oberbrunner2011-03-013-1/+11
|