summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* summary: Add from which subproject each subproject have been calledHEADmasterXavier Claessens2023-05-173-7/+13
* rust compiler: use better sanity check logging comparable to the clike oneEli Schwartz2023-05-161-7/+13
* meson_exe: print suitable debug information for DLL not found errorsEli Schwartz2023-05-161-1/+2
* Metrowerks: move PCH args to the end of the command lineNomura2023-05-151-1/+7
* Make `dependency('foo', static: true, method: 'cmake') link staticallyVolker Weißmann2023-05-133-1/+7
* During reconfigure, show that no compiler was found, if compiler fails sanity...Volker Weißmann2023-05-136-19/+21
* Fix paths of Fortran order dependenciesVolker Weißmann2023-05-135-4/+22
* docs: mention additional python modules needed for buildingEli Schwartz2023-05-092-0/+14
* docs: make the man page installableEli Schwartz2023-05-091-0/+2
* docs: add option to skip building HTML docsEli Schwartz2023-05-092-33/+40
* docs: add meson option to use the unsafe loaderEli Schwartz2023-05-092-1/+4
* Enable fatal warnings in HotDoc when building website.Jussi Pakkanen2023-05-091-0/+1
* docs/prebuilt: fix sanity check logic in the exampleJoel Rosdahl2023-05-081-1/+1
* Initial support for Metrowerks AssemblerNomura2023-05-064-1/+127
* mcompile: Fix target name suggestionsXavier Claessens2023-05-051-1/+1
* Fix building python extensions on win-arm64Radek Bartoň2023-05-051-17/+8
* Python module: emit warning for debug buildtypes with MSVC and no debug PythonRalf Gommers2023-05-051-1/+24
* Fix unit test that hardcoded `/` and hence broke on WindowsRalf Gommers2023-05-051-4/+4
* Fix `ERROR: no toolchain found` when run from unittestsRalf Gommers2023-05-051-1/+1
* Add Cython to Windows CI jobs on AzureRalf Gommers2023-05-051-0/+3
* Use release buildtype in Cython tests, and skip unless ninja backendRalf Gommers2023-05-055-21/+33
* dependencies: allow config-tool to fallback to default program namesEli Schwartz2023-05-032-1/+5
* cmake module: fix many typing issuesEli Schwartz2023-05-031-23/+25
* cmake module: make configured file correctly handle the do_conf_file APIEli Schwartz2023-05-031-5/+5
* cmake module: use more typed_pos_args for consistencyEli Schwartz2023-05-032-20/+10
* doc: Add link to argument detailsXavier Claessens2023-05-032-3/+10
* Visual studio: Generate vcxproj.filters files to adds filters to imitated dir...Renan Lavarec2023-05-032-0/+66
* tests: fix `test_always_prefer_c_compiler_for_asm`Benoit Pierre2023-05-031-1/+1
* python bytecompile: use correct install tagEli Schwartz2023-05-031-1/+1
* unittests: add magic flag global to integrate utility methods with unittestEli Schwartz2023-05-021-0/+5
* tests: add workarounds for python brokenness on WindowsEli Schwartz2023-05-023-2/+22
* bytecompile: switch to handling destdir in the script launcher envEli Schwartz2023-05-022-20/+20
* tests: add a python test for bytecode compilationEli Schwartz2023-05-0211-8/+91
* python module: add an automatic byte-compilation stepEli Schwartz2023-05-028-7/+149
* update the devenv module hooks to support generic modifications to BuildEli Schwartz2023-05-023-10/+10
* extend install scripts to allow specific directory variable exportsEli Schwartz2023-05-023-5/+14
* fix regression in precomputing CMAKE_SIZEOF_VOID_PMaxHearnden2023-05-021-1/+1
* Log python name when not foundCharles Brunet2023-05-021-3/+3
* Find python3.xx on windowsCharles Brunet2023-05-023-3/+12
* Ensure python fallback has the right versionCharles Brunet2023-05-021-1/+2
* avoid re-uploading the docs when a PR is based on the upstream repoEli Schwartz2023-05-011-3/+2
* wrap: Always pass posix paths to patchNirbheek Chauhan2023-04-291-1/+2
* detect_cpu: Fix mips32 detection on mips64Cyan2023-04-282-9/+17
* Don't use dyndep scanner when preprocessingVolker Weißmann2023-04-273-0/+13
* Specify c++ 11 flag as code uses c++ 11 featuresPeter Hull2023-04-271-1/+2
* Add env kwarg to gnome.generate_gir().Volker Weißmann2023-04-2611-12/+33
* Set the CC environment variable for g-ir-scanner.Volker Weißmann2023-04-261-1/+4
* Fix html coverage report generation when using clang on linuxJakob Widauer2023-04-251-1/+1
* yasm: Fix usage of incompatible optimization flagsL. E. Segovia2023-04-241-0/+4
* mtest: prevent parse error with gtest protocolCharles Brunet2023-04-241-1/+5