6
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 12 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ecere: Initial support for Universal Windows Platform - Tested with ANGLE on HoloLens 2 More... almost 4 years ago
compiler/ecc: Fixes for Clang / Windows headers - Fixed missing space before source file - Using #defines rather than typedef for int64 types to avoid errors with multiple types - Defining missing ssize_t - Not using gcc_struct attribute for Clang More... almost 4 years ago
compiler/libec: Fixes for wrongly computed types; bad dereferencing - This solves Clang compilation issues with Windows headers More... almost 4 years ago
ide/Project: Avoid passing unrecognized caret option to Clang by not confusing Clang and GCC versions More... almost 4 years ago
ecere/gfx/drivers/gl3/matrixStack: Added glmsMultMatrixf() More... almost 4 years ago
compiler/libec/lexer: Added support for __int32 and int32 More... almost 4 years ago
butterbur/Presentation; ecere/gfx/3D/Mesh;E3D; gui/drivers/XInterface: Fixed memory leaks More... almost 4 years ago
butterbur/GraphicalStyle: added stroke and fill properties to ShapeStyle (solving leaks); compiler/eccss: Fixed leaking list in CMSSStyleSheet More... almost 4 years ago
butterbur/DrawingManager: Added missing free() methods More... almost 4 years ago
extras/threadedProcessing: Fixed crash on calling cancel when stages terminated More... almost 4 years ago
ThreadedProcessing: addTask() returning a bool, failing if already terminated More... almost 4 years ago
GLMultiDraw: Added support for using compressed texture format More... almost 4 years ago
ecere/gfx/3D/E3D: Using downloadFile() to retrieve textures - NOTE: Currently requires an implementation of downloadFile() More... almost 4 years ago
compiler/libec/lexer: Additional changes to _declspec() to allow for a string literal inside - This enables support for _CRT_OBSOLETE macros More... almost 4 years ago
compiler/libec/grammar: Fixed char sign warnings More... almost 4 years ago
ecere/gfx/3D/models/E3D: Fixed proper reference counting usage of texturesByID More... almost 4 years ago
GLMultiDraw: Avoid unnecessary changes to VAO More... almost 4 years ago
ecere/gfx/drivers/GLMultiDraw: Support for multiple instances per command More... almost 4 years ago
ecere/gfx/3D/Mesh: Array textures support for 3D models More... almost 4 years ago
ecere/gfx/drivers/GL3/GLMultiDraw: Moving GLMultiDraw and GLArrayTexture classes to ecere library More... almost 4 years ago
ecere/gfx3D/models/3DS: Fixed crashes when loading without a DisplaySystem - NOTE: Materials still won't load properly when not supplying one More... almost 4 years ago
ecere/gfx3D/Mesh; E3D: Fixes for shared mesh indices - NOTE: Not yet handling single allocation of all mesh indices when uploading separately More... almost 4 years ago
compiler/libec: Tweaks to compile with Clang (LLVM 10) and MSVC headers (MSVS 2019, Windows Kit 10) - NOTE: Additional required source files modifications still to be committed More... almost 4 years ago
compiler/eccss: Supporting backquotes (`) for identifiers More... about 4 years ago
compiler/eccss: New StylingRuleBlock::setStyle() method taking in an expression More... about 4 years ago
compiler/eccss/expressions: Resolving AND operations right away if either operand resolves to false More... about 4 years ago
eda/drivers/SQLite: Fixed retrieving 64-bit FieldValues More... about 4 years ago
ecere/sys/JSON: Avoid bad instantiation errors on mismatched Strings More... about 4 years ago
samples/threadedProcessing: Updated to work with latest changes More... about 4 years ago
compiler/eccss: Initial support for functions - Basic text functions implementation: strlwr(), strupr(), subst(), format() More... about 4 years ago