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
path:
root
/
test cases
/
failing
Age
Commit message (
Expand
)
Author
2016-09-03
Fix validation of man page extension. (#749)
Elliott Sales de Andrade
2016-08-01
Forbid nested ternary operations.
Jussi Pakkanen
2016-07-29
Ninja now supports backslash in command args, so we can too
Nirbheek Chauhan
2016-07-02
Can get arbitrary data from cross file properties.
Jussi Pakkanen
2016-06-05
Removed vs nomod test because it fails at compile time but the framework need...
Jussi Pakkanen
2016-04-03
Merge pull request #390 from nirbheek/msvc-module-defs
Jussi Pakkanen
2016-03-30
Add shared_library argument for a Visual Studio module definitions file
Nirbheek Chauhan
2016-03-23
Error out if using a not found binary in the build. Closes #469.
Jussi Pakkanen
2016-02-14
Guard against subdir segments in output files.
Jussi Pakkanen
2016-01-25
Can add languages only if they are available. Closes #365.
Jussi Pakkanen
2016-01-25
String to int conversion. Closes #362.
Jussi Pakkanen
2016-01-02
Forbid backslashes on compiler command lines. It is unfortunately the only re...
Jussi Pakkanen
2015-12-08
Can specify a working directory for tests. Closes #326.
Jussi Pakkanen
2015-10-20
Projects can specify default values for options.
Jussi Pakkanen
2015-10-16
Can specify version requirements to subprojects.
Jussi Pakkanen
2015-10-15
Can check for Meson version in project definition.
Jussi Pakkanen
2015-09-11
Prevent generation of Ninja files with target ambiguities.
Jussi Pakkanen
2015-08-19
Add support for subscripting array objects with [].
Jussi Pakkanen
2015-08-14
Created the += operator.
Jussi Pakkanen
2015-07-05
Can create top level targets that have the same name but different type.
Jussi Pakkanen
2015-06-17
Fixed broken subdir object extraction and moved tests.
Jussi Pakkanen
2015-06-17
Prevent extraction of objects from subprojects.
Jussi Pakkanen
2015-03-15
Test for posargs being before kwargs.
Jussi Pakkanen
2014-12-21
Verify that option names do not have invalid characters.
Jussi Pakkanen
2014-11-16
More strict type checking for arithmetic operations.
Jussi Pakkanen
2014-11-16
Add number, string and array arithmetic
Robin McCorkell
2014-11-05
Implement a foreach loop construct. Closes #17.
Jussi Pakkanen
2014-04-25
Can specify extra files that show up in IDEs as parts of a target.
Jussi Pakkanen
2014-02-24
Test for recursive instantiations of subprojects.
Jussi Pakkanen
2014-02-24
Added failing test.
Jussi Pakkanen
2014-01-18
After an actual, factual bug report from a user, fixed include_directories so...
Jussi Pakkanen
2013-10-16
Preserve option function for option files.
Jussi Pakkanen
2013-08-11
Check that missing subdirs cause an error.
Jussi Pakkanen
2013-08-10
Check that non-existing source files cause errors.
Jussi Pakkanen
2013-08-10
Created new suite of tests that should fail when executed.
Jussi Pakkanen