Changeset 22280 for lang/c/mpio
- Timestamp:
- 10/28/08 15:10:00 (2 months ago)
- Location:
- lang/c/mpio/trunk
- Files:
-
- 3 added
- 3 modified
-
Makefile.am (modified) (1 diff)
-
mp/exception.h (modified) (1 diff)
-
mp/ipc_vector.h (added)
-
mp/ipc_vector_impl.h (added)
-
src/Makefile.am (modified) (1 diff)
-
src/ipc_vector.cc (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/c/mpio/trunk/Makefile.am
r22191 r22280 29 29 mp/iothreads.h \ 30 30 mp/iothreads_impl.h \ 31 mp/ipc_vector.h \ 32 mp/ipc_vector_impl.h \ 31 33 mp/memory.h \ 32 34 mp/mempool.h \ -
lang/c/mpio/trunk/mp/exception.h
r22099 r22280 29 29 struct system_error : std::runtime_error { 30 30 system_error(int errno_, const std::string& msg) : 31 std::runtime_error(msg + strerror(errno_)) {}31 std::runtime_error(msg + ": " + strerror(errno_)) {} 32 32 }; 33 33 -
lang/c/mpio/trunk/src/Makefile.am
r22190 r22280 13 13 iothreads_reader.cc \ 14 14 iothreads_timer.cc \ 15 iothreads_writer.cc 15 iothreads_writer.cc \ 16 ipc_vector.cc 17
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)