summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Disable internalize. Unfortunately, the configure scripts are not ready for s...Lauro Ramos Venancio2008-02-271-1/+1
* Add c++ to "inferlanguage"Lauro Ramos Venancio2008-02-151-0/+2
* Use the subprocess module instead of os.system. Patch by Sam Bishop.Anders Carlsson2008-02-061-7/+9
* - ccc creates output objects in same directory as the source file, andBill Wendling2008-02-031-1/+7
* Make ccc work with older Python versions. Patch by Sam Bishop.Seo Sanghyeon2008-02-031-12/+12
* Don't try to compile .a files.Anders Carlsson2008-01-311-2/+3
* Improvements to ccc. Patch by Shantonu Sen.Anders Carlsson2008-01-291-20/+113
* Implement -print-prog-name. Patch by Nuno Lopes.Seo Sanghyeon2008-01-251-1/+8
* Ignore --paramSeo Sanghyeon2008-01-171-0/+2
* Compiler driverSeo Sanghyeon2008-01-101-0/+95