edited README.md
fixed include in thread.h; fixed a warning in Ibo.cpp; edited README.md
minor changes, documentation
minor changes
changed some Epsilon values in plane intersect calculation
cmake: works with msvc
removed all occurencies of gloost::mathtype; replaced by gloost::MathType
changes for msvc build
building gloost with cmake
cmake for rendermod
change in target_include_directories for gloost
added new CMakeLists
proper rect
Added CmdParser2
some network experiments
fixed some gcc9 warnings; point3 and vector3 now have constexpr default constructors
defauted some destructors
Changed acces to gloost::util::GenericManager alias
changed internal data structure of Point3 and Vector3 from c-array to std::array
changed internal data structure of Point3 and Vector3 from c-array to std::array
fixed GBuffer::pickBuffer, GBuffer::writeBufferToRawFileRGBA32F, GBuffer::getAsGloostImage
added copyDirectoryRecursive function
minor changes
minor changes
refactured BinaryBundle and BinaryInFile
changed some formating in mouseState
changed some formating in mouseState
added gloost::thread::getNumSystemThreadsConservativeMax8
changes in MouseSate
re-enabled threading for callLater functions
include fix gloostGlUtil.h
added to README.md
added GLOOST_DLPUBLIC to purr::event
dl export for external operator
adapted to gloost::gloostGlUtil movement; adapted projects to be able to link dynamically against gloost libs
final fine adjustment to dynamic build target
added dynamic build targets for codeblocks for pur, rendermod and voxelbase
recent work on dl export
mappingExists returns bool now instead of void???
gl_qt::FreeTypeWriter removed u_localMatrix
updated build targets for dynamic library builds with codeblocks gnu/linux
added gnu/linux build targets in codeblocks for Release_dynamic and Debug_dynamic
gloost_gl_qt latest
added GLOOST_DLPUBLIC after class definition for subset of classes
dlvisibilty
added GLOOST_DLPUBLIC after class definition for subset of classes
gloost dl visibility
build compatibility for msvc and optislang
reverted template demo to original state
backported description to shadercomponent of gl::ShaderProgram; ShaderProgram posts errors to log now
minor changes
removed old gl from Texture
added Observer Names and Log::removeObserver(const std::string& name) to gloost::log::Log
added Observer Names and Log::removeObserver(const std::string& name) to gloost::log::Log
removed all #include <omp.h>
removed TextureManager includes
removed TextureManager
updated gl_qt to use current contexts QOpenGLFunctions object for all OpenGL calls
minor changes
minor changes
InstanceCounter uses c+14 instead of c++17 for compatibility reasons
added to gloost/thread.h
added to gloost/thread.h
added to gloost/thread.h
added to gloost/thread.h
added to gloost/thread.h
added gloost/thread.h
added some clases for instanc counting
testing instanceCounter
minor changes
minor changes
added gloost/util/InstanceCounter.h
made all BinaryFile* constructors protected; use create now
made all BinaryFile* constructors protected; use create now
minor changes
fixed a possible bug in gloost::gl::Vbo where the number of vertex packages differ between online and offline vertex data
removed id from gloost::log::Log
minor chages
minor chnages
fixed Bug in gloost::gl::Material where a (*enditerator) was put into the garbage collector: renamed gloost::gl::GBuffer::getTexture to getColorAttachment
removed TextureManager; using gloost::gl::Texture as shared_ptr from now on
moved gloost/gl/qt to gloost/gl_qt; moved FreetypeWriter, TileSet
Material.* to gl/Material.*
moved gloost/gl/qt to gloost/gl_qt; moved FreetypeWriter, TileSet
added debug cmake stuff for gloost_gpgpu_demo
added make_release.sh for gloost_gpgpu_demo
added CMakeList for <gloost>/examples/gloost_gpgpu_example
added CMakeList for <gloost>/examples/gloost_gpgpu_example
added CMakeList for <gloost>/examples/gloost_gpgpu_example
added CMakeLists.txt to root that provides GLOOST_INCLUDE_FILES an GLOOST_LIB_FILES
added gloost/build/cmake; moved glErrorUtil to gloost/src/gloost/gl
minor changes
minor changes
minor changes
fixed workspace and added new voxelbase stuff
updated tinyxml
removed contrib/tinyxml2 from build process. Contrib files are still there though and are updated to current official tinyxml2 version. Please use tinyxml2 v6 provided by your distribution
added gloost::graph:: .. to gloost
started reintegrating and refactoring of gloost::graph
added name for log observer