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
Age
Commit message (
Expand
)
Author
2016-08-21
tests: Don't fail wxwidgets test if wxwidgets is not installed (#639)
Nirbheek Chauhan
2016-08-21
Merge pull request #680 from centricular/osx-dylib-soversion
Jussi Pakkanen
2016-08-21
Split D library test into static/shared tests
Matthias Klumpp
2016-08-20
Allow build definitions to retrieve the unittest flag of a D compiler
Matthias Klumpp
2016-08-19
Add testcase for mixed C and D compilation
Matthias Klumpp
2016-08-19
Implement D support
Matthias Klumpp
2016-08-16
Add a test to find libfoo.X.dylib via -lfoo
Nirbheek Chauhan
2016-08-01
test common/86: Move static library back (#662)
Nirbheek Chauhan
2016-08-01
Forbid nested ternary operations.
Jussi Pakkanen
2016-08-01
Created ternary operator. Closes #538.
Jussi Pakkanen
2016-07-30
Merge pull request #660 from mesonbuild/libdirfix
Jussi Pakkanen
2016-07-30
Merge pull request #659 from centricular/find-program-scripts-windows
Jussi Pakkanen
2016-07-30
Add test for the new find program workaround for Windows
Nirbheek Chauhan
2016-07-29
Ninja now supports backslash in command args, so we can too
Nirbheek Chauhan
2016-07-27
Test that the 'libdir' project() option works
Nirbheek Chauhan
2016-07-25
Added test for a prebuilt static library and a declare_dependency that uses it.
Jussi Pakkanen
2016-07-19
Normalize the path of a configured file to avoid dupes (#640)
Nirbheek Chauhan
2016-07-13
Merge pull request #417 from nirbheek/dll-paths
Jussi Pakkanen
2016-07-13
test 60 install script: Don't install any files when using msvc
Nirbheek Chauhan
2016-07-02
Can get arbitrary data from cross file properties.
Jussi Pakkanen
2016-07-01
Use new run_target format.
Jussi Pakkanen
2016-07-01
Add test for usage of generated File sources in libraries
Nirbheek Chauhan
2016-07-01
Add test for configure_file in custom target command list
Nirbheek Chauhan
2016-07-01
Add test for installation of libraries in subprojects
Nirbheek Chauhan
2016-07-01
Fix tests for the new library/executable naming scheme
Nirbheek Chauhan
2016-06-24
Changed run_target to take command as kwarg and add depends. This makes it be...
Jussi Pakkanen
2016-06-24
Run_target can run binaries obtained with find_program.
Jussi Pakkanen
2016-06-21
Add a test for the broken cached version compare
Nirbheek Chauhan
2016-06-21
Add a linuxlike test case for subdir include order
Nirbheek Chauhan
2016-06-16
Octopus merged cross fixes and genetor custom because why not.
Jussi Pakkanen
2016-06-16
tests: Fix 103 manygen when both cl and gcc are available
Nirbheek Chauhan
2016-06-13
Finish appveyor integration by moving static library in a subdir to avoid cla...
Jussi Pakkanen
2016-06-13
Can use generator outputs in custom targets. Closes #587.
Jussi Pakkanen
2016-06-13
Created failing test for using generated outputs in a custom target.
Jussi Pakkanen
2016-06-11
Add special casing for VS which ignores unknown arguments.
Jussi Pakkanen
2016-06-09
Added functionality to pick the first supported argument from a list. Closes ...
Jussi Pakkanen
2016-06-09
Add a has_arg method to compiler to check whether it supports a given argument.
Jussi Pakkanen
2016-06-05
Removed vs nomod test because it fails at compile time but the framework need...
Jussi Pakkanen
2016-06-05
Merge pull request #573 from centricular/dependency-versions
Jussi Pakkanen
2016-06-01
Can generate config headers without an input file. Closes #549.
Jussi Pakkanen
2016-06-01
Add various tests for versioned dependency checking
Nirbheek Chauhan
2016-05-30
Handle case of install_subdirring a subdir.
Jussi Pakkanen
2016-05-30
Installing subdirs now merges with existing files in the target dir.
Jussi Pakkanen
2016-05-30
Added method to get current project name.
Jussi Pakkanen
2016-05-30
Fix installing manpages from subdirs.
Jussi Pakkanen
2016-05-29
Can have multiple Qt resource files in a single target. Closes #572.
Jussi Pakkanen
2016-05-29
Can query version strings of dependencies.
Jussi Pakkanen
2016-05-29
Added semantic versioning comparison method to strings.
Jussi Pakkanen
2016-05-26
vs: fix generators that use indexed output replacements (like @OUTPUT0@)
Nicolas Schneider
2016-05-26
compilers: Fix header stub change that broke has_function checks on Windows (...
Nirbheek Chauhan
[next]