aboutsummaryrefslogtreecommitdiff
path: root/ports/ragel
AgeCommit message (Collapse)Author
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-07-31Add PREFER_NINJA to many ports (#7468)Phoebe
* Add PREFER_NINJA to many ports
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-02replace empty-include-dir-hack with new policymnml_
As https://github.com/Microsoft/vcpkg/blob/master/CHANGELOG.md states 0.0.78 introduced a policy to allow an empty include directory So the workaround mentioned in https://github.com/Microsoft/vcpkg/pull/117 isn't needed anymore. I just replaced it with the line(+comment) from https://github.com/Microsoft/vcpkg/blob/master/ports/ecm/portfile.cmake#L28
2017-05-09[ragel] Update to 6.10 and unbreak buildEbrahim Byagowi
2016-12-07[ragel] Use SOURCE_PATH when copying licenseAlexander Karatarakis
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-26[ragel] Reorder top-most lines for consistencyAlexander Karatarakis
2016-10-20adding a description to RagelEric Mittelette
2016-10-04[ragel] Minimize work done copying files. Add version number.Robert Schumacher
2016-10-04Add ragel packagevlj
[roschuma rebase: removed main.cpp]