1731 Commits (23c6de34610080ba38e44b04622486f918e53809)
 

Author SHA1 Message Date
Jussi Pakkanen 23c6de3461 Can specify a working directory for tests. Closes #326. 9 years ago
Jussi Pakkanen d5bdfb5906 Check for clang specifically by name on Windows. 9 years ago
Jussi Pakkanen 66ff4a0e91 Merge Python 3.3 fix. 9 years ago
Thibault Saunier b15aa49af2 Handle the case where we can not execute a file the tempdir 9 years ago
Thibault Saunier 33b2a414e9 Make it working on python 3.3 9 years ago
Jussi Pakkanen 33558cd979 Write source file immediately after checksum verification. 9 years ago
Jussi Pakkanen f7608fc569 Merge pull request #317 from mesonbuild/benchmark 9 years ago
Jussi Pakkanen b167f3a56f Renamed new test dir. 9 years ago
Jussi Pakkanen 913963d608 Can specify extra arguments to generator commands. Closes #315. 9 years ago
Jussi Pakkanen 2024d9d237 Clarify error message when trying to compile Vala without C. 9 years ago
Jussi Pakkanen 278339855d Projects can specify a license which is written to the dep manifest. 9 years ago
Yoav Alon a4809cf632 Added support for extended command line to overcome OS command line length limitation 9 years ago
Jussi Pakkanen 3daf0b8a81 Benchmark test binary runs on Windows. 9 years ago
Jussi Pakkanen 0fed6b1c5d Can get benchmark list via introspection. 9 years ago
Jussi Pakkanen 26873801bc Can define benchmarks and run them. 9 years ago
Jussi Pakkanen 3cbe9d32fa Added script to run benchmarks. 9 years ago
Jussi Pakkanen 33301dec0e Bump version number for new development. 9 years ago
Jussi Pakkanen 2e0ec81902 Bump version number for release. 9 years ago
Jussi Pakkanen 13c9a7440c Fix Rust. 9 years ago
Jussi Pakkanen 06c7cef26e Do not cache paths of found external libraries. Closes #312. 9 years ago
Jussi Pakkanen 1caf7e6f4a Yet another step in the neverending saga of -Wpedantic. 9 years ago
Jussi Pakkanen e33cf31347 Do not use the linker in cross C++ sanity check to make bare metal projects work. 9 years ago
Jussi Pakkanen 78e2cf0641 More logging for compiler sanity testing. 9 years ago
Jussi Pakkanen 134468d4a5 A few more checks for converter. 9 years ago
Jussi Pakkanen 86a6915077 Fix unity build. Closes #310. 9 years ago
Jussi Pakkanen c75b75d487 Do not use linker arguments on static libraries. 9 years ago
Jussi Pakkanen 4522a3a9a5 Use plain http connections to wrapdb when ssl is not working (i.e. on OSX). 9 years ago
Jussi Pakkanen 16fa657304 Can use built exes in custom targets. 9 years ago
Jussi Pakkanen 5f44748ddd Fix debug format for msvc optimized builds. 9 years ago
Jussi Pakkanen f1a7a0cee3 Print ssl warning on use, not on module import. 9 years ago
Wink Saville 60896c0f04 Add --version to command line arguments. 9 years ago
Jussi Pakkanen 56f11cf89b Print lib type list properly. 9 years ago
Jussi Pakkanen 6d137f400e Do not use SSL on OSX because for some reason it does not work. 9 years ago
Jussi Pakkanen 18c423db15 Fix gtkdoc. We had to disable the test but on the other hand we have gstreamer docs working. 9 years ago
Jussi Pakkanen c04e04146e Use two inputs for a generator to test edge cases. 9 years ago
Jussi Pakkanen 24f35d0425 Fix single output generators. 9 years ago
Jussi Pakkanen 324a262680 More checks for converter. 9 years ago
Jussi Pakkanen 7cbf703b4a Merge pull request #278 from winksaville/enhance-mesonconfig-help 9 years ago
Jussi Pakkanen 851526f828 Add has method to cdata. 9 years ago
Wink Saville c49da5aa00 Enhance mesonconfig.py help 9 years ago
Jussi Pakkanen a91bfbbc45 Added pkg-config logging statement. 9 years ago
Jussi Pakkanen 89834657a7 Regression fix. 9 years ago
Jussi Pakkanen c12719fa18 Advance list of output files so we do not generate same output files multiple times for different input. 9 years ago
Jussi Pakkanen 8e24e9e09a Use all the extra flags in vs2010 projects. 9 years ago
Jussi Pakkanen eceedc0d29 Declare buildtype and platform only once. 9 years ago
Jussi Pakkanen 53f0b3c0e7 Bring msvc2010 backend to form again. 9 years ago
Jussi Pakkanen 7bfc04ecdb Merged default library branch. 9 years ago
Jussi Pakkanen 1b697f04cd Fixed run targets on VS2010. 9 years ago
Jussi Pakkanen 86c401e7b0 Use absolute paths on msvc projecte because their cwd varies. The correct solution would be to build target relative paths but I do not have suffient interest to spend the time. 9 years ago
Jussi Pakkanen e8cca681ca Simple custom targets work in VS2010. 9 years ago