| #
02d170cf |
| 15-Apr-2016 |
s.makeev_local <[email protected]> |
Refactored and added support for ORBIS
(ORBIS code is cut out from this public repository due to NDA)
|
| #
27dbb6f7 |
| 28-Dec-2015 |
s.makeev <[email protected]> |
Includes was refactored
|
| #
2e846c40 |
| 27-Dec-2015 |
Sergey Makeev <[email protected]> |
Lot of refactoring and thread safe scopes stack
- MT_UNUSED for unused variables - MT_USED_IN_ASSERT for variables used only in assertions - MT_NOCOPYABLE instead of private assignment operators and
Lot of refactoring and thread safe scopes stack
- MT_UNUSED for unused variables - MT_USED_IN_ASSERT for variables used only in assertions - MT_NOCOPYABLE instead of private assignment operators and private ctros - MT_ASSERT now is do nothing in release - mt_thread_local for thread local variables - thread safe scopes stack designed for use in debug tools (WiP)
show more ...
|
| #
6bbc0262 |
| 16-Dec-2015 |
Sergey Makeev <[email protected]> |
Refactored a little bit
|
| #
53334f79 |
| 07-Oct-2015 |
Sergey Makeev <[email protected]> |
Fix fire and forget tests
|
| #
e455330f |
| 07-Oct-2015 |
Sergey Makeev <[email protected]> |
More asserts
|
| #
a6b7af00 |
| 29-Sep-2015 |
Sergey Makeev <[email protected]> |
Custom memory allocator - fix POSIX build
|
| #
f27fe1ee |
| 09-Sep-2015 |
admin <[email protected]> |
OSX support
|
| #
a2fa081c |
| 01-Sep-2015 |
Sergey Makeev <[email protected]> |
Fixed assert message
|
| #
34a394c3 |
| 24-Jun-2015 |
Sergey Makeev <[email protected]> |
Rename some macro definitions, add travis.yml
|
| #
a101e543 |
| 04-May-2015 |
Sergey Makeev <[email protected]> |
Refactor template containers code
Fixed typos in WrapperArray and StackArray Add RingBuffer container (will be used later for instrumented mode) Add Foundation test suite Same codestyle for containe
Refactor template containers code
Fixed typos in WrapperArray and StackArray Add RingBuffer container (will be used later for instrumented mode) Add Foundation test suite Same codestyle for containers
show more ...
|
| #
b53376a6 |
| 24-Mar-2015 |
Sergey Makeev <[email protected]> |
Compilation fix
|
| #
f25ce65d |
| 24-Mar-2015 |
Sergey Makeev <[email protected]> |
Added license information
|
| #
58964d0b |
| 23-Mar-2015 |
Sergey Makeev <[email protected]> |
MT::internal namespace
|
| #
47d53e4d |
| 23-Mar-2015 |
Sergey Makeev <[email protected]> |
Change project structure completely.
- Add doxygen documentation comment - Rename headers - Split single cpp file to multiple cpp files. One file = one class
|