aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/boost.py
AgeCommit message (Expand)AuthorFilesLines
2020-08-03Merge remote-tracking branch 'upstream/master' into lang-enumlang-enumJohn Ericson1-97/+222
2020-07-21Add boost_root support to properties files (#7210)cmcneish1-40/+108
2020-05-22boost: Try extracting BOOST_ROOT from boost.pcDaniel Mensinger1-1/+12
2020-05-22boost: Always sort shared before static (fixes #7171)Daniel Mensinger1-2/+2
2020-05-14boost: always use compiler include pathsDaniel Mensinger1-2/+6
2020-05-14boost: Try finding libraries with the matching arch (fixes #7110)Daniel Mensinger1-5/+42
2020-05-10boost: Do not be strict about static if not specified (fixes #7057)Daniel Mensinger1-1/+2
2020-05-03boost: Do not set BOOST_ALL_DYN_LINK (fixes #7056)Daniel Mensinger1-5/+2
2020-05-01boost: Only use usage-requirements defines (fixes #7046)Daniel Mensinger1-43/+50
2020-04-21More progressJohn Ericson1-1/+1
2020-04-05boost: Fix library version (fixes #6899)Daniel Mensinger1-0/+5
2020-04-01boost: Fix boost_python detection on bionic (fixes #6886 #4788)Daniel Mensinger1-0/+37
2020-03-28boost: Better python module detectionDaniel Mensinger1-1/+33
2020-03-28boost: Better log found and missing modulesDaniel Mensinger1-4/+18
2020-03-05dependencies/boost: Fix a number of mypy issuesDylan Baker1-8/+8
2020-03-05remove ability to pass multiple keys to extract_as_listDylan Baker1-1/+1
2020-02-20boost: Rewrite the boost system dependencyDaniel Mensinger1-600/+807
2020-01-29dependencies: Rename _add_sub_dependency2 to _add_sub_dependencyDylan Baker1-1/+1
2020-01-29dependencies: Use a DependencyFactory for threadsDylan Baker1-2/+4
2020-01-29dependencies: Make Dependency initializer signatures matchDylan Baker1-1/+1
2019-07-11Adapting Boost Python library detection to Boost >= 1.67. Closes #4288.gjaeger11-12/+17
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson1-14/+14
2019-06-09Use `env.machines.*` to avoid some `is_cross`John Ericson1-8/+8
2019-05-02Merge pull request #5254 from dcbaker/fix-sub-dependenciesDylan Baker1-1/+1
2019-05-02dependencies: Use the _add_sub_dependencyDylan Baker1-1/+1
2019-04-28Disable cache for dependenciesDaniel Mensinger1-1/+1
2019-04-28Added some cahced valuesDaniel Mensinger1-1/+1
2019-04-25Don't use len() to test for container emptinessDylan Baker1-2/+2
2019-04-05dependencies/misc: don't special case threadsDylan Baker1-3/+3
2018-11-04Detect clang-cl as msvc-like, not clang-likeJon Turney1-2/+2
2018-10-25Purge unused argument. Closes #4407.Jussi Pakkanen1-1/+1
2018-08-22find_library: Use _build_wrapper to get library dirsBruce Richardson1-1/+1
2018-08-01Consolidate reporting result of a dependency checkJon Turney1-15/+5
2018-07-31Updated boost discovery to handle version >= 1.65 for MSVC (#3961)Derek Kingston1-2/+16
2018-07-01gnome: Use raw link arguments with g-ir and gtk-docNirbheek Chauhan1-3/+3
2018-06-20dependencies: Don't assume self.compiler is a C compilerNirbheek Chauhan1-6/+6
2018-06-06dependencies: Take options from coredata instead of cmd lineXavier Claessens1-2/+1
2018-03-10Refactor: Add log.error and log.exception to reduce code duplication.Jukka Laurila1-1/+1
2018-02-21Split boost dependency out into separate fileAleksey Filippov1-0/+683