Age | Commit message (Expand) | Author | Files | Lines |
2019-12-05 | lgtm: fix Missing call to __init__ during object initialization | Daniel Mensinger | 3 | -19/+23 |
2019-12-05 | lgtm: fix Mismatch between signature and use of an overridden method | Daniel Mensinger | 1 | -3/+6 |
2019-12-05 | lgtm: fix `Mismatch in multiple assignment` error | Daniel Mensinger | 1 | -1/+1 |
2019-12-05 | lgtm: fix missing raise | Daniel Mensinger | 1 | -1/+1 |
2019-12-05 | lgtm: fix format string numbering | Daniel Mensinger | 1 | -1/+1 |
2019-12-05 | lgtm: fix Unreachable code | Daniel Mensinger | 1 | -1/+0 |
2019-12-05 | lgtm: ignore Non-standard exception raised in special method | Daniel Mensinger | 2 | -5/+5 |
2019-12-05 | lgtm: Fix unused variable | Daniel Mensinger | 2 | -3/+1 |
2019-12-05 | lgtm: Fix Module imported with `import` and `import from` | Daniel Mensinger | 6 | -88/+84 |
2019-12-04 | dict: Fully evaluate keys | Xavier Claessens | 6 | -61/+67 |
2019-12-04 | intel/intel-cl: use appropriate buildtype options | Michael Hirsch, Ph.D | 2 | -16/+40 |
2019-12-04 | Update Users.md | Amit D | 1 | -0/+1 |
2019-12-04 | ci/test: unused args for objc, objc++ | Michael Hirsch, Ph.D | 6 | -7/+11 |
2019-12-04 | ci/test: unused args for Windows | Michael Hirsch, Ph.D | 33 | -28/+86 |
2019-12-04 | Add raise at the start of MesonException | Michael Brockus | 1 | -7/+7 |
2019-12-03 | mparser.py: actually check the type of key variable, not its value | Marc Herbert | 2 | -6/+15 |
2019-12-02 | doc: update travis-CI info and add GitHub Actions example [skip ci] | Michael Hirsch, Ph.D | 1 | -50/+100 |
2019-11-30 | Update CI Continuous Integration page and add CircleCi example [skip ci] | Michael Brockus | 1 | -7/+61 |
2019-11-30 | Prevent the presence of duplicated items in .vcxproj files | Luca Bacci | 1 | -22/+43 |
2019-11-30 | cmake: Make output_target_map more robust (fixes #6208) | Daniel Mensinger | 7 | -66/+160 |
2019-11-30 | improve error message when old version detected | taz-007 | 1 | -1/+2 |
2019-11-30 | Fix regular expression for MSVC target arch detection | Luca Bacci | 1 | -1/+1 |
2019-11-29 | docs: fix typo | chris | 1 | -1/+1 |
2019-11-29 | tests: add osx test case for PIE builds. | Mihai Moldovan | 2 | -0/+8 |
2019-11-29 | linkers: AppleDynamicLinker supports -pie. | Mihai Moldovan | 1 | -0/+3 |
2019-11-28 | Revert "Have set() and set_quoted() of configuration object work with newlines." | Xavier Claessens | 4 | -15/+0 |
2019-11-28 | wrap: Redirect stdin to DEVNULL (again) | Nirbheek Chauhan | 1 | -0/+4 |
2019-11-28 | Merge pull request #5989 from xclaesse/cmake-part2 | Jussi Pakkanen | 7 | -26/+203 |
2019-11-28 | wrap: Resolver.get_git: Factor out --depth argument generation and make sure ... | Martin Hostettler | 1 | -5/+9 |
2019-11-28 | ci: hdf5: Actions MacOS CI added | Michael Hirsch, Ph.D | 1 | -62/+3 |
2019-11-28 | HDF5: make much more robust across platforms | Michael Hirsch, Ph.D | 6 | -73/+232 |
2019-11-28 | cmake: Reassign dependencies from header-only targets | Daniel Mensinger | 1 | -0/+45 |
2019-11-28 | cmake: Detect dependenciy cycles and avoid infinite recursion | Daniel Mensinger | 1 | -0/+9 |
2019-11-28 | cmake: Some minor fixup | Daniel Mensinger | 5 | -14/+47 |
2019-11-27 | docs: Fix typo [skip ci] | Robert Ancell | 1 | -1/+1 |
2019-11-27 | cmake: Add unit test for add_custom_target() and add_dependency() | Xavier Claessens | 3 | -0/+32 |
2019-11-27 | cmake: Propagate error when running command | Xavier Claessens | 1 | -1/+4 |
2019-11-27 | cmake: Add support for add_custom_target() with a command | Xavier Claessens | 3 | -13/+32 |
2019-11-27 | cmake: Add support for add_dependencies() | Xavier Claessens | 2 | -7/+43 |
2019-11-27 | modules/qt.py: friendlier "lrelease-qtN not found" error message | Marc Herbert | 1 | -0/+3 |
2019-11-27 | ci: lgtm: configure for Python 3 | Michael Hirsch, Ph.D | 1 | -0/+4 |
2019-11-27 | tests: add clues to find missing private/qtobject_p.h [skip ci] | Marc | 1 | -0/+4 |
2019-11-26 | Fix crash when checking multi version on subproject dep | Xavier Claessens | 3 | -8/+15 |
2019-11-25 | Fix link_whole with a custom target | Xavier Claessens | 4 | -1/+21 |
2019-11-25 | Simplify list of build def files | Xavier Claessens | 1 | -23/+27 |
2019-11-25 | fs: Add parent() and name() methods | Xavier Claessens | 3 | -1/+29 |
2019-11-25 | Merge pull request #6213 from mensinda/cmNameFix | Jussi Pakkanen | 6 | -58/+110 |
2019-11-25 | dependencies/ui.py: Fix Vulkan detection on Windows | Chun-wei Fan | 1 | -2/+2 |
2019-11-25 | complete gfortran/intel/intel-cl fortran_std test | Michael Hirsch, Ph.D | 10 | -1/+218 |
2019-11-25 | dep: MPI make work for intel-cl and improve robustness | Michael Hirsch, Ph.D | 6 | -207/+279 |