aboutsummaryrefslogtreecommitdiff
path: root/ports/llvm
AgeCommit message (Collapse)Author
2019-10-29[llvm]Add features. (#8771)JackBoosY
* [llvm]Add features. * [llvm]Add ${FEATURE_OPTIONS}, set feature util to default feature.
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-09-27[halide]Upgrade to release_2019_08_27. (#8102)JackBoosY
* [halide]Upgrade to release_2019_08_27. * [llvm]Fix llvm tools path in cmake. * Re-trigger CI system.
2019-09-16[llvm]Fix build error on Linux: cannot find -lxml2. (#7919)JackBoosY
2019-07-09Update to llvm-8.0.0 (#7209)Oliver Hitchcock
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-29[llvm]Fix build error on x64-windows. (#6631)JackBoosY
2019-04-05Fix LLVM cmake modules (#5848)Todor Prokopov
* [llvm] Reduce memory usage during linking * [llvm] Fix cmake modules path
2018-12-02[LLVM] Fix error when using VCPKG_BUILD_TYPEDaan De Meyer
2018-10-10Update CONTROLjadedrip
2018-09-28update llvm to 7.0.0jadedrip
2018-06-19Fix build of llvm on Linux (#3751)Simon Hausmann
The mfcatl dependency is only needed on Windows.
2018-04-26[llvm] fix issue #3282 (#3286)Jason Juang
2018-04-19update llvm to 6.0.0 (#3118)jadedrip
2018-02-23[llvm] Reenable packageRobert Schumacher
2018-02-23[azure-storage-cpp][cpp-redis][dirent][doctest][gdcm2][grpc][llvm][matio][sp ↵Robert Schumacher
dlog][yaml-cpp] Upgrades
2018-01-06[llvm]: update llvm to 5.0.1Force Charlie
2018-01-03[llvm] Fix installation of clang cmake targetsRobert Schumacher
2017-12-21Merge branch 'llvm' of https://github.com/jasjuang/vcpkg into jasjuang-llvmRobert Schumacher
2017-12-19[llvm] Add atlmfc to dependencies -- fixes #2400Robert Schumacher
2017-11-30[llvm] Fail early on UWPRobert Schumacher
2017-11-16add in clang and enable toolsjasjuang
2017-11-15[llvm] Install debug targets for cmakeRobert Schumacher
2017-11-01[llvm] Require Python3Robert Schumacher
2017-09-22Updated llvm to 5.0.0.Stephane Lajoie
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-07-09Patch CMakeLists to install CMake modules to share/llvm instead of ↵Stephane Lajoie
lib/cmake/llvm. This works better than vcpkg_fixup_cmake_targets because other parts of the LLVM build system really want all the variables set correctly. Also set other options to prevent creation of any bin/* instead of removing them after the fact, for the same reason.
2017-07-07Use vcpkg_fixup_cmake_targets to move cmake modules in place.Stephane Lajoie
Make sure MCAnalysis directory is empty before removing. Use file(INSTALL ...) to put licence file in place.
2017-07-04Disable ABI breaking checks.Stephane Lajoie
2017-07-03Reduce size of the build and fix post-build errors.Stephane Lajoie
2017-07-01Added LLVM.Stephane Lajoie