215 Commits (08113da388f33fc85151d872f317bc2daacafba1)

Author SHA1 Message Date
Jussi Pakkanen 0538009d30 Bump minimum supported Python from 3.4 to 3.5. 7 years ago
Jon Turney bcc95d7dd7 Use location formatting in mlog.warning() for invalid kwarg warning 7 years ago
Jon Turney f85fde743a Wire up locations in a couple more warnings 7 years ago
Jussi Pakkanen 4a189cf8c5 Add unit test that checks that the sample projects compile. 7 years ago
Nirbheek Chauhan 851475db9b intrp: Consolidate subproject dep checking and logging 7 years ago
Jon Turney ad5cc2ce55 Append warning location to warning output by warning() 7 years ago
Jon Turney dd1de073f4 Add a test case for location in duplicate kwarg warning 7 years ago
Nirbheek Chauhan ae0f4ef055 compilers: Fix error when objc/objc++ compilers are not found 7 years ago
Nirbheek Chauhan 55abe16d5a unit tests: Test that relative install_rpath works correctly 7 years ago
Jon Turney 198251395a Add a test of prefix-dependent defaults for project(default_options:) 7 years ago
Xavier Claessens 2881db7379 pkgconfig: Move pc file checks to run_unittests.py 7 years ago
Dylan Baker e245e57865 Warn on unknown command line arguments 7 years ago
Jussi Pakkanen 164fb9a150 Also promote wrap files. 7 years ago
Jussi Pakkanen 46c071ea5c Add functionality to promote nested dependencies to top level. 7 years ago
Dylan Baker 7cd41ee8fb Use consistent mlog formatting with the ConfigTool dependency helpers 7 years ago
Nirbheek Chauhan 2c4e7ebb9b dependencies: Don't use NotImplementedError for invalid methods 7 years ago
Eric Engestrom 3d63f21b60 Fix `array` type name 7 years ago
Jussi Pakkanen c2d23dd678 Add C++17 flags to GCC and Clang. 7 years ago
Jussi Pakkanen de99b9d5b9 Silence git stdout messages. 7 years ago
Jussi Pakkanen f8a419b27d String arguments can permit arbitrary string values 7 years ago
Nirbheek Chauhan bccb7a8eb8 unit tests: Skip coverage properly with clang 7 years ago
Nirbheek Chauhan 4e637a6910 unit tests: Fix test_compiler_detection on MinGW 7 years ago
Nirbheek Chauhan d932cd9fb4 tests: Fix static library linking on MSYS2-MinGW 7 years ago
Nirbheek Chauhan b2feae9833 unit tests: Remove all instances of FakeEnvironment 7 years ago
Iñigo Martínez 44dd429ee5 dependencies: Fix pkg-config variable definition 7 years ago
Dylan Baker 6f25e93b52 cross: Implement support for loading cross files from system paths 7 years ago
Dylan Baker c9351ce30c Add new array type option 7 years ago
Dylan Baker 7c779a76df run_unittests.py: remove newline at top of file 7 years ago
Jussi Pakkanen fdca526c23 Fix rpath tests on Linux. 7 years ago
Josh Soref 49f8d28ef5 spelling: overridden 7 years ago
Dylan Baker 061cf99cd6 Make WxDependency a ConfigToolDependency 7 years ago
Jussi Pakkanen 105ea1e597 Make the full test suite runnable with an external command. 7 years ago
Jussi Pakkanen 5d51bc79c7 Replaced sys.executable use with the mesonlib equivalent. 7 years ago
Jussi Pakkanen b3dfb80c15 Tests can be run with an external Meson command. 7 years ago
Jon Turney c4069a95c2 unit tests: Teach detect_prebuild_env about Cygwin 7 years ago
Nirbheek Chauhan d32c672990 unit tests: Attempt to fix failure on Cygwin 7 years ago
Nirbheek Chauhan e0b56942a0 unit tests: Properly skip if pkg-config wasn't found 7 years ago
Nirbheek Chauhan 4fb978e1f7 pkgconfig module: Escape all paths while generating 7 years ago
Nirbheek Chauhan 4405a1297b dependencies: Add a test for static libs with pkg-config 7 years ago
Jon Turney 3e0069f65e Add unittest of prefix dependent default directories 7 years ago
Nirbheek Chauhan bb0e18b738 Use listify and extract_as_list everywhere 7 years ago
Jussi Pakkanen 4e42861467 Fix tests on OSX. 7 years ago
Jussi Pakkanen cb64a3f07a Fix MSVC builds. 7 years ago
Jussi Pakkanen a655b64989 Add an rpath entry to shared libraries that are linked from the source tree. 7 years ago
Jussi Pakkanen ac79eebc2f Moved prebuilt static library under unit tests. 7 years ago
Jussi Pakkanen b9c4fc728c Moved prebuilt object test under unittests. 7 years ago
Luke Shumaker bb25260f00 flake8: Perform suggested whitespace/formatting changes 7 years ago
Hristo Venev f2fc32069b Add test for get_option(b_xxx) on reconfigure. 7 years ago
Nirbheek Chauhan db199b06e6 Add a test for the custom target incdirs change 7 years ago
Jussi Pakkanen 72a6683c6f Permit overriding find_program from the cross file. 7 years ago