| e21e47b6 | 27-Dec-2015 |
Sergey Makeev <[email protected]> |
POSIX compilation warnings fix |
| 0b238c51 | 27-Dec-2015 |
Sergey Makeev <[email protected]> |
POSIX compilation fix |
| 1d81bf1f | 27-Dec-2015 |
Sergey Makeev <[email protected]> |
Fixed OSX compilation and POSIX warnings |
| 2ad10e3b | 27-Dec-2015 |
Sergey Makeev <[email protected]> |
POSIX compilation fix |
| 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 ...
|
| 66de1283 | 22-Dec-2015 |
Sergey Makeev <[email protected]> |
Refactoring |
| a23fd933 | 22-Dec-2015 |
Sergey Makeev <[email protected]> |
Refactoring |
| 7f96f495 | 22-Dec-2015 |
Sergey Makeev <[email protected]> |
Fixed/disabled some compilation warnings on Unix/OSX |
| d45b0ce2 | 21-Dec-2015 |
Sergey Makeev <[email protected]> |
Fixed POSIX build |
| 8dd496e0 | 21-Dec-2015 |
Sergey Makeev <[email protected]> |
Compilation fix |
| 498f3d32 | 21-Dec-2015 |
Sergey Makeev <[email protected]> |
Atomics was refactored |
| 4a90b4a6 | 19-Dec-2015 |
Sergey Makeev <[email protected]> |
Internal profiler was removed. Replaced by profiler events listener interface |
| f371f0bd | 19-Dec-2015 |
Sergey Makeev <[email protected]> |
Instrumented build now support ANSI and UNICODE |
| f15c226d | 19-Dec-2015 |
Sergey Makeev <[email protected]> |
Compilation fix |
| 510585fb | 19-Dec-2015 |
Sergey Makeev <[email protected]> |
Compilation fix |
| 6b6075aa | 19-Dec-2015 |
Sergey Makeev <[email protected]> |
GCC, Clang compile fix |
| df3e545c | 19-Dec-2015 |
Sergey Makeev <[email protected]> |
Compilation fix |
| 9e8a432b | 19-Dec-2015 |
Sergey Makeev <[email protected]> |
Compilation fix |
| a1ccf814 | 19-Dec-2015 |
Sergey Makeev <[email protected]> |
Updated travis script and fix OSX build |
| 3955e462 | 19-Dec-2015 |
Sergey Makeev <[email protected]> |
All the code necessary for task now moved into the macro MT_DECLARE_TASK
All the code necessary for task now moved into the macro MT_DECLARE_TASK
No more code bloat from TaskBase<T> |
| 6bbc0262 | 16-Dec-2015 |
Sergey Makeev <[email protected]> |
Refactored a little bit |
| ff5b590f | 16-Dec-2015 |
Sergey Makeev <[email protected]> |
Fix compile error and added OSX premake4 |
| ed6f50ed | 16-Dec-2015 |
Sergey Makeev <[email protected]> |
Fixed LINUX build |
| a1e59f6f | 16-Dec-2015 |
Sergey Makeev <[email protected]> |
Fixed POSIX build |
| 04235f4a | 16-Dec-2015 |
Sergey Makeev <[email protected]> |
Fixed POSIX build |