3013 Commits (701e3932619779a57f95732d61189d47e34dcb88)
 

Author SHA1 Message Date
Jussi Pakkanen 541dd92ef7 Merge pull request #1145 from AlexandreFoley/wrap-fix 8 years ago
Patrick Griffis 155617e539 i18n: Improve language handling 8 years ago
Jussi Pakkanen b28da68faf Expose project information with mesonintrospect. Closes #1118. 8 years ago
Nirbheek Chauhan c7a2664cb7 Better error when passing invalid objects to install_header 8 years ago
Igor Gnatenko c9818c02ec add builtin support for localstatedir 8 years ago
Jussi Pakkanen 66ed54a94e Merge pull request #1144 from valum-framework/always-add-version-in-pkg-config 8 years ago
Patrick Griffis d764c7dc91 gnome.gtkdoc(): Add namespace keyword 8 years ago
Jussi Pakkanen 228a9035af Merge pull request #1103 from mesonbuild/rewriter 8 years ago
Alexandre Foley 27cd8c1e28 The “directory present and not empty” return condition was necessary for subproject to work without a wrap file. Put it back with that added condition that there mustn’t be a wrap file present for returning the package immediately. 8 years ago
Patrick Griffis a626d1a7bc gnome.gtkdoc(): Allow passing multiple source dirs 8 years ago
Patrick Griffis 9b560c29b6 gnome.gtkdoc(): Fix including doc source dir in path 8 years ago
Alexandre Foley 61d5934e63 Added a few missing whitespace as noted by Ignatenkobrain. Replaced a comment by the piece of code it said was needed. 8 years ago
Guillaume Poirier-Morency ff55e848f6 pkgconfig: Raise an error if 'version' is not specified 8 years ago
Alexandre Foley 228adaa287 Wrap.py: Made it so using an already downloaded subproject is only for the wrap-file case. Git and Mercurial can update the repository if it the wrap is one. 8 years ago
Guillaume Poirier-Morency 6389e70c11 pkgconfig: 'Version' must be specified, even if it's empty 8 years ago
Marc-Antoine Perennou e43dda1363 add myself to authors.txt 8 years ago
Marc-Antoine Perennou a70f39f815 allow overriding nm with NM 8 years ago
Marc-Antoine Perennou 4d3cce1532 allow overriding readelf with READELF 8 years ago
Marc-Antoine Perennou bb3b45a0ec gnome: use PkgConfigDependency to find gobject-introspection cflags 8 years ago
Marc-Antoine Perennou 6d1b6de6b0 dependencies: allow overriding pkg-config with PKG_CONFIG when setting pkgbin 8 years ago
Marc-Antoine Perennou e9b2084592 dependencies: allow overriding pkg-config with PKG_CONFIG in check_pkgconfig 8 years ago
Jussi Pakkanen b54fc1d00e Apply magical flags to make OSX ignore missing symbols in plugins. 8 years ago
Jussi Pakkanen 14ca7d602c Store subdir information for each node so we can remove files set in other subdirectories. 8 years ago
Jussi Pakkanen 6aa24362cd Use copytree to prepare for further tests. 8 years ago
Nirbheek Chauhan f3bd0d1491 tests/linuxlike/1: Improve zlib pkg-config test 8 years ago
Jussi Pakkanen 0c22b8f707 Renamed dirs to plug holes in numbering. 8 years ago
Jussi Pakkanen fa30aa746e Rewriter is not polished so print a warning. 8 years ago
Jussi Pakkanen 90b038383d Renamed rewriter. 8 years ago
Jussi Pakkanen 2168860a1e Added unit test for rewriter. 8 years ago
Jussi Pakkanen 4d2a2802b5 Pass --no-rebuild arg when running inprocess to prevent Ninja vomit. 8 years ago
Jussi Pakkanen ecb882cd4f Print readelf output if soversion can not be determined to help debugging. 8 years ago
Thibault Saunier 9c0997dafd gnome: Use g-ir-scanner --extra-library option when avalaible 8 years ago
Jussi Pakkanen 8e8f75005d Merge pull request #1076 from mesonbuild/tingping/gresource-export 8 years ago
Thibault Saunier 10e2b9bca0 mesontest: Rebuild all before running tests 8 years ago
Jussi Pakkanen 424ac801e1 Merge pull request #1108 from centricular/fix-optimization-flags-order 8 years ago
Thibault Saunier 6c9f75f082 mintro: Allow serializing EnvironmentVariables objects 8 years ago
Nirbheek Chauhan e1c9d94708 Allow many version conditions for pkg-config deps 8 years ago
Nirbheek Chauhan 2f804e9074 tests/common/51: Skip validate test if pkg-config too old 8 years ago
Nirbheek Chauhan 24be8b8474 compilers.py: Fix typo in function documentation 8 years ago
Nirbheek Chauhan ae8c4f5a30 run_unittests: Document the purpose of each test 8 years ago
Nirbheek Chauhan 025d699c00 unit tests: Use universal_newlines everywhere 8 years ago
Nirbheek Chauhan cee9638cc4 Compiler check and extra args should always override 8 years ago
Patrick Griffis acb0a38aac i18n: Add preset kwarg 8 years ago
Patrick Griffis 7d68715297 i18n: Add merge_file function 8 years ago
Jussi Pakkanen 8be0df1443 Typo fix. 8 years ago
Jussi Pakkanen 57b7a98e02 Merge pull request #1128 from thiblahute/mesontest_misc_fixes 8 years ago
Jussi Pakkanen c1efaafec4 Stray debug print removal. 8 years ago
Jussi Pakkanen a5dcb89410 Link against runtime on OSX and Windows because they seem to insist on all symbols being present. 8 years ago
Jussi Pakkanen 49e0676ba9 Add a test that tests the module and symbol resolution with dlopen. 8 years ago
Thibault Saunier 16bdc044e4 mesontest: Properly let user know when a test timeout out in verbose mode 8 years ago