2587 Commits (b08c8c7b7710cf1ed5597f9ea87bc3e911b2c5dc)
 

Author SHA1 Message Date
Nirbheek Chauhan b08c8c7b77 run_tests.py: Add support for tests that fail at build-time or test-time 8 years ago
Nirbheek Chauhan 5dcb8daaf3 vala tests: Test no-warnings code with werror in default_options 8 years ago
Nirbheek Chauhan 4332df01b8 Add no-warning args while building Vala C code 8 years ago
Jussi Pakkanen b6b8d561b8 Raise proper exception type and improve error messages. Closes #322. 8 years ago
Elliott Sales de Andrade 779788ad82 Split generator @BASENAME@ at the first extension. 8 years ago
Jussi Pakkanen abfc95e75a Merge pull request #899 from centricular/pkgconfig-allow-libfoo-name 8 years ago
Jussi Pakkanen 1efcea9617 Renamed path_join to join_paths. 8 years ago
Nirbheek Chauhan c3db008d82 custom_target: Clarify error message 8 years ago
Nirbheek Chauhan 6ffae922cc Add a unittest for pkg-config file generation 8 years ago
Nirbheek Chauhan 5e384b8396 dependencies: Use a wrapper for calling pkg-config 8 years ago
Nirbheek Chauhan 814f4909f9 pkgconfig: Handle library names starting with 'lib' 8 years ago
Jussi Pakkanen 95a99682b0 Merge branch 'QuLogic-compiler-file-checks' 8 years ago
Jussi Pakkanen f194914b9f Merge pull request #896 from centricular/pkgconfig-check-prefix-suffix 8 years ago
Jussi Pakkanen cb21c72ac8 Merge pull request #897 from centricular/fix-unittest-intermittent-failure 8 years ago
Jussi Pakkanen 8faf0414ce Some fixes to unittest running. 8 years ago
Nirbheek Chauhan 674b520206 pkgconfig: Only warn for suffix if the filename doesn't start with lib 8 years ago
Nirbheek Chauhan 7307f6a5c8 unittests/pic: Actually test that setting b_staticpic works 8 years ago
Nirbheek Chauhan 69ca8f5b54 meson.py: Always resolve full path to meson.py 8 years ago
Nirbheek Chauhan d819914af0 pkgconfig: Warn if library has name_prefix/suffix set 8 years ago
Igor Gnatenko a513bcfde6 allow libdir/includedir/etc. be absolute paths 8 years ago
Patrick Griffis 999669e850 setup.py: On Unix install scripts without .py suffix 8 years ago
Franz Zapata 4b5a0e5de7 Reintroduce Python Zipapp support 8 years ago
Jussi Pakkanen 60119753d6 Check contents of arguments inside project(). Closes #857. 8 years ago
Jussi Pakkanen 3a3db9fc5e Merge pull request #885 from centricular/fix-staticlib-pic-error 8 years ago
Jussi Pakkanen 28df8b800e Add an option to select if static libraries are built with -fPIC. 8 years ago
Nirbheek Chauhan 6a002a7bea tests/gnome: Add missing enums.h dep to enums2.c 8 years ago
Nirbheek Chauhan 2d0eb2cec5 Warn if -fPIC is passed instead of pic to static libraries 8 years ago
Jussi Pakkanen e2b3752f87 Show error log options in help. 8 years ago
Guillaume Poirier-Morency a0b04e730e Add a Vala test case for mixed sources 8 years ago
Jussi Pakkanen c2b852c9b3 Created path_join function. 8 years ago
Thibault Saunier 6eacca2024 dependencies: Fix traceback always setting 'variable' 8 years ago
Jussi Pakkanen 3461e258f0 Merge pull request #875 from mesonbuild/ignatenko/macro 8 years ago
Jussi Pakkanen 933ad618dc Merge pull request #795 from mesonbuild/unittest 8 years ago
Jussi Pakkanen f90bfa5245 Review fixes. 8 years ago
Igor Gnatenko 1e640955b6 fixup! fixup! rpm: couple of improvements and fixes 8 years ago
Igor Gnatenko b0fc370e72 fixup! rpm: couple of improvements and fixes 8 years ago
Igor Gnatenko 0d58ddd739 rpm: couple of improvements and fixes 8 years ago
Emanuele Aina 6c50253645 Use argv[0] to internally relaunch meson.py 8 years ago
Jussi Pakkanen f0fee2e542 Fix soname to work on OSX. 8 years ago
Jussi Pakkanen 3a002709f4 Pass cmd line args onwards. 8 years ago
Jussi Pakkanen b11a5b93cb Store all invocation output. Not shown to users yet. 8 years ago
Jussi Pakkanen c7936f6819 Run unittests. 8 years ago
Jussi Pakkanen 4dc798dc7e Check that soname matches the filename. Closes #785. 8 years ago
Jussi Pakkanen 9fdec2d23f Created a file to run unit test suite with. 8 years ago
Nirbheek Chauhan cd6d5a642d travis: Manually export TRAVIS=true for linux builds 8 years ago
Patrick Griffis 94b7b59546 gnome.generate_gir(): Also include current build dir 8 years ago
Jussi Pakkanen 4781f471c2 Merge pull request #856 from centricular/static_library_pic 8 years ago
Nirbheek Chauhan 67c9e520de compilers: Don't pollute c_args with -fPIC on OS X 8 years ago
Nirbheek Chauhan ce1393609f Error out if shared lib links to static lib without PIC 8 years ago
Nirbheek Chauhan ee8b3b12a0 Add cross-platform PIC support for static libraries 8 years ago