1
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 8 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* fixed some compile errors on Linux
Gregor Mückl
as gregor
More... about 11 years ago
* added RWLockGuard for automatically acquiring and releasing read/write locks (same as mutexes)
Gregor Mückl
as gregor
More... about 11 years ago
* add ability to pass lambda function to WorkerPool constructor
Gregor Mückl
as gregor
More... about 11 years ago
* removed name collision between Error exception and Error log level
Gregor Mückl
as gregor
More... about 11 years ago
* fixed some Linux-specific compile issues in conditionalvariable.h
Gregor Mückl
as gregor
More... about 11 years ago
forgot to add workqueue.cpp
Gregor Mückl
as gregor
More... about 11 years ago
code cleanup
Gregor Mückl
as gregor
More... about 11 years ago
* work queue is now basically working
Gregor Mückl
as gregor
More... about 11 years ago
* add option to compile test programs to CMakeLists.txt
Gregor Mückl
as gregor
More... about 11 years ago
* compatibility with Visual Studio and AMD64
Gregor Mückl
as gregor
More... about 11 years ago
* added conditional variable and worker threads
Gregor Mückl
as gregor
More... about 11 years ago
undo accidentially committed temporary change - second attempt
Gregor Mückl
as gregor
More... about 11 years ago
undo accidentially committed temporary change
Gregor Mückl
as gregor
More... about 11 years ago
* read some basic engine configuration data from an XML file in the game's base directory
Gregor Mückl
as gregor
More... about 11 years ago
fixed missing include on linux
Gregor Mückl
as gregor
More... about 11 years ago
exceptions can now generate a descriptive textual description of themselves
Gregor Mückl
as gregor
More... over 11 years ago
* add ability to trace stack on Win32 in TraceableException
Gregor Mückl
as gregor
More... over 11 years ago
rewrote FindICU.cmake because old module was not working properly
Gregor Mückl
as gregor
More... over 11 years ago
* added rotation and scale pivot support to AffineTransformation
Gregor Mückl
as gregor
More... over 11 years ago
fixed some dirs for included files
Gregor Mückl
as gregor
More... over 11 years ago
fixed some bugs in Win32 version if Path::listContents()
Gregor Mückl
as gregor
More... over 11 years ago
some progress on the Path class implementation
Gregor Mückl
as gregor
More... over 11 years ago
some progress on the Path class implementation
Gregor Mückl
as gregor
More... over 11 years ago
* add support for glm::vec2 and glm::dvec2 parameters to ParameterFile
Gregor Mückl
as gregor
More... over 11 years ago
* fixed minor compilation issues on Win32
Gregor Mückl
as gregor
More... over 11 years ago
* refactored Mutex, RWLock, Semaphore and Thread classes: platform-specific code is no longer in derived classes, but in the base class as well.
Gregor Mückl
as gregor
More... over 11 years ago
remove Vector3I from GLTB because it is now replaced with glm::ivec3
Gregor Mückl
as gregor
More... over 11 years ago
* fixed some very, very blatant bugs introduced when converting ReferencedObject away from std::atomic and std::mutex
Gregor Mückl
as gregor
More... over 11 years ago
* use glm instead of own vector and matrix classes
Gregor Mückl
as gregor
More... over 11 years ago
fix GCC command line arguments for GCC < 4.7
Gregor Mückl
as gregor
More... over 11 years ago