nixpkgs/pkgs/development/libraries/boost
John Ericson e755a8a27d treewide: Use targetPrefix instead of prefix for platform name prefixes
Certain tools, e.g. compilers, are customarily prefixed with the name of
their target platform so that multiple builds can be used at once
without clobbering each other on the PATH. I was using identifiers named
`prefix` for this purpose, but that conflicts with the standard use of
`prefix` to mean the directory where something is installed. To avoid
conflict and confusion, I renamed those to `targetPrefix`.
2017-11-27 03:15:50 -05:00
..
1.55.nix boost-1.55: fix build with gcc-5 by upstream patch 2015-10-04 12:36:21 +02:00
1.59.nix boost: Add 1.59 2015-08-30 18:13:58 -07:00
1.60.nix pkgs.boost: 1.59 -> 1.60 2016-01-15 13:25:25 +01:00
1.62.nix boost: add 1.62.0 (not default yet) 2016-12-19 16:00:46 +01:00
1.63.nix boost: 1.63.0 (not default) 2017-02-15 18:29:39 +01:00
1.64.nix boost164: init at 1.64.0 2017-07-26 18:36:52 +03:00
1.65.nix boost165: init at 1.65.1 2017-10-17 03:39:50 +03:00
clang-math-2.patch
clang-math.patch
cygwin-1.40.0-cstdint-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.40.0-iostreams-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.40.0-python-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.40.0-regex-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.45.0-jam-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.50.0-jam-pep3149.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.55.0-asio-MSG_EOR.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.55.0-interlocked-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.57.0-asio-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.57.0-config-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.57.0-context-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.57.0-filesystem-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.57.0-locale-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.57.0-log-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.57.0-smart_ptr-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-1.57.0-system-cygwin.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-fedora-boost-1.50.0-fix-non-utf8-files.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-fedora-boost-1.50.0-pool.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-fedora-boost-1.54.0-locale-unused_typedef.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-fedora-boost-1.54.0-pool-max_chunks_shadow.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-fedora-boost-1.54.0-python-unused_typedef.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-fedora-boost-1.57.0-move-is_class.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-fedora-boost-1.57.0-mpl-print.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-fedora-boost-1.57.0-pool-test_linking.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-fedora-boost-1.57.0-signals2-weak_ptr.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-fedora-boost-1.57.0-spirit-unused_typedef.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
cygwin-fedora-boost-1.57.0-uuid-comparison.patch cygwin: add needed patches for boost 1.57.0 to build 2015-06-05 00:39:15 +02:00
gcc-5.patch boost-1.55: fix build with gcc-5 by upstream patch 2015-10-04 12:36:21 +02:00
generic.nix treewide: Use targetPrefix instead of prefix for platform name prefixes 2017-11-27 03:15:50 -05:00