Jesse Beder
|
fe8ca77a1b
|
Add missing DLL export, and set up gtest/gmock to properly import their symbols.
|
2014-03-23 23:56:17 -05:00 |
|
Jesse Beder
|
0fbeac8f4f
|
Add more ostream_wrapper tests
|
2014-03-22 19:22:23 -05:00 |
|
Jesse Beder
|
9b4db068bb
|
Run clang-format
|
2014-03-22 12:49:16 -05:00 |
|
Jesse Beder
|
bc3f72b565
|
Switched the stream << for c-strings to take a templated array param (since we never stream user-built c-strings, only string literals). For this, refactored the escape character display
|
2012-05-25 19:33:34 -05:00 |
|
Jesse Beder
|
772969270d
|
Refactored stream overloads
|
2012-05-25 18:24:07 -05:00 |
|
Jesse Beder
|
2ffdc5b4d1
|
Added constructor to the Emitter with a stream, so you can write directly to a stream instead of our temp
|
2012-05-25 18:22:33 -05:00 |
|
Jesse Beder
|
e6d4a915dc
|
Switched the ostream wrapper to wrap a std::vector<char> instead of our manually managed memory
|
2012-05-25 18:17:14 -05:00 |
|
Jesse Beder
|
7c85e9d5de
|
Updated ostream wrapper with a write() and update_pos
|
2012-05-25 17:39:14 -05:00 |
|
Jesse Beder
|
1602f78974
|
Renamed ostream -> ostream_wrapper
|
2012-05-25 17:28:35 -05:00 |
|