aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-16Update versions to 0.46.1 for stable release0.46.10.46Nirbheek Chauhan6-6/+6
2018-05-10vala: Fix shared_module linking with export_dynamic executableNirbheek Chauhan5-2/+48
2018-05-10test setups: Inherit env when using a test setupNirbheek Chauhan3-1/+9
2018-05-10unit tests: Undo accidental disabling of testNirbheek Chauhan1-1/+0
2018-05-10gdbus_codegen: Guess the output list for docbook generationNirbheek Chauhan3-5/+22
2018-05-10gtkdoc: Fix typo that made xml_files an array of arraysNirbheek Chauhan1-1/+1
2018-05-10introspect: Fix listing target files that are File objectsNirbheek Chauhan1-2/+7
2018-05-10gnome.gtkdoc: Allow passing file objects as xml_filesNirbheek Chauhan3-10/+16
2018-05-10Revert "Add macOS linker versioning information"Nirbheek Chauhan7-24/+16
2018-05-10args flattening: preserve configuration_data.set behaviourMathieu Duponchelle2-0/+12
2018-05-05gnome: Use the header basename for #include in mkenums_simpleNirbheek Chauhan2-2/+2
2018-05-05add linker flag to handle $ORIGIN on OpenBSDJasper Lievisse Adriaanse2-2/+5
2018-05-05gnome: Update minimum glib version for gdbus-codegenNirbheek Chauhan1-3/+2
2018-05-05gnome: Disable usage of new --body and --header argsNirbheek Chauhan2-5/+13
2018-05-05Interpreter: don't flatten the arguments of various methodsMathieu Duponchelle5-21/+67
2018-05-05python module: Move tests to test cases/unitNirbheek Chauhan6-1/+1
2018-05-05python module: make it work with pypyMathieu Duponchelle2-4/+60
2018-05-05No longer require duplicate gtest header install.Jussi Pakkanen1-3/+5
2018-05-03pkgconfig: Don't expose internal libraries in .pc filesNirbheek Chauhan6-13/+26
2018-05-03Keep separator spaces in pkg-config declarations. Closes #3479.Jussi Pakkanen4-2/+37
2018-05-03Allow `required : false` for OpenMP dependencyDavid Seifert1-1/+7
2018-05-03Passing --default-library=both should override project valueXavier Claessens3-2/+14
2018-05-03Fix --warnlevel being renamed to --warning-level in latest releaseXavier Claessens5-31/+87
2018-05-03Remove duplicated definition of -D cmdline argXavier Claessens3-8/+6
2018-05-03Always generate a new Product GUID. Closes #2485. [skip ci]Jussi Pakkanen1-1/+1
2018-05-03Made depfixer more robust on OSX. Closes #3493.Jussi Pakkanen1-4/+10
2018-05-03Fix setting c_args and friends from command lineXavier Claessens3-18/+16
2018-05-03Allow custom_target do depend on indexed output of custom_targetNiklas Claesson2-2/+2
2018-05-03Add test to show issueNiklas Claesson2-0/+25
2018-05-03has_multi_link_arguments: Some compilers needs -Wl,--fatal-warningsXavier Claessens2-0/+16
2018-05-03Install generated gdbus header with old glib version too.Jussi Pakkanen3-2/+9
2018-05-03New argument: --profile-self for profiling performanceNirbheek Chauhan1-3/+16
2018-05-03CCompiler: Cache result of get_library_dirs().Martin Hostettler1-1/+9
2018-05-03guess_external_link_dependencies: deduplicate search dirs and libraries.Martin Hostettler1-6/+7
2018-04-23Updated version number for new release.0.46.0Jussi Pakkanen33-290/+324
2018-04-23Skip snippet validation if docs dir does not exist.Jussi Pakkanen1-0/+1
2018-04-23Use the correct file path. Not the wrong one.Jussi Pakkanen1-1/+1
2018-04-23Final encoding fix.Jussi Pakkanen1-1/+4
2018-04-23If printing debug printing fails, try again in pure ASCII.Jussi Pakkanen1-2/+10
2018-04-22Explicitly open log files in utf-8.Jussi Pakkanen1-2/+2
2018-04-22Merge pull request #3446 from MathieuDuponchelle/python_module_with_docJussi Pakkanen2-20/+72
2018-04-22Python module: update documentation for new APIMathieu Duponchelle1-7/+33
2018-04-21Add more tests for multi-line strings and update docsNirbheek Chauhan4-13/+26
2018-04-21Remove escaping for triple-quoted stringsNiklas Claesson2-20/+4
2018-04-21modules/python: add some more options around path and config_varsHavard Graff1-13/+39
2018-04-21gnome: If pkg-config is not found, assume glib is 2.54 (#3443)Nirbheek Chauhan1-2/+7
2018-04-21ninja backend: Fix shared library symbols pathNirbheek Chauhan1-3/+4
2018-04-21Fix install checks when cross-compiling.Elliott Sales de Andrade1-10/+9
2018-04-21Fix Fortran dep hack when cross-compiling.Elliott Sales de Andrade1-6/+6
2018-04-21Don't fail on not-required not-found deps in forcefallback modeNirbheek Chauhan4-7/+16