wip II
[sdk] / compiler /
2013-09-30 Jerome St-Louiswip II wip2
2013-09-28 Rejean Loyercompiler/eda; (#647) use Database::Begin and Database...
2013-09-11 Jerome St-Louiscompiler/libec: Fixed crash on inheriting off a struct
2013-08-30 Jerome St-Louiside/about: Updated version for 0.44.09; i18n: updated...
2013-08-30 Jerome St-Louisbuildsystem, ide, ecere, ecs; (#906) added runtime...
2013-08-30 Rejean Loyermarked all generated bootstrap C source files with...
2013-08-30 Rejean Loyerecc; added source file name to 'code generated from...
2013-08-29 Rejean Loyermarked all generated bootstrap C source files with...
2013-08-29 Rejean Loyerecc; output 'code generated from eC source file.' comme...
2013-08-09 Rejean Loyerproject files for; ecc, ecp, ecs, ec, documentor, ear...
2013-08-09 Jerome St-Louisi18n: (#980) templates updated
2013-08-09 Jerome St-Louiscompiler/bootstrap: (#980) Updated for 0.44.08
2013-08-08 Jerome St-Louiscompiler/libec: (#954) Fixed handling huge constant...
2013-08-07 Jerome St-Louiscompiler/libec: Fixed null pointer crash introduced...
2013-08-07 Jerome St-Louiscompiler/libec; ecere/com/dataTypes: Fixed broken deriv...
2013-08-07 Jerome St-Louiscompiler/libec: Fixed C style access to struct paramete...
2013-08-07 Jerome St-Louiscompiler/libec: Added support for String s; s.OnGetStri...
2013-08-07 Jerome St-Louiscompiler/libec: Fixed crash on overriding virtual metho...
2013-07-29 Jerome St-Louiscompiler/libec: Exported Lexer from libec
2013-07-29 Jerome St-Louiscompiler/libec/lexer: Fixed crash on lexing multiple...
2013-07-29 Jerome St-Louiscompiler/ecp: Fixed null pointer crash on missing ident...
2013-07-29 Jerome St-Louiscompiler/libec: Fixed crash in ComputeInstantiation()
2013-07-29 Jerome St-Louiscompiler/libec: Fixed crash on matching method parameters
2013-07-03 Jerome St-Louisecere/com; compiler/bootstrap: Fixed leaks occuring...
2013-07-02 Jerome St-Louiscompiler/bootstrap/ecere: Updated
2013-07-02 Jerome St-Louiscompiler/libec: Added missing null pointer check proces...
2013-07-02 Jerome St-Louiscompiler/bootstrap, libec/precompiled: Updated
2013-07-02 Jerome St-Louiscompiler/libec; ide: Fixed debugging of Bison and Flex...
2013-07-02 Jerome St-Louiscompiler/libec: Fixed 'File' object memory leak caused...
2013-07-02 Jerome St-Louiscompiler/libec: Fixed call stack overflows due to libec...
2013-07-01 Jerome St-Louiscompiler/bootstrap, precompiled: Updated
2013-07-01 Jerome St-Louiscompiler/libec: Fixed corruption in type parser (Closes...
2013-07-01 Jerome St-Louiscompiler/libec: parser: fixed string used after it...
2013-06-21 Rejean Loyeride; fixed missplaced break statement from 932ae846e59e...
2013-06-13 Rejean Loyerec, ecp, ecc, ecs; partial bootstrap update for previou...
2013-06-13 Rejean Loyerecere, ide; Instance_COM_Initialize, Tokenize, _DualPip...
2013-06-12 Rejean Loyerecp, ecc, ecs; just some debug code and re-ordering...
2013-06-11 Jerome St-LouisMakefiles: crossplatform.mk: Fixed missing quotes in...
2013-06-11 Rejean Loyeride, libec, ecs; added project name and project path...
2013-06-11 Rejean Loyertarball; improvents on b92a51f967296f824a1c09acc2d29720...
2013-06-09 Jerome St-Louiscompiler/libec/lexer: Fixed crash on parsing text file...
2013-05-22 Jerome St-Louiscompiler/bootstrap: Updated
2013-05-20 Rejean Loyerecs, buildsystem, tarball; added -outputpot argument...
2013-05-20 Rejean Loyerecp,ecc,ecs; added printing out given arguments on...
2013-05-06 Jerome St-Louisecere/com, bootstrap: Fixed memory leak; Using 'isInsta...
2013-05-05 Jerome St-Louiscompiler/libec: Added support to call virtual methods...
2013-05-05 Jerome St-Louisecere/com/dataTypes: Fixes for broken Serialization...
2013-05-05 Jerome St-Louisecere/com: Fixes to avoid printing Instance members...
2013-05-05 Jerome St-Louiscompiler/libec, ecere/com: Passing pointers & (u)intptr...
2013-05-05 Jerome St-Louisecere/com, compiler/libec: Changed type of base normal...
2013-05-03 Jerome St-Louiside(compiler/libec): Fixed watch crash on any_object
2013-05-02 Jerome St-Louiside, compiler: Fixed parameters auto-completion issue
2013-05-02 Rejean Loyertarball; added fixprecompile target in case git clone...
2013-05-02 Rejean Loyertarball; fixed libec precompiled files rules to rely...
2013-04-29 Jerome St-Louiside/compiler: Fixed memory leaks on instance members...
2013-04-29 Jerome St-Louiscompiler/libec: Fixed crash on 'menu = {' in childWindo...
2013-04-28 Jerome St-Louiscompiler/bootstrap: Updated
2013-04-28 Jerome St-Louiscompiler/libec: Fixed usage of virtual methods in basic...
2013-04-28 Jerome St-Louiscompiler/libec: Fixed reference level of nohead class...
2013-04-28 Jerome St-Louiscompiler/libec: Using proper class for typed objects...
2013-04-28 Jerome St-Louiscompiler/libec: Fixed PrintLn of void *
2013-04-25 Jerome St-Louiscompiler/libec: Fixed mixed up \/ paths when import...
2013-04-22 Rejean Loyerepj format, ide, epj2make; moved ModuleVersion, project...
2013-04-22 Rejean Loyerec.epj; added missing 0.44 module version.
2013-04-22 rofl0rmake it possible to build in verbose mode using make V=1
2013-04-22 Jerome St-Louiscompiler: Fix for window.anchor.left
2013-04-20 Jerome St-Louiscompiler/bootstrap: Updated
2013-04-20 Jerome St-Louiscompiler: Fixed missing struct declarator in MkDeclarat...
2013-04-18 Jerome St-Louiscompiler/libec: Fixed a leak and missing 'return'
2013-04-18 Jerome St-Louiscompiler/libec: Fixed parsing crash originating in...
2013-04-16 Jerome St-Louiscompiler/libec: Fixed crash on Box { 0, width = 1 ...
2013-04-15 Jerome St-Louiscompiler/libec: Added safety check for structDeclarator
2013-04-15 Jerome St-Louiscompiler/libec: Fixed 2 more long warnings
2013-04-15 Jerome St-Louiscompiler/libec: Fixes to containers handling (array...
2013-04-15 Jerome St-Louiscompiler: updated bootstrap file; ecere/win32: Added...
2013-04-15 Jerome St-Louiscompiler/libec: Resolving long type size properly
2013-04-15 Jerome St-Louisecere/com: Fixed non-int enum (de)serialization; ecere...
2013-04-15 Jerome St-Louisi18n: Updated templates; ide: Fixed warning in obsolete...
2013-04-15 Jerome St-Louiscompiler/libec Improvements to conversion from AST...
2013-04-04 Jerome St-Louiscompiler/libec: Parser improvements
2013-03-31 Jerome St-Louiscompiler/bootstrap: Updated for ecc, ecp,
2013-03-31 Jerome St-Louiscompiler/libec; bootstrap: Improved anonymous instantia...
2013-03-28 Jerome St-Louiscompiler/bootstrap/ecere: Updated bootstrap 0.44.06
2013-03-27 Jerome St-Louiscompiler, ecere/com: Fixed enumSize issues causing...
2013-03-21 Jerome St-Louisecere/com; gfx: Improvements to cross-compiling to...
2013-03-18 Jerome St-Louiscompiler/bootstrap; ide: Tweaks for using TDM-GCC multi...
2013-03-18 Jerome St-Louisecere/gui/EditBox; utf8: Updated EditBox UTF8 iteration...
2013-03-18 Jerome St-Louisecere/com: Corrected cross-bitness fix 0.44.05
2013-03-18 Jerome St-Louisecere/com: Fixed 32 bit cross-compiling issues in EDASQLite
2013-03-17 Jerome St-Louiscompiler/ecere: Proper fix.
2013-03-17 Jerome St-Louisecere/com: Adjustment to 32 bit cross-compiling fix
2013-03-16 Jerome St-Louiscompiler/bootstrap: Updated
2013-03-10 Jerome St-Louiscompiler/libec: Updated start outputLine to match lates...
2013-03-10 Jerome St-Louiscompiler/bootstrap: Fixed undefined references from...
2013-03-10 Jerome St-Louiscompiler/libec: Fixed passing of typed objects in ellip...
2013-03-10 Jerome St-Louiscompiler/libec: Correction to the previous fix to handl...
2013-03-10 Jerome St-Louiscompiler/libec: Fixed confusing warning on conflicts...
2013-03-10 Jerome St-Louiscompiler/libec: Tweaks to pass15.ec for Debugger to...
2013-03-10 Jerome St-Louiscompiler/libec: Fixed allowing headers to redefine...
2013-03-10 Jerome St-Louiscompiler: Added (u)intsize to map to size_t; Updated...
next