yvt
|
c910bd4846
|
Remove Mutex , replacing their uses with std::{mutex, recursive_mutex}
|
2019-05-25 15:00:32 +09:00 |
|
yvt
|
6426247f09
|
Use C++11 atomics in place of AngelScript's implementation
AngelScript's implementation uses now-deprecated `OSAtomicIncrement32`
and generates compiler warnings.
|
2018-12-31 21:57:11 +09:00 |
|
Tomoaki Kawada
|
ebd79c0099
|
Change #include style
All `#include`s to other subsystem now use angle brackets, e.g., `#include <Core/Math.h>`.
|
2016-12-03 18:49:07 +09:00 |
|
Tomoaki Kawada
|
2eb9e35c65
|
Apply clang-format to all non-external source files
|
2016-12-03 18:23:47 +09:00 |
|
yvt
|
b9e79a3fe6
|
Improved stability of cg_smp
|
2014-03-16 22:52:24 +09:00 |
|
yvt
|
e4b83484db
|
Fixed #93.
|
2013-11-17 00:26:05 +09:00 |
|
yvt
|
13692657e1
|
Merge and some refactor (ref-counting some objects)
|
2013-09-14 13:28:19 +09:00 |
|
yvt
|
881c868b39
|
Merge branch 'master' of https://github.com/yvt/openspades
Conflicts:
Sources/AngelScript/addons/scriptbuilder.h
Sources/Core/Math.cpp
Sources/ScriptBindings/ScriptManager.cpp
Sources/ScriptBindings/ScriptManager.h
|
2013-09-14 13:28:12 +09:00 |
|