sdk
2014-06-12 Jerome St-Louiscompiler/libec: Improved detection of incompatible...
2014-06-12 Jerome St-Louiscompiler/libec: Recognizing wide strings (L"text")...
2014-06-12 Jerome St-Louiside/project; compiler: Fixed IDE hangs on numerous...
2014-06-11 Jerome St-Louiscompiler/libec: Casts where function pointers are expected
2014-06-10 Jerome St-Louiscompiler/libec: Fixed indirection level on non-typed...
2014-06-10 Jerome St-Louiscompiler/libec/bootstrap: updated bootstrap with __cons...
2014-06-10 Jerome St-Louiscompiler/libec/lexer: Understanding __const as const...
2014-06-10 Jerome St-Louiscompiler/libec: Generated code warning fixes (unused...
2014-06-10 Jerome St-Louiscompiler/libec: (#598) Reverting last commit
2014-06-10 Jerome St-Louiscompiler/libec: (#598) Warn for labeled statements...
2014-06-10 Jerome St-Louiside/Project: (#241) Seeing GCC warnings when building...
2014-06-10 Jerome St-Louiscompiler/libec; ecere: Support for checking platform...
2014-06-09 Jerome St-Louiscompiler/libec: Fixed warning on CustomAVLTree<T>.root...
2014-06-09 Jerome St-Louiscompiler/libec: Fixed missing cast assigning data to...
2014-06-09 Jerome St-Louiscompiler/libec: Fixed reference level assigning a struc...
2014-06-09 Jerome St-Louiscompiler/libec: Fixed null pointer crash
2014-06-09 Jerome St-Louiside/CodeEditor: Fixed s/NamedLink/NamedLink64 omission...
2014-06-09 Jerome St-Louiscompiler/libec; ecere: Fixed 64 bit enums and related...
2014-06-08 Jerome St-Louiscompiler/libec: Fixed warnings on class_data and (sub...
2014-06-08 Jerome St-Louiscompiler/ecs: Marking '_class' as unused in symbol...
2014-06-07 Jerome St-Louiscompiler/libec: Fixed recent memory leak on list initia...
2014-06-07 Jerome St-Louisecere/gui/FormDesigner: Fixed leaking ToolTips
2014-06-07 Jerome St-Louiscompiler/libec: Fixed MemoryGuard issue returning void...
2014-06-06 Jerome St-Louiside/designer: Fixed closing Designer window when source...
2014-06-05 Jerome St-Louisecere: Corrected Linux warning fixes for Windows; compi...
2014-06-05 Jerome St-Louiscompiler/libec: Improvements to struct and class:struct...
2014-06-05 Jerome St-Louisecere/net/SSLSocket: Fixed compilation with ECERE_NOSSL
2014-06-05 Jerome St-Louissdk: Fixed more Linux specific warnings
2014-06-05 Jerome St-Louiscompiler/libec: Fixed mistake in last commit
2014-06-05 Jerome St-Louiscompiler/libec: Fixed warnings for related struct ...
2014-06-04 Rejean Loyerbuildsystem: fix escaped space within quotes in REPOSIT...
2014-06-04 Jerome St-Louiside/designer/Sheet: Commented out unused GetPropValue...
2014-06-04 Jerome St-Louiside/CodeEditor: Added missing null checks locating...
2014-06-04 Jerome St-Louissdk: Fixed many warnings and related problems
2014-06-04 Jerome St-Louiscompiler/libec: Added warning on deleting const qualifi...
2014-06-04 Jerome St-Louiscompiler/libec/pass16: Fixed losing prev/next pointer...
2014-06-04 Jerome St-Louiscompiler/libec: Added casts for template types to fix...
2014-06-03 Jerome St-Louiscompiler/libec; ecere: (#158, #305) Taking advantage...
2014-06-02 Jerome St-Louiscompiler/libec: Fixed missing brackets casting right...
2014-06-02 Jerome St-Louiscompiler/libec: Fixed new memory leaks
2014-06-01 Jerome St-LouisFixed more warnings.
2014-06-01 Jerome St-Louiscompiler/libec: (#99) Avoiding anon struct/unions in...
2014-05-31 Jerome St-Louiscompiler/libec/pass2: Fixed crash on missing member...
2014-05-31 Jerome St-Louiscompiler/libec:MemoryGuard: Fixed MG not to require...
2014-05-31 Jerome St-Louiseda/EDASQLite: Fixed resetting locking mode to normal...
2014-05-30 Jerome St-Louiscompiler/libec/output: Setting line numbers on all...
2014-05-30 Jerome St-Louiseda; eda/SQLite: More warnings fixes
2014-05-30 Jerome St-Louiscompiler/libec; eda, extras: const fixes for DB apps
2014-05-30 Jerome St-Louisecere/com/instance: Fixed confusion with private member
2014-05-29 Jerome St-Louiside/debugger/watches: Fixed stack overflow evaluating...
2014-05-29 Jerome St-Louissdk: const correctness
2014-05-27 Jerome St-LouisFixed many warnings
2014-05-27 Jerome St-Louiscompiler/libec: Fix for sizeof to be of uintsize type
2014-05-27 Jerome St-Louiscompiler/libec: (#99) Improved handling of brackets...
2014-05-27 Jerome St-Louiscompiler/libec: (#276) Fixed mistake introduced in...
2014-05-27 Jerome St-Louiscompiler/libec: (#341, #351, #644, #771) Improved enum...
2014-05-26 Jerome St-Louiscompiler/libec: Fixed various memory leaks and bugs
2014-05-23 Jerome St-Louisecere/sys/Time: (#500) Cleaned up code following compil...
2014-05-23 Jerome St-Louissamples: Various tweaks
2014-05-23 Jerome St-Louiscompiler/libec: Fixed processing DB expressions within...
2014-05-23 Jerome St-Louiscompiler/libec: (#699) Fixed ++ and -- for units
2014-05-23 Jerome St-Louiscompiler/libec: (#501, #503) Fixed mistake in commit...
2014-05-23 Jerome St-Louiscompiler/libec: Fixed crash on 'property not found...
2014-05-22 Jerome St-Louisecere/com/dataTypes: Fixed IDE crashes caused by recomp...
2014-05-22 Jerome St-Louisecere/gui/Window: Fixed wrong number of client windows...
2014-05-22 Jerome St-Louiside/gui/Window: Fixed menu bar messing up available...
2014-05-22 Jerome St-Louiside/CodeEditor: Fixed enumeration values coming up...
2014-05-22 Jerome St-Louiside/debugger/watches: Fixed crashes on operators with...
2014-05-22 Jerome St-Louiside/debugger/watches: Fixed reparsing of negative values
2014-05-22 Jerome St-Louiside/debugger/rubber duck: Work around for hiding duck
2014-05-22 Jerome St-Louiscompiler/libec/grammar: Accepting trailing semi colon...
2014-05-21 Jerome St-Louiside/CodeEditor/AutoCompletion: (#1020) Fixed parameters...
2014-05-21 Jerome St-Louiside/debugger/watches: Fixed recent memory corruption...
2014-05-21 Jerome St-Louiscompiler/libec/pass15: (#276) Fixed computation of...
2014-05-20 Jerome St-Louiside/CodeEditor: Temporary fix for leak querying Directo...
2014-05-20 Jerome St-Louiside/Project Settings/Workspace: (#815) Fixed env vars...
2014-05-20 Jerome St-Louisecere/gui/drivers/Win32: (#278) Fixed GetKeyState(...
2014-05-20 Jerome St-Louisecere/gfx/drivers/LFB; samples/guiAndGfx/skinning:MySki...
2014-05-19 Jerome St-Louiscompiler/libec: (#501, #503) Fixed leaking expressions...
2014-05-19 Jerome St-Louiscompiler/libec: (#501, #503) Fixed various memory leaks
2014-05-19 Jerome St-Louiscompiler/libec: (#501, #503) Fixed leaks on transformin...
2014-05-19 Jerome St-Louiscompiler/libec/pass15: Got rid of unused conditional...
2014-05-19 Jerome St-Louiscompiler/libec: (#772) error on using wrong class name...
2014-05-19 Jerome St-Louiside/debugger/watches: Improved + and - pointer operations
2014-05-19 Jerome St-Louiside/CodeEditor: Fixed leaks of i18n string markers...
2014-05-19 Jerome St-Louiside/debugger: Fixed crashes on evaluating watches on...
2014-05-19 Jerome St-Louisecere/com/dataTypes: Using prefix instead of cast for...
2014-05-15 Jerome St-Louiscompiler/libec/lexer: Added support for C99 hex floats
2014-05-14 Jerome St-Louissamples/3D/orbitWithMouse: Fixed extra commas
2014-05-14 Jerome St-Louiscompiler/ecc: Fixed comment within comment warning
2014-05-14 Jerome St-Louisecere/gfx/3D/Mesh: Fixed build on OS X Mavericks
2014-05-14 Jerome St-Louiscompiler/libec/grammar: Fixed bad return statement...
2014-05-14 Jerome St-Louiside: Fixed OS X/Linux build broken by d7347cce4dfa06e7e...
2014-05-14 Jerome St-Louiside/debugger: (#456) Fixed more leaks in watch evaluation
2014-05-14 Jerome St-Louiside/debugger: Fixed units evaluation
2014-05-14 Jerome St-Louiside/debugger: Support for evaluating e.g. ((ColorHSV...
2014-05-14 Jerome St-Louiside/debugger: Improved support for instantiations evalu...
2014-05-14 Jerome St-Louiside/debugger: Displaying struct and bit class members
2014-05-14 Jerome St-Louiside/debugger: Fixed mistakes and omissions for conversi...
2014-05-14 Jerome St-Louiscompiler/libec: Improved handling 64 bit constants
next