about summary refs log tree commit diff
path: root/pkgs/development/libraries/caf
AgeCommit message (Collapse)AuthorFilesLines
2023-10-07caf: fix build on darwinMario Rodas1-1/+3
2023-10-07caf: 0.19.0 -> 0.19.4R. Ryantm1-2/+2
2023-04-21caf: 0.18.7 -> 0.19.0R. Ryantm1-2/+2
2023-02-08caf: 0.18.6 -> 0.18.7Mario Rodas1-2/+2
https://github.com/actor-framework/actor-framework/releases/tag/0.18.7
2022-07-07caf: 0.18.5 -> 0.18.6R. Ryantm1-2/+2
2022-07-04treewide: Remove now-unneeded LD_LIBRARY_PATH in cmake derivationsJosef Kemetmüller1-4/+0
Since the setting DCMAKE_SKIP_BUILD_RPATH was disabled, we can now run the checkPhase of cmake derivations without having to tweak the LD_LIBRARY_PATH anymore.
2021-12-18llvmPackages.libcxx: unset _LIBCPP_USE_AVAILABILITY_APPLEDmitry Kalinkin1-3/+0
2021-12-17caf: fix darwin buildDmitry Kalinkin1-0/+3
2021-08-11caf: 0.18.3 -> 0.18.5Mario Rodas1-2/+3
https://github.com/actor-framework/actor-framework/releases/tag/0.18.4 https://github.com/actor-framework/actor-framework/releases/tag/0.18.5
2021-05-22caf: 0.18.1 -> 0.18.3R. RyanTM1-2/+2
2021-04-20caf: 0.18.0 -> 0.18.1R. RyanTM1-2/+2
2021-03-01caf: 0.17.6 -> 0.18.0Mario Rodas1-5/+5
https://github.com/actor-framework/actor-framework/releases/tag/0.18.0
2021-01-21pkgs/development/libraries: stdenv.lib -> libBen Siraphob1-2/+2
2020-07-28caf: 0.17.5 -> 0.17.6R. RyanTM1-2/+2
2020-05-19caf: 0.17.4 -> 0.17.5Tobias Mayer1-2/+2
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-02-12caf: 0.17.3 -> 0.17.4R. RyanTM1-2/+2
2020-01-15treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg1-2/+2
Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-12-25caf: fix build on darwinMario Rodas1-0/+1
2019-12-25caf: 0.17.2 -> 0.17.3R. RyanTM1-2/+2
2019-10-21caf: enable checksTobias Mayer1-0/+6
2019-10-21caf: disable examplesTobias Mayer1-0/+4
2019-10-21caf: enable openssl supportTobias Mayer1-2/+4
2019-10-21caf: 0.17.1 -> 0.17.2Tobias Mayer1-2/+2
2019-09-25caf: 0.17.0 -> 0.17.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/actor-framework/versions
2019-09-08treewide: remove redundant quotesvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-08-03caf: 0.16.3 -> 0.17.0R. 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/actor-framework/versions
2019-01-03caf: 0.16.2 -> 0.16.3R. 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/actor-framework/versions
2018-11-10caf: 0.16.0 -> 0.16.2R. 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/actor-framework/versions
2018-10-16caf: 0.15.7 -> 0.16.0R. 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/actor-framework/versions
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-04-13caf: 0.15.3 -> 0.15.7Andreas Rammhold1-10/+2
2017-03-30caf: fix on clang4Dan Peebles1-1/+9
Also, enable parallel builds because I got sick of waiting :)
2017-03-12caf: init at 0.15.3Bo Bakker1-0/+23
fixes #23772