aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-08Quote rule arguments.Jussi Pakkanen1-1/+1
2013-06-07Made symbol extractor work on OSX.Jussi Pakkanen2-3/+23
2013-06-07Store symbol files in the target private directory.Jussi Pakkanen1-4/+6
2013-06-07Only relink if exported symbols of dependencies change.Jussi Pakkanen2-4/+28
2013-06-05Print system check information.Jussi Pakkanen1-2/+6
2013-06-05Check return code.Jussi Pakkanen1-0/+2
2013-06-05Created a script to extract symbol info from a shared library.Jussi Pakkanen1-0/+65
2013-06-05Finished renaming.Jussi Pakkanen5-0/+0
2013-06-03Added has_header method.Jussi Pakkanen3-0/+27
2013-06-03A few windows fixes.Jussi Pakkanen2-1/+3
2013-06-03#mesondefine supports strings.Jussi Pakkanen1-0/+2
2013-06-02C++ is now called cpp rather than cxx.Jussi Pakkanen20-73/+73
2013-06-02Better error message.Jussi Pakkanen1-1/+1
2013-06-02Reworked configure file generation.Jussi Pakkanen5-13/+58
2013-06-02Better error text.Jussi Pakkanen1-1/+4
2013-06-02Better error reporting for parsing errors.Jussi Pakkanen2-5/+18
2013-06-02Removed braces from language syntax.Jussi Pakkanen1-4/+0
2013-06-02Renamed find_dep to dependency.Jussi Pakkanen8-13/+13
2013-06-02Renamed add_test to test.Jussi Pakkanen37-43/+43
2013-06-01Required is the default for find_library.Jussi Pakkanen2-2/+2
2013-06-01Required defaults to true for programs.Jussi Pakkanen3-4/+4
2013-06-01The default value of required is true for dependencies.Jussi Pakkanen8-11/+17
2013-06-01Generator rules can have more than one output.Jussi Pakkanen7-27/+43
2013-06-01Can add extra #includes to sizeof checks.Jussi Pakkanen5-5/+19
2013-06-01Can detect sizes of expressions.Jussi Pakkanen6-1/+64
2013-05-27Source generator now works with Protocol Buffers.Jussi Pakkanen3-5/+7
2013-05-27Worked on expanding the generator so it works with protocol buffers. Does not...Jussi Pakkanen4-0/+25
2013-05-26Cleaned out old line number info from exceptions.Jussi Pakkanen1-31/+30
2013-05-26Add line number and file information to exception objects at one location.Jussi Pakkanen2-3/+10
2013-05-24Store configuration values in an object rather than global variables.Jussi Pakkanen4-20/+82
2013-05-19Store full path to output executables so they do not depend on "." being in p...Jussi Pakkanen1-1/+1
2013-05-18Close temporary file because poor little Windows can't handle a fileJussi Pakkanen1-2/+4
2013-05-18More MSVC test fixing.Jussi Pakkanen1-6/+12
2013-05-18Make test case compile on MSVC.Jussi Pakkanen1-7/+13
2013-05-14Support for cppcheck.Jussi Pakkanen3-0/+18
2013-05-13Moved logs into their own directory.Jussi Pakkanen3-6/+10
2013-04-22Fix getting compiler via environment variableJussi Pakkanen1-2/+3
2013-04-22Can extract compiler ID string.Jussi Pakkanen3-2/+32
2013-04-21Can run trial compilations on a given compiler.Jussi Pakkanen3-4/+84
2013-04-21Added multiline strings.Jussi Pakkanen2-0/+21
2013-04-20Some minor tweaks.Jussi Pakkanen2-2/+19
2013-04-19Can use msvc static linker.Jussi Pakkanen4-20/+50
2013-04-19Can compile stuff with MSVC++.Jussi Pakkanen2-25/+63
2013-04-19Can build programs with MSVC.Jussi Pakkanen2-7/+25
2013-04-19Check that VC can compile.Jussi Pakkanen1-1/+19
2013-04-19Added basic Visual Studio compiler detection.Jussi Pakkanen1-25/+59
2013-04-19Disable library versioning on platforms that don't support symlinks.Jussi Pakkanen1-4/+8
2013-04-19Line numbers start from 1.Jussi Pakkanen1-1/+1
2013-04-19Guard against Windows line endings on Windows too.Jussi Pakkanen1-2/+3
2013-04-19Fixed Windows garbage line endings.Jussi Pakkanen8-50/+50