Added Boost.thread library.
commit5d5b1b66fb2f8c9baf497ac3f4b2c848b572f46b
authorFrancesco Biscani <francesco.biscani@esa.int>
Tue, 16 Dec 2008 09:30:02 +0000 (16 10:30 +0100)
committerFrancesco Biscani <francesco.biscani@esa.int>
Tue, 16 Dec 2008 09:30:02 +0000 (16 10:30 +0100)
tree593e87172fadce54064a0e5ae8f833f1f3785823
parent981b6c297b30175df0753c81531c7dbd5318754d
Added Boost.thread library.
CMakeLists.txt
boost_thread/pthread/exceptions.cpp [new file with mode: 0644]
boost_thread/pthread/once.cpp [new file with mode: 0644]
boost_thread/pthread/thread.cpp [new file with mode: 0644]
boost_thread/pthread/timeconv.inl [new file with mode: 0644]
boost_thread/tss_null.cpp [new file with mode: 0644]
boost_thread/win32/exceptions.cpp [new file with mode: 0644]
boost_thread/win32/thread.cpp [new file with mode: 0644]
boost_thread/win32/timeconv.inl [new file with mode: 0644]
boost_thread/win32/tss_dll.cpp [new file with mode: 0644]
boost_thread/win32/tss_pe.cpp [new file with mode: 0644]