summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Tool/midl.py
Commit message (Expand)AuthorAgeFilesLines
* clean up codeWilliam Deegan2017-05-251-9/+6
* PY2/3 Add note about current issueWilliam Deegan2017-05-171-0/+3
* Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+2
* ENH: use msvc_exists for all tools in the Visual Studio toolchain.David Cournapeau2009-11-191-2/+2
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-2/+2
* Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,...Steven Knight2009-02-211-9/+3
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-1/+4
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-3/+11
* Finish the display-customization variables: , , , , , and .Steven Knight2005-01-071-3/+5
* Add a deprecated warning for the scanner keyword argument for Builder creatio...Steven Knight2004-10-061-1/+1
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-2/+0
* Better midl (Visual Studio MIDL compiler) Tool detection. (Anthony Roach)Steven Knight2004-05-081-1/+8
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-2/+2
* Make the midl builder put the targets in the target directory, rather than th...Steven Knight2004-01-161-2/+2
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing copyright...Steven Knight2003-09-151-2/+2
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-2/+4
* Set up for development.Steven Knight2003-06-281-1/+1
* Support Java when using Repository and SConscriptChdir(0). (Charles Crain)Steven Knight2003-04-291-1/+1
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-0/+70