aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/Configuration.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-12/+12
* Eliminate the force flag, configuration item, and related supportReid Spencer2004-10-281-13/+13
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-301-8/+15
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-291-35/+34
* - Implement the %args% substitutionReid Spencer2004-08-241-39/+46
* Provide support for retaining the version number found in a config file.Reid Spencer2004-08-221-0/+13
* Change @ -> % in config files. @name@ might be needed for config files toReid Spencer2004-08-201-6/+6
* Implement the correct search for configuration files. llvmc will now tryReid Spencer2004-08-201-16/+42
* Actually let it compile after file name changes.Reid Spencer2004-08-191-1/+1
* Moved ConfigData -> ConfigurationReid Spencer2004-08-191-1/+1
* Implement many new features for llvmc. This is the first version that willReid Spencer2004-08-191-40/+72
* More Functionality:Reid Spencer2004-08-151-71/+161
* Converted to use flex for tokenizing input so we can use an easier toReid Spencer2004-08-141-355/+246
* First version of a utility internal to llvmc that handles the parsing andReid Spencer2004-08-131-0/+441