5476 Commits (dbb025a175f31dfb1c8bb3a1e3bb7030e2625329)
 

Author SHA1 Message Date
Aleksey Filippov ddc6f72507 Use consistent quotes 7 years ago
makise-homura 7c1132b681 Added lcc support release snippet 7 years ago
Aleksey Filippov 827d33c8b6 Split SingleTestRunner.run() 7 years ago
makise-homura c8ee45cf15 Skipping tests 22, 64, and 132 for old lcc and icc. 7 years ago
makise-homura 67f067d5b2 Added version detection for lcc compiler 7 years ago
Aleksey Filippov 0e8c69b796 Split SingleTestRunner._get_cmd() out of run() 7 years ago
Aleksey Filippov 9596fd6c24 Move run_single_test() into separate class 7 years ago
Aleksey Filippov 3eebb1f83a Make run_single_test() method static 7 years ago
Aleksey Filippov 9c01fc0e49 Do not access counters from parallel code 7 years ago
Aleksey Filippov 2aa1c3d575 Use enum instead of string constants 7 years ago
makise-homura 72f477748f [skip ci] Added lcc and e2k CPU to reference tables 7 years ago
Aleksey Filippov 84e3cadc70 Use hermetic parameters in run_single_test(), initialize them before in the caller 7 years ago
Somasekhar Penugonda e62b8109eb Updates to CPP support and update review changes 7 years ago
Jussi Pakkanen 9b2e533d87 Always build parser objects anew to avoid leaking old data. 7 years ago
Alexis Jeandet 0407fac59e [Qt module] Add File object support for generated or not qrc files 7 years ago
Aleksey Filippov 977acc94b8 Do not leave open file handlers, use context manager to clean them up 7 years ago
Aleksey Filippov fa39e1082c Timeout on test subprocesses instead of hanging and failing CI completely 7 years ago
Xavier Claessens 8efd940092 pkgconfig generator: Add required version 7 years ago
Jussi Pakkanen f6f0784038
Merge pull request #2976 from dzabraev/fix-reversed-order 7 years ago
Chris Lamb 979eaa804a Make the generated pkgconfig files reproducible. 7 years ago
Víctor Manuel Jáquez Leal 6f7f7c69a2 dependency's wanted version might be a list 7 years ago
Aleksey Filippov e9a7b0d2a9 Retry downloads in Appveyor 7 years ago
Aleksey Filippov aa3b4d5969 Skip CI for documentation-only pull requests 7 years ago
Thierry Reding c4192a04fd Support data types larger than 128 bytes 7 years ago
Sam H 3e48d47674 Squash target_type warning for jar targets 7 years ago
Aleksey Filippov 8b1e9a6f6a Enable b_ndebug on VisualStudioCCompiler 7 years ago
Alistair Thomas 3b9f4098ef docs: In executable() remove statement that all other files are ignored [skip ci] 7 years ago
Alistair Thomas 47f71d1a41 docs: Update test() to include that a program found with find_program() can be used [skip ci] 7 years ago
Alexis Jeandet e89008b657 Added get_asneeded_args method to Intel compiler. 7 years ago
John Ericson 1a8bc77f53 docs: fix one 'target' that should be 'host' [skip ci] 7 years ago
Eric Engestrom 13fa1fb74f docs/FAQ: fix typo [skip ci] 7 years ago
Aleksey Filippov 513051efcf Rename '183 as-needed' common test into '184 as-needed' 7 years ago
Jussi Pakkanen 150351cfdd Document the new and improved review guidelines. [skip ci] 7 years ago
Aleksey Filippov 909c93eee5 Enable CI builds for release branches 7 years ago
Jussi Pakkanen 12bac512f6
Fix b_ndebug=if-release silently not working 7 years ago
Jussi Pakkanen 30827b5644 Do not install configure_file output if install_dir is empty. Closes #3270. 7 years ago
Aleksey Filippov 6910f604ed Disable b_ndebug tests on MSVC 7 years ago
Aleksey Filippov 2febb99eee Fix b_ndebug=if-release option 7 years ago
Aleksey Filippov af0b569ced Add unittests for b_ndebug=if-release and buildtype interactions 7 years ago
Aleksey Filippov 39a3bdb43f Add tests for b_ndebug=if-release and buildtype default options 7 years ago
makise-homura e8dff792d6 Removed some confusing chars from 'spaces and fun' 7 years ago
makise-homura 86fa9b133d test_reconfigure switched to b_coverage from b_lto 7 years ago
makise-homura 43be74cf81 Skipping PCH unit test for lcc compiler 7 years ago
makise-homura 546f81e0f9 Fixed lchmod detection for lcc C/C++ compilers 7 years ago
nyorain dd614015e0 Open mesontest logfiles in utf-8 mode 7 years ago
Jussi Pakkanen 58156ef7cf Grab a file lock on the build dir during modifications. 7 years ago
Marvin Scholz 1c8d4bf05b Docs: Correct env variable SCAN_BUILD to SCANBUILD 7 years ago
makise-homura 942e34241f Fixed compatibility issue regarding Python 3.5 7 years ago
makise-homura 3b254c6e49 Fixed failure if compiler messages is not in UTF-8 7 years ago
makise-homura 08bd07f860 Added specific get_library_dirs function for lcc 7 years ago