about summary refs log tree commit diff
path: root/pkgs/servers/foundationdb/cmake.nix
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* foundationdb: no clang, use default gccAustin Seipp2019-11-01
| | | | | | | These options should be experimental, and I'm keeping them off for now. This also avoids any ABI concerns between libraries, too. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* treewide: remove redundant recvolth2019-08-28
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* foundationdb61: 6.1.7pre4928_a990458e -> 6.1.8Austin Seipp2019-05-27
| | | | | | | This bumps the 6.1.x branch to the official 6.1.8 release. Also fixes a minor bug in the new CMake build (an invalid parameter passed to CMake) Signed-off-by: Austin Seipp <aseipp@pobox.com>
* foundationdb61: 6.1.6pre4898 -> 6.1.7pre4928Austin Seipp2019-05-21
| | | | | | | Also includes some minor, miscellaneous cleanups to the CMake build expression. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* foundationdb: init 6.1.6pre4898_26fbbbf, cmake buildAustin Seipp2019-05-15
This adds a new build of FoundationDB 6.1, using the new, much improved with CMake build system with fewer patches and rough edges. Signed-off-by: Austin Seipp <aseipp@pobox.com>