about summary refs log tree commit diff
path: root/pkgs/development/libraries/asio
AgeCommit message (Collapse)AuthorFilesLines
2023-01-26treewide: remove global with lib; statements in pkgs/developmentShawn89011-3/+1
2022-10-18asio: 1.16.1 -> 1.24.0Tobias Mayer1-2/+2
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-3/+3
2020-06-19asio: 1.12 -> 1.16Sirio Balmelli3-7/+7
1.16 will now build on Darwin, properly mark it as such. Signed-off-by: Sirio Balmelli <sirio@b-ad.ch> Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-08-17treewide: name -> pnamevolth1-1/+2
2018-09-12asio: mark broken on darwinDaiderd Jordan1-0/+1
Started to fail since 1.12.1. Undefined symbols for architecture x86_64: "boost::chrono::steady_clock::now()", referenced from: pinger::start_send() in ping.o asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::wait_duration_msec(long) const in ping.o asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::wait_duration_usec(long) const in ping.o asio::detail::timer_queue<asio::detail::chrono_time_traits<boost::chrono::steady_clock, asio::wait_traits<boost::chrono::steady_clock> > >::get_ready_timers(asio::detail::op_queue<asio::detail::scheduler_operation>&) in ping.o pinger::handle_receive(unsigned long) in p /cc ZHF #45961
2018-06-11asio: add old version 1.10.8 (#41822)Izorkin4-21/+37
2018-04-17asio: 1.12.0 -> 1.12.1R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/asio/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.12.1 with grep in /nix/store/k4y5rhr10i8va653gjnz3ys3i3vj052r-asio-1.12.1 - directory tree listing: https://gist.github.com/c1661a0442144f8187d8ce4d1624b908
2018-03-22asio: 1.10.8 -> 1.12.0Ryan Mulligan1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.12.0 with grep in /nix/store/1js10q8jgqmpk6ashz63am7f9xl37kvs-asio-1.12.0 - directory tree listing: https://gist.github.com/834ad2743ce2f56612f8ba9ff9a4e5b5
2017-07-09asio: 1.10.6 -> 1.10.8Taeer Bar-Yam1-2/+2
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2015-04-05asio: 1.10.4 -> 1.10.6William A. Kennington III1-2/+2
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-2/+2
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-10-09asio: update from 1.10.2 to 1.10.4Aristid Breitkreuz1-2/+2
2014-07-04asio: update from 1.10.1 to 1.10.2Michael Raskin1-2/+2
2013-12-18asio: update from 1.5.3 to 1.10.1Nixpkgs Monitor1-2/+2
2011-03-28Adding the racing videogame VDrift.LluĂ­s Batlle i Rossell1-0/+20
I added the asio library as a side effect. svn path=/nixpkgs/trunk/; revision=26575