aboutsummaryrefslogtreecommitdiff
path: root/ports/pthreads/CONTROL
AgeCommit message (Collapse)Author
2019-07-09[pthreads4W] vcpkg wrapper fixes (#7178)Stefano Sinigardi
* [pthreads4W] restore compatibility with projects using pthreads v2, set proper VERSION symbol * [pthreads4W] remove FORCED cached variables, to enable user override
2019-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2019-05-22[pthreads] remove debug/release libs from release/debug folderAlexander Neumann
2019-05-16[pthread] update to v3 (#6473)Stefano Sinigardi
* [pthread] update to v3 * [flint, mosquitto, usbmuxd] bump CONTROL files and add final touches for PThreads4W v3 * [arb] add compatibility with PThreads4W
2019-03-08[pthreads] Add CMake config to support find_package(pthreads) (#4081)JamesOldfield
* [pthreads] Add CMake config to support find_package(pthreads) * [pthreads] Support find_package(pthreads)
2019-03-05[pthreads]Modify library name "pthreadsVC2" to correct name "pthreadVC2" (#5532)JackBoosY
* [Pthreads]Modify library name "pthreadsVC2" to correct name "pthreadVC2". * [pthreads]update Version * [flint]fix dependence port pthreads library name to "pthreadVC2". * [usbmuxd]fix dependence port pthreads library name to "pthreadVC2". * [mosquitto]fix dependence port pthreads library name to "pthreadVC2".
2018-12-19[pthreads] add version resource and fix problem with PTW32_ARCH when ↵krismattheus
compiling resource. Signed-off-by: krismattheus <kris.mattheus@visionbms.com>
2017-10-17[pthreads] Version bump for PR #1990Robert Schumacher
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-29[pthreads] init portatkawa7