| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-12 | Update http-parser version to 2.8.1. (#3887) | Nicolai Grodzitski | |
| 2018-04-26 | Improve cmake routine for nodejs/http-parser. (#3283) | Nicolai Grodzitski | |
| * Improve cmake routine for nodejs/http-parser. Now it is installed as a propper target and can be searched with `find_package(http-parser REQUIRED)` and then used as a dependency like this: `target_link_libraries(main PRIVATE nodejs::http_parser)`. Also using namespace for referencing http-parser lib, which is safer, although the old name must still work, as names of the binaries remained unchanged. * Remove duplicate variable definition and add newlines at the end of files. * [http-parser] Rename exported targets to "unofficial", since they are not blessed by upstream | |||
| 2017-09-09 | vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵ | Alexander Karatarakis | |
| libs (/Z7) | |||
| 2017-01-13 | [http-parser] Bump version to reflect build change adding HTTP_PARSER_STRICT=0 | Robert Schumacher | |
| 2017-01-12 | On release set HTTP_PARSER_STRICT to zero. | ab | |
| This was done to match the http-parser makefile i.e. building in release mode strict parse is disabled (which is faster) else (in debug) strict parser is used. | |||
| 2016-12-05 | Update the cmakelists to build shared and static libraries properly. | ab | |
| 2016-11-25 | Adding http-parser library | ab | |
