summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-15At last! MSVC precompiles headers and can use them.Jussi Pakkanen
2013-06-15Had to create a special rule for pch generation because otherwise it would ju...Jussi Pakkanen
2013-06-15Added the pch c file because it was missing.Jussi Pakkanen
2013-06-15Started work on MSVC precompiled headers. It does not work yet but I have bee...Jussi Pakkanen
2013-06-14Shared library linking works with MSVC.Jussi Pakkanen
2013-06-14Minor MSVC tweak.Jussi Pakkanen
2013-06-12Version number back to new development.Jussi Pakkanen
2013-06-12Set version number to 0.4.1 for bugfix release.Jussi Pakkanen
2013-06-12If should have been elif.Jussi Pakkanen
2013-06-09Updated version number for new development.Jussi Pakkanen
2013-06-09Bumped version number for release.Jussi Pakkanen
2013-06-09Fix to work with /lib multilib.Jussi Pakkanen
2013-06-08Quote rule arguments.Jussi Pakkanen
2013-06-07Made symbol extractor work on OSX.Jussi Pakkanen
2013-06-07Store symbol files in the target private directory.Jussi Pakkanen
2013-06-07Only relink if exported symbols of dependencies change.Jussi Pakkanen
2013-06-05Print system check information.Jussi Pakkanen
2013-06-05Check return code.Jussi Pakkanen
2013-06-05Created a script to extract symbol info from a shared library.Jussi Pakkanen
2013-06-05Finished renaming.Jussi Pakkanen
2013-06-03Added has_header method.Jussi Pakkanen
2013-06-03A few windows fixes.Jussi Pakkanen
2013-06-03#mesondefine supports strings.Jussi Pakkanen
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen
2013-06-02Better error message.Jussi Pakkanen
2013-06-02Reworked configure file generation.Jussi Pakkanen
2013-06-02Better error text.Jussi Pakkanen
2013-06-02Better error reporting for parsing errors.Jussi Pakkanen
2013-06-02Removed braces from language syntax.Jussi Pakkanen
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen
2013-06-02Renamed add_test to test.Jussi Pakkanen
2013-06-01Required is the default for find_library.Jussi Pakkanen
2013-06-01Required defaults to true for programs.Jussi Pakkanen
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen
2013-06-01Generator rules can have more than one output.Jussi Pakkanen
2013-06-01Can add extra #includes to sizeof checks.Jussi Pakkanen
2013-06-01Can detect sizes of expressions.Jussi Pakkanen
2013-05-27Source generator now works with Protocol Buffers.Jussi Pakkanen
2013-05-27Worked on expanding the generator so it works with protocol buffers. Does not...Jussi Pakkanen
2013-05-26Cleaned out old line number info from exceptions.Jussi Pakkanen
2013-05-26Add line number and file information to exception objects at one location.Jussi Pakkanen
2013-05-24Store configuration values in an object rather than global variables.Jussi Pakkanen
2013-05-19Store full path to output executables so they do not depend on "." being in p...Jussi Pakkanen
2013-05-18Close temporary file because poor little Windows can't handle a fileJussi Pakkanen
2013-05-18More MSVC test fixing.Jussi Pakkanen
2013-05-18Make test case compile on MSVC.Jussi Pakkanen
2013-05-14Support for cppcheck.Jussi Pakkanen
2013-05-13Moved logs into their own directory.Jussi Pakkanen
2013-04-22Fix getting compiler via environment variableJussi Pakkanen
2013-04-22Can extract compiler ID string.Jussi Pakkanen