lix/src/boost
Eelco Dolstra 2bd0fcc966 Use libnix as a prefix for all Nix libraries
In particular "libutil" was always a problem because it collides with
Glibc's libutil.  Even if we install into $(libdir)/nix, the linker
sometimes got confused (e.g. if a program links against libstore but
not libutil, then ld would report undefined symbols in libstore
because it was looking at Glibc's libutil).
2013-11-23 23:53:41 +00:00
..
detail * Shared (garbage collecting) pointers. Copied from Boost. 2004-06-18 09:20:51 +00:00
format Use libnix as a prefix for all Nix libraries 2013-11-23 23:53:41 +00:00
assert.hpp * Shared (garbage collecting) pointers. Copied from Boost. 2004-06-18 09:20:51 +00:00
checked_delete.hpp * Shared (garbage collecting) pointers. Copied from Boost. 2004-06-18 09:20:51 +00:00
enable_shared_from_this.hpp * This is also useful. 2004-06-18 16:52:31 +00:00
format.hpp * Shared (garbage collecting) pointers. Copied from Boost. 2004-06-18 09:20:51 +00:00
Makefile.am * Install some headers in the right location. 2009-03-05 14:57:50 +00:00
shared_ptr.hpp * GCC 2.95 compatibility. Prevents internal compiler error in member 2005-05-04 16:30:35 +00:00
throw_exception.hpp * Shared (garbage collecting) pointers. Copied from Boost. 2004-06-18 09:20:51 +00:00
weak_ptr.hpp * GCC 2.95 compatibility. Prevents internal compiler error in member 2005-05-04 16:30:35 +00:00