Changeset 7 for trunk/whisperlib/common
- Timestamp:
- 12/07/09 23:39:10 (2 years ago)
- Files:
-
- trunk (added)
- trunk/whisperlib (added)
- trunk/whisperlib/common (added)
- trunk/whisperlib/common/CMakeLists.txt (added)
- trunk/whisperlib/common/app (added)
- trunk/whisperlib/common/app/app.cc (added)
- trunk/whisperlib/common/app/app.h (added)
- trunk/whisperlib/common/base (added)
- trunk/whisperlib/common/base/CMakeLists.txt (added)
- trunk/whisperlib/common/base/callback (added)
- trunk/whisperlib/common/base/callback.h (added)
- trunk/whisperlib/common/base/callback/callback.h (added)
- trunk/whisperlib/common/base/callback/callback1.h (added)
- trunk/whisperlib/common/base/callback/callback2.h (added)
- trunk/whisperlib/common/base/callback/callback3.h (added)
- trunk/whisperlib/common/base/callback/closure.h (added)
- trunk/whisperlib/common/base/callback/print_callback.py (added)
- trunk/whisperlib/common/base/callback/result_callback1.h (added)
- trunk/whisperlib/common/base/callback/result_callback2.h (added)
- trunk/whisperlib/common/base/callback/result_callback3.h (added)
- trunk/whisperlib/common/base/callback/result_closure.h (added)
- trunk/whisperlib/common/base/common.h (added)
- trunk/whisperlib/common/base/date.cc (added)
- trunk/whisperlib/common/base/date.h (added)
- trunk/whisperlib/common/base/errno.cc (added)
- trunk/whisperlib/common/base/errno.h (added)
- trunk/whisperlib/common/base/free_list.h (added)
- trunk/whisperlib/common/base/gflags.h (added)
- trunk/whisperlib/common/base/log.cc (added)
- trunk/whisperlib/common/base/log.h (added)
- trunk/whisperlib/common/base/parse.h (added)
- trunk/whisperlib/common/base/re.cc (added)
- trunk/whisperlib/common/base/re.h (added)
- trunk/whisperlib/common/base/ref_counted.h (added)
- trunk/whisperlib/common/base/scoped_ptr.h (added)
- trunk/whisperlib/common/base/signal_handlers.cc (added)
- trunk/whisperlib/common/base/signal_handlers.h (added)
- trunk/whisperlib/common/base/strutil.cc (added)
- trunk/whisperlib/common/base/strutil.h (added)
- trunk/whisperlib/common/base/system.cc (added)
- trunk/whisperlib/common/base/system.h (added)
- trunk/whisperlib/common/base/test (added)
- trunk/whisperlib/common/base/test/CMakeLists.txt (added)
- trunk/whisperlib/common/base/test/free_list_test.cc (added)
- trunk/whisperlib/common/base/test/jsonencode_test.cc (added)
- trunk/whisperlib/common/base/test/re_test.cc (added)
- trunk/whisperlib/common/base/test/strutil_test.cc (added)
- trunk/whisperlib/common/base/test/timer_test.cc (added)
- trunk/whisperlib/common/base/test/types_test.cc (added)
- trunk/whisperlib/common/base/third-party (added)
- trunk/whisperlib/common/base/third-party/COPYING (added)
- trunk/whisperlib/common/base/third-party/LICENSE (added)
- trunk/whisperlib/common/base/third-party/gflags.cc (added)
- trunk/whisperlib/common/base/third-party/gflags.h (added)
- trunk/whisperlib/common/base/third-party/gflags_reporting.cc (added)
- trunk/whisperlib/common/base/third-party/scoped_ptr.h (added)
- trunk/whisperlib/common/base/third-party/string_util.cc (added)
- trunk/whisperlib/common/base/third-party/string_util.h (added)
- trunk/whisperlib/common/base/timer.cc (added)
- trunk/whisperlib/common/base/timer.h (added)
- trunk/whisperlib/common/base/types.h (added)
- trunk/whisperlib/common/io (added)
- trunk/whisperlib/common/io/CMakeLists.txt (added)
- trunk/whisperlib/common/io/buffer (added)
- trunk/whisperlib/common/io/buffer/data_block.cc (added)
- trunk/whisperlib/common/io/buffer/data_block.h (added)
- trunk/whisperlib/common/io/buffer/io_memory_stream.cc (added)
- trunk/whisperlib/common/io/buffer/io_memory_stream.h (added)
- trunk/whisperlib/common/io/buffer/memory_stream.cc (added)
- trunk/whisperlib/common/io/buffer/memory_stream.h (added)
- trunk/whisperlib/common/io/buffer/test (added)
- trunk/whisperlib/common/io/buffer/test/CMakeLists.txt (added)
- trunk/whisperlib/common/io/buffer/test/data_block_test.cc (added)
- trunk/whisperlib/common/io/buffer/test/memory_stream_test.cc (added)
- trunk/whisperlib/common/io/checkpoint (added)
- trunk/whisperlib/common/io/checkpoint/CMakeLists.txt (added)
- trunk/whisperlib/common/io/checkpoint/checkpointing.cc (added)
- trunk/whisperlib/common/io/checkpoint/checkpointing.h (added)
- trunk/whisperlib/common/io/checkpoint/state_keeper.cc (added)
- trunk/whisperlib/common/io/checkpoint/state_keeper.h (added)
- trunk/whisperlib/common/io/checkpoint/state_keeper_tool.cc (added)
- trunk/whisperlib/common/io/checkpoint/test (added)
- trunk/whisperlib/common/io/checkpoint/test/CMakeLists.txt (added)
- trunk/whisperlib/common/io/checkpoint/test/state_keeper_test.cc (added)
- trunk/whisperlib/common/io/file (added)
- trunk/whisperlib/common/io/file/aio_file.cc (added)
- trunk/whisperlib/common/io/file/aio_file.h (added)
- trunk/whisperlib/common/io/file/fd.cc (added)
- trunk/whisperlib/common/io/file/fd.h (added)
- trunk/whisperlib/common/io/file/fd_input_stream.cc (added)
- trunk/whisperlib/common/io/file/fd_input_stream.h (added)
- trunk/whisperlib/common/io/file/file.cc (added)
- trunk/whisperlib/common/io/file/file.h (added)
- trunk/whisperlib/common/io/file/file_input_stream.cc (added)
- trunk/whisperlib/common/io/file/file_input_stream.h (added)
- trunk/whisperlib/common/io/file/file_output_stream.cc (added)
- trunk/whisperlib/common/io/file/file_output_stream.h (added)
- trunk/whisperlib/common/io/file/test (added)
- trunk/whisperlib/common/io/file/test/CMakeLists.txt (added)
- trunk/whisperlib/common/io/file/test/file_stream_test.cc (added)
- trunk/whisperlib/common/io/input_stream.h (added)
- trunk/whisperlib/common/io/iomarker.h (added)
- trunk/whisperlib/common/io/ioutil.cc (added)
- trunk/whisperlib/common/io/ioutil.h (added)
- trunk/whisperlib/common/io/logio (added)
- trunk/whisperlib/common/io/logio/CMakeLists.txt (added)
- trunk/whisperlib/common/io/logio/logio.cc (added)
- trunk/whisperlib/common/io/logio/logio.h (added)
- trunk/whisperlib/common/io/logio/recordio.cc (added)
- trunk/whisperlib/common/io/logio/recordio.h (added)
- trunk/whisperlib/common/io/logio/test (added)
- trunk/whisperlib/common/io/logio/test/CMakeLists.txt (added)
- trunk/whisperlib/common/io/logio/test/logio_test.cc (added)
- trunk/whisperlib/common/io/logio/test/recordio_test.cc (added)
- trunk/whisperlib/common/io/num_streaming.cc (added)
- trunk/whisperlib/common/io/num_streaming.h (added)
- trunk/whisperlib/common/io/output_stream.cc (added)
- trunk/whisperlib/common/io/output_stream.h (added)
- trunk/whisperlib/common/io/seeker.h (added)
- trunk/whisperlib/common/io/stream_base.cc (added)
- trunk/whisperlib/common/io/stream_base.h (added)
- trunk/whisperlib/common/io/test (added)
- trunk/whisperlib/common/io/test/CMakeLists.txt (added)
- trunk/whisperlib/common/io/test/bit_array_test.cc (added)
- trunk/whisperlib/common/io/test/ioutil_rename_test.cc (added)
- trunk/whisperlib/common/io/test/ioutil_test.cc (added)
- trunk/whisperlib/common/io/zlib (added)
- trunk/whisperlib/common/io/zlib/CMakeLists.txt (added)
- trunk/whisperlib/common/io/zlib/test-zlib.cc (added)
- trunk/whisperlib/common/io/zlib/zlib-compress.cc (added)
- trunk/whisperlib/common/io/zlib/zlib-gzip.cc (added)
- trunk/whisperlib/common/io/zlib/zlibwrapper.cc (added)
- trunk/whisperlib/common/io/zlib/zlibwrapper.h (added)
- trunk/whisperlib/common/math (added)
- trunk/whisperlib/common/math/imath.h (added)
- trunk/whisperlib/common/math/third-party (added)
- trunk/whisperlib/common/math/third-party/imath.cc (added)
- trunk/whisperlib/common/math/third-party/imath.h (added)
- trunk/whisperlib/common/math/wavelets.cc (added)
- trunk/whisperlib/common/math/wavelets.h (added)
- trunk/whisperlib/common/sync (added)
- trunk/whisperlib/common/sync/CMakeLists.txt (added)
- trunk/whisperlib/common/sync/event.cc (added)
- trunk/whisperlib/common/sync/event.h (added)
- trunk/whisperlib/common/sync/mutex.h (added)
- trunk/whisperlib/common/sync/process.cc (added)
- trunk/whisperlib/common/sync/process.h (added)
- trunk/whisperlib/common/sync/producer_consumer_queue.h (added)
- trunk/whisperlib/common/sync/system.cc (added)
- trunk/whisperlib/common/sync/system.h (added)
- trunk/whisperlib/common/sync/test (added)
- trunk/whisperlib/common/sync/test/CMakeLists.txt (added)
- trunk/whisperlib/common/sync/test/process_test.cc (added)
- trunk/whisperlib/common/sync/test/producer_consumer_queue_test.cc (added)
- trunk/whisperlib/common/sync/test/system_test.cc (added)
- trunk/whisperlib/common/sync/thread.cc (added)
- trunk/whisperlib/common/sync/thread.h (added)
- trunk/whisperlib/common/sync/thread_pool.cc (added)
- trunk/whisperlib/common/sync/thread_pool.h (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
