aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-04-09[fixup]: Fix python2 detection and unit testMathieu Duponchelle1-1/+1
2018-04-07[fixup]: trivial fix after rebaseMathieu Duponchelle1-2/+3
2018-04-07[fixup]: extension_module: allow specifying install_dir OR subdirMathieu Duponchelle1-5/+8
2018-04-07[fixup]: Address PKG_CONFIG env vars commentsMathieu Duponchelle1-18/+19
2018-04-06Implement a generic python moduleMathieu Duponchelle2-0/+434
2018-04-04Merge pull request #2711 from xclaesse/both-libraryJussi Pakkanen6-190/+219
2018-04-04gnome.gtkdoc: Fix generated files used as content filesIñigo Martínez1-1/+1
2018-04-03Add both_libraries() to build both shared and static librariesXavier Claessens2-3/+64
2018-04-03extract_all_objects: Also extract generated sourcesXavier Claessens2-4/+19
2018-04-03pkgconfig generator: Only skip dependencies when using shared_library()Xavier Claessens2-13/+15
2018-04-03Remove duplicated list of known kwargs for build targetsXavier Claessens3-172/+123
2018-04-02Merge pull request #3242 from thejk/coverage_targetsJussi Pakkanen2-152/+152
2018-04-02Merge D feature flag fix branchJussi Pakkanen1-3/+5
2018-04-02gtkdochelper: print warningsSébastien Wilmet1-0/+2
2018-04-02Fix detection to work with newer Java compilers.Jussi Pakkanen1-1/+1
2018-03-31Ensure D feature flags get applied to all D filesMatthias Klumpp1-3/+5
2018-03-31Added link to documentation and examples for find_library replacement (#3346)Alexis Jeandet1-1/+4
2018-03-29Merge pull request #3277 from chitranjali/shared-mod-linkJussi Pakkanen1-0/+10
2018-03-29Merge pull request #3322 from sarum9in/run_timeoutJussi Pakkanen1-150/+180
2018-03-29Allow meson build file to exit early. (#2808)behlec2-1/+15
2018-03-29Don't crash when using d_module_versions for pkg-configMatthias Klumpp1-1/+1
2018-03-29Fixing flake8chitranjali1-1/+1
2018-03-29PR review changes closes #2865chitranjali1-1/+3
2018-03-29fix2865chitranjali1-0/+8
2018-03-29pkgconfig: Add a simple version of the generator (#3284)Xavier Claessens1-6/+22
2018-03-28Use consistent quotesAleksey Filippov1-8/+8
2018-03-28Split SingleTestRunner.run()Aleksey Filippov1-99/+97
2018-03-28Split SingleTestRunner._get_cmd() out of run()Aleksey Filippov1-6/+8
2018-03-28Move run_single_test() into separate classAleksey Filippov1-95/+101
2018-03-28Make run_single_test() method staticAleksey Filippov1-3/+5
2018-03-28Do not access counters from parallel codeAleksey Filippov1-5/+15
2018-03-28Use enum instead of string constantsAleksey Filippov1-12/+23
2018-03-28Use hermetic parameters in run_single_test(), initialize them before in the c...Aleksey Filippov1-12/+13
2018-03-27Always build parser objects anew to avoid leaking old data.Jussi Pakkanen5-83/+93
2018-03-25pkgconfig generator: Add required versionXavier Claessens1-8/+48
2018-03-25Merge pull request #2976 from dzabraev/fix-reversed-orderJussi Pakkanen2-2/+6
2018-03-25Make the generated pkgconfig files reproducible.Chris Lamb1-5/+12
2018-03-25dependency's wanted version might be a listVíctor Manuel Jáquez Leal1-1/+1
2018-03-25Support data types larger than 128 bytesThierry Reding1-1/+1
2018-03-24Squash target_type warning for jar targetsSam H1-0/+4
2018-03-23Enable b_ndebug on VisualStudioCCompilerAleksey Filippov2-2/+2
2018-03-23Added get_asneeded_args method to Intel compiler.Alexis Jeandet1-0/+8
2018-03-21Fix b_ndebug=if-release silently not workingJussi Pakkanen3-6/+26
2018-03-21Do not install configure_file output if install_dir is empty. Closes #3270.Jussi Pakkanen1-2/+4
2018-03-21Fix b_ndebug=if-release optionAleksey Filippov3-6/+26
2018-03-20Open mesontest logfiles in utf-8 modenyorain1-2/+2
2018-03-20Grab a file lock on the build dir during modifications.Jussi Pakkanen2-1/+40
2018-03-20options: s/yiel/yield/ typoThibault Saunier1-1/+1
2018-03-20Merge pull request #3223 from sarum9in/renameJussi Pakkanen3-8/+14
2018-03-19Create a helper for checking if a string has a path componentNirbheek Chauhan5-13/+20