aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
AgeCommit message (Expand)AuthorFilesLines
2019-01-06Code cleanup and renamed variablesDaniel Mensinger1-2/+2
2019-01-06Fixed mac unit testDaniel Mensinger1-1/+1
2019-01-06Better documentationDaniel Mensinger1-2/+2
2019-01-06Keep 'filename' and 'install_filename' as stringsDaniel Mensinger1-9/+16
2019-01-06Update run_unittests.pytextshell1-1/+1
2019-01-06Ninja backend target introspectionDaniel Mensinger1-1/+6
2019-01-06Split the monolithic introspection file into chunksDaniel Mensinger1-15/+35
2019-01-06Fixed mac buildDaniel Mensinger1-1/+1
2019-01-06Should fix azureDaniel Mensinger1-1/+1
2019-01-06Fixed flake8Daniel Mensinger1-1/+1
2019-01-06Documentation and unit test updateDaniel Mensinger1-4/+7
2019-01-06Filenames are now listsDaniel Mensinger1-3/+3
2019-01-06Update intro dump on meson configureDaniel Mensinger1-0/+26
2019-01-06Added unit testDaniel Mensinger1-15/+130
2019-01-06Removed determine_installed_path since it is no longer neededDaniel Mensinger1-1/+1
2019-01-06Added unit testDaniel Mensinger1-0/+30
2019-01-05pkgconfig: Fix flag deduplicationXavier Claessens1-24/+23
2019-01-02Remove cross_info; cross file is parsed up front and discardedJohn Ericson1-8/+15
2018-12-29Tests and docsDaniel Mensinger1-1/+16
2018-12-30Better error message for rpath test.Jussi Pakkanen1-1/+1
2018-12-30Default libdir is "lib" when cross compiling. Closes #2535.Jussi Pakkanen1-0/+13
2018-12-30Add a clang-format target.Jussi Pakkanen1-0/+35
2018-12-21Merge pull request #4573 from jon-turney/msys2-clangJussi Pakkanen1-3/+15
2018-12-20mintro: Bug fix for determine_installed_path for multiple target outputsDaniel Mensinger1-2/+25
2018-12-20msetup: Fix callig meson --wipe inside a build directoryDylan Baker1-5/+16
2018-12-19Added unit testDaniel Mensinger1-0/+17
2018-12-12pkgconfig: Fix link order of library dependenciesNiklas Haas1-0/+13
2018-12-09Skip test_config_tool_dep on MSYS2Jon Turney1-1/+6
2018-12-09Skip LTO test with Windows clangJon Turney1-0/+5
2018-12-09Don't rely on -fPIC being ignored where it's meaninglessJon Turney1-2/+4
2018-12-09Skip if a suitable D alternative is not found.Jussi Pakkanen1-1/+3
2018-12-06Deduplicate export-dynamic and pthread. Closes #4567.Jussi Pakkanen1-0/+28
2018-12-03Combine `run_tests` import lines in `run_unittests`John Ericson1-5/+6
2018-11-28Merge pull request #3061 from jon-turney/introspect-custom-target-filesJussi Pakkanen1-0/+32
2018-11-27Merge pull request #4191 from trilader/feature/projectinfo-from-sourceJussi Pakkanen1-0/+34
2018-11-27Fixed unit test (see #4549)Daniel Mensinger1-1/+1
2018-11-26Remove name property from introspect --projectinfo as it is not usedDaniel Schulte1-3/+0
2018-11-26mintro: Allow introspect --projectinfo without build directory.Daniel Schulte1-0/+37
2018-11-24Added 'section' key to buildoptions introspectionDaniel Mensinger1-0/+3
2018-11-22Use first 7 letters of sha256 for subdirectory part of target idAleksey Filippov1-3/+19
2018-11-21pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach1-0/+11
2018-11-19Fix flake8 'imported but unused' reportsJon Turney1-1/+1
2018-11-15unittests: don't override LD_LIBRARY_PATHDylan Baker1-2/+2
2018-11-15unittests: don't run sanitizer tests for on compilers without sanitizer supportDylan Baker1-0/+20
2018-11-14environment: detect compilers from native filesDylan Baker1-4/+181
2018-11-14modules/python: Allow use of the native fileDylan Baker1-0/+8
2018-11-14modules/python3: allow specifying in the native fileDylan Baker1-0/+3
2018-11-14dependencies: Allow config tool dependencies to use native filesDylan Baker1-0/+6
2018-11-14interpreter: allow find_program to use the native fileDylan Baker1-0/+26
2018-11-14unittests: Add framework for testing native config filesDylan Baker1-1/+79