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