- 13 Dec, 2011 1 commit
-
-
Stephen Morris authored
shared_ptr is a candidates for the next STL version and Windows has already adopted it. This change removes ambiguity between the Boost and Windows versions of the class.
-
- 07 Jul, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
Just for consistency with LogicOperator
-
- 04 Jul, 2011 4 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 27 Jun, 2011 3 commits
-
-
JINMEI Tatuya authored
also removed the shortcut 'el' because with the namespace it wouldn't be that short anymore (and while we could use 'using namespace' in .cc, 'el' is then too short and might cause a conflict with other global names).
-
JINMEI Tatuya authored
- use inline for the shared function also removed some bad practices: - remove unnamed namespace - remove using [namespace] directives In addition, make sure $(B10_CXXFLAGS) is used as part of CXXFLAGS. Without this, warning flags could be unacceptably weakened.
-
Michal 'vorner' Vaner authored
Problem with Clang++, templates and RTTI, it creates two different RTTIs for one class and it breaks tests.
-
- 24 Jun, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 20 Jun, 2011 3 commits
-
-
Michal 'vorner' Vaner authored
It takes some test utilities from inside the loader tests and places them to a header, to be shared by this test as well. This includes small fix of loader interface, some of its methods can (and should) be const.
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-