1346 Commits (32e7ebc821a2078722947c5bd412b6c0a244b30d)

Author SHA1 Message Date
Jehan 6ed36e97ae Have set() and set_quoted() of configuration object work with newlines. 5 years ago
Michael Hirsch, Ph.D 83b4e981c4 Use strict function prototypes 5 years ago
Jussi Pakkanen f6ad5d1398 Make all C main functions without arguments have "void" in arg list. 5 years ago
Michael Hirsch, Ph.D 1baa1c9222 use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-none on fortran 5 years ago
Michael Hirsch, Ph.D 0cb48cdc79
fs: make replace_suffix not expand file to absolute path, just manipulate the string 5 years ago
Michael Hirsch, Ph.D 2ae96f8595
fs: replace_suffix 5 years ago
Michael Hirsch, Ph.D a320274179
fs: get file size 5 years ago
Michael Hirsch, Ph.D 67651271f6
fs: add hash compute method 5 years ago
Michael Hirsch, Ph.D 1a0b4ddf34
fs: further document and test behavior 5 years ago
Michael Hirsch, Ph.D 4340f76a7a
fs: extend self-test to cover windows as well for with_suffix 5 years ago
Michael Hirsch, Ph.D 052d918908
add fs.with_suffix 5 years ago
Michael Hirsch, Ph.D 4adfd921ae
fs: use expanduser 5 years ago
franczc adb4e071e6 Adding dictionary entry using string variable as key. 5 years ago
Jussi Pakkanen 35e809fc5e Store run target names in build. 5 years ago
Jussi Pakkanen 46788d1b5b Created the filesystem module. 5 years ago
Michael Hirsch, Ph.D d080917561 wrap.py: catch connection error with WrapException 5 years ago
Wolfgang Stöggl f037e7ef45 Fix typos found by codespell 5 years ago
James Hilliard 2b6c997e33 Return a disabler when an unknown method is called on a disabler object 5 years ago
Michael Hirsch, Ph.D 5478397c59 tests/1common: update meson_version>=0.52 for is_disabler 5 years ago
Jakub Adam 9c456e2baf tests: Don't expect any *.pdb files installed in 'lib' 5 years ago
Xavier Claessens 9855b2d3c5 Test disabler in foreach loops 5 years ago
Xavier Claessens 1930fc82e2 Fix `if not disabler()` case 5 years ago
Daniel Mensinger 47e20b3004
Updated include_type test case 5 years ago
Daniel Mensinger 73d52266b5
Use include_type instead of is_system 5 years ago
Daniel Mensinger a7c4682be1
Also add support for declare_dependency objects 5 years ago
Daniel Mensinger 061deec993
added test case for is_system dependency 5 years ago
Marc-André Lureau 01569fee2e Add depfile to configure_file() 5 years ago
Xavier Claessens ef3992f1cc configure_file(): Allow multiple inputs in command mode 5 years ago
Xavier Claessens 5d0ced220c pkgconfig: Fix ordering of public libraries 5 years ago
Alan Coopersmith 692fade34e Fix "test cases/common/131 generated assembly" on Solaris 5 years ago
Dylan Baker 4ce43a450b tests: pass "cp" as argv[0] in test 162 5 years ago
Dylan Baker 67d1948005 tests: add sunos to get define 5 years ago
Jussi Pakkanen 3256e7ea63 Shell script cleanup. 5 years ago
Dylan Baker ba4324ab9d Fix gcc include dot 5 years ago
Peter Hutterer 4ebce2c3f2 Add test priorities to force test start order 5 years ago
James Hilliard 315ab997b4 Add tests for sources that are disablers. 5 years ago
Rachel Mant f431cff809 Make .extract_objects() work correctly as an input to custom_target 5 years ago
Michael Hirsch, Ph.D 571deb5f9e tests/153: skip with PGI as macros are unique 5 years ago
Michael Hirsch, Ph.D 02159bc54b tests: skip common/204 for PGI (need unique feature list) 5 years ago
Michael Hirsch, Ph.D c5a0dfcfa8 tests/common/186: skip some due to PGI link failure stderr=0 5 years ago
Dylan Baker 0e718b0699 tests/186: Make work with apple ld's -fatal_warnings 5 years ago
James Hilliard b21fd95f73 Add is_disabler function 5 years ago
Marc-André Lureau 8ba1405742 sourceset: add all_dependencies() method 5 years ago
Jussi Pakkanen f39600647d Condense test directory names. 5 years ago
Michael Hirsch, Ph.D f5554957cb
skip common/223 for PGI, as even 19.4 doesn't fully support C++17 as claimed 5 years ago
Michael Hirsch, Ph.D c2f2e51105
PGI: fix openmp for 190common test 5 years ago
Michael Hirsch, Ph.D 1e53f67187 PGI: cpp_pch precompiled headers functionality 5 years ago
Nirbheek Chauhan dd42994f42 tests/122 shared module: More verbose logging 5 years ago
Marc-André Lureau 3811101434 meson: handle nested disabler 5 years ago
Xavier Claessens 2e41d53e4d Add version check support to find_program() 5 years ago