summary refs log tree commit diff
path: root/pkgs/development/libraries/thrift
Commit message (Collapse)AuthorAge
* thrift: fix checkPhase on darwinDmitry Kalinkin2020-01-10
|
* thrift: build with CMake; add pkgsStatic supportTobias Mayer2019-12-31
|
* thrift: 0.12.0 -> 0.13.0R. RyanTM2019-10-25
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/thrift/versions
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* thrift: re-add compatibility 0.10Florian Peter2019-08-11
|
* thrift: 0.11.0 -> 0.12.0 (#53509)R. RyanTM2019-03-15
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/thrift/versions
* treewide: Make configureFlags listsJohn Ericson2018-08-03
|
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* thrift: 0.10.0 -> 0.11.0Ryan Mulligan2018-02-27
| | | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/3vw7qlk7mlknydvnfps6wsp1wqrmcv08-thrift-0.11.0/bin/thrift --version` and found version 0.11.0 - found 0.11.0 with grep in /nix/store/3vw7qlk7mlknydvnfps6wsp1wqrmcv08-thrift-0.11.0 - found 0.11.0 in filename of file in /nix/store/3vw7qlk7mlknydvnfps6wsp1wqrmcv08-thrift-0.11.0 cc "@bjornfor"
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* thrift: 0.9.3 -> 0.10.0Philipp Middendorf2017-08-23
|
* thrift: 0.9.2 -> 0.9.3Bjørn Forsman2016-01-07
| | | | | | | | | | | Add Twisted as build input so that we can continue to have Python support. (./configure disables Python support unless it finds the 'trial' program, from Twisted.) I don't know whether upstream intended that, because it seems perfectly fine to run thrift + Python without Twisted. (Only the TTwisted transport uses Twisted...) Ah, Thrift use Twisted in its unit tests. Even when we pass --enable-tests=no to ./configure :-D
* thrift: update 0.9.1 -> 0.9.2Bjørn Forsman2014-12-08
| | | | | | | | * Drop unneeded patch to fix build error; now included upstream * Fetch tarball instead of using git * Drop unneeded autotools deps since we're building from tarball TODO: Package boost-test library, so that we can run the test suite.
* fix evalDomen Kožar2014-10-19
|
* simplifyDomen Kožar2014-10-16
|
* pythonFull -> python with all modules, pythonFullWithPkgs -> buildEnvDomen Kožar2014-10-13
|
* thrift builds on darwinFrancesco Lazzarino2014-10-09
|
* thrift: disable parallel building, as it fails on hydraVladimír Čunát2014-08-14
|
* thrift: unbreak buildBjørn Forsman2014-04-23
| | | | | | Add a tiny patch (already upstream) that fixes this build error: <flex>/lib/libfl.so: undefined reference to `yylex'
* thrift: make it useable with the python wrapperBjørn Forsman2014-03-17
| | | | | | | The python wrapper discards derivations that lack the 'pythonPath' attribute, so provide a (dummy) pythonPath attribute to make this work: pythonFull.override { extraLibs = [ thrift ]; }
* thrift: add meta.platforms, small cleanupBjørn Forsman2014-03-12
| | | | I set platforms to 'linux' because that's the only thing I have tested.
* Adding Apache Thrift.Lluís Batlle i Rossell2013-12-13