Age | Commit message (Expand) | Author | Files | Lines |
2020-10-04 | pathlib: Fix resolve() by overriding it in Python 3.5 | Daniel Mensinger | 1 | -1/+1 |
2020-09-08 | typing: fix code review | Daniel Mensinger | 1 | -4/+4 |
2020-09-08 | typing: more fixes | Daniel Mensinger | 1 | -1/+3 |
2020-09-08 | typing: fully annotate boost and hdf5 deps | Daniel Mensinger | 1 | -6/+6 |
2020-07-21 | Add boost_root support to properties files (#7210) | cmcneish | 1 | -40/+108 |
2020-05-22 | boost: Try extracting BOOST_ROOT from boost.pc | Daniel Mensinger | 1 | -1/+12 |
2020-05-22 | boost: Always sort shared before static (fixes #7171) | Daniel Mensinger | 1 | -2/+2 |
2020-05-14 | boost: always use compiler include paths | Daniel Mensinger | 1 | -2/+6 |
2020-05-14 | boost: Try finding libraries with the matching arch (fixes #7110) | Daniel Mensinger | 1 | -5/+42 |
2020-05-10 | boost: Do not be strict about static if not specified (fixes #7057) | Daniel Mensinger | 1 | -1/+2 |
2020-05-03 | boost: Do not set BOOST_ALL_DYN_LINK (fixes #7056) | Daniel Mensinger | 1 | -5/+2 |
2020-05-01 | boost: Only use usage-requirements defines (fixes #7046) | Daniel Mensinger | 1 | -43/+50 |
2020-04-05 | boost: Fix library version (fixes #6899) | Daniel Mensinger | 1 | -0/+5 |
2020-04-01 | boost: Fix boost_python detection on bionic (fixes #6886 #4788) | Daniel Mensinger | 1 | -0/+37 |
2020-03-28 | boost: Better python module detection | Daniel Mensinger | 1 | -1/+33 |
2020-03-28 | boost: Better log found and missing modules | Daniel Mensinger | 1 | -4/+18 |
2020-03-05 | dependencies/boost: Fix a number of mypy issues | Dylan Baker | 1 | -8/+8 |
2020-03-05 | remove ability to pass multiple keys to extract_as_list | Dylan Baker | 1 | -1/+1 |
2020-02-20 | boost: Rewrite the boost system dependency | Daniel Mensinger | 1 | -600/+807 |
2020-01-29 | dependencies: Rename _add_sub_dependency2 to _add_sub_dependency | Dylan Baker | 1 | -1/+1 |
2020-01-29 | dependencies: Use a DependencyFactory for threads | Dylan Baker | 1 | -2/+4 |
2020-01-29 | dependencies: Make Dependency initializer signatures match | Dylan Baker | 1 | -1/+1 |
2019-07-11 | Adapting Boost Python library detection to Boost >= 1.67. Closes #4288. | gjaeger1 | 1 | -12/+17 |
2019-06-09 | Purge `is_cross` and friends without changing user interfaces | John Ericson | 1 | -14/+14 |
2019-06-09 | Use `env.machines.*` to avoid some `is_cross` | John Ericson | 1 | -8/+8 |
2019-05-02 | Merge pull request #5254 from dcbaker/fix-sub-dependencies | Dylan Baker | 1 | -1/+1 |
2019-05-02 | dependencies: Use the _add_sub_dependency | Dylan Baker | 1 | -1/+1 |
2019-04-28 | Disable cache for dependencies | Daniel Mensinger | 1 | -1/+1 |
2019-04-28 | Added some cahced values | Daniel Mensinger | 1 | -1/+1 |
2019-04-25 | Don't use len() to test for container emptiness | Dylan Baker | 1 | -2/+2 |
2019-04-05 | dependencies/misc: don't special case threads | Dylan Baker | 1 | -3/+3 |
2018-11-04 | Detect clang-cl as msvc-like, not clang-like | Jon Turney | 1 | -2/+2 |
2018-10-25 | Purge unused argument. Closes #4407. | Jussi Pakkanen | 1 | -1/+1 |
2018-08-22 | find_library: Use _build_wrapper to get library dirs | Bruce Richardson | 1 | -1/+1 |
2018-08-01 | Consolidate reporting result of a dependency check | Jon Turney | 1 | -15/+5 |
2018-07-31 | Updated boost discovery to handle version >= 1.65 for MSVC (#3961) | Derek Kingston | 1 | -2/+16 |
2018-07-01 | gnome: Use raw link arguments with g-ir and gtk-doc | Nirbheek Chauhan | 1 | -3/+3 |
2018-06-20 | dependencies: Don't assume self.compiler is a C compiler | Nirbheek Chauhan | 1 | -6/+6 |
2018-06-06 | dependencies: Take options from coredata instead of cmd line | Xavier Claessens | 1 | -2/+1 |
2018-03-10 | Refactor: Add log.error and log.exception to reduce code duplication. | Jukka Laurila | 1 | -1/+1 |
2018-02-21 | Split boost dependency out into separate file | Aleksey Filippov | 1 | -0/+683 |