Activity for Jewe

  • Jewe Jewe committed [r303]

    Redone documentation for 1.4.4.50

  • Jewe Jewe committed [r302]

    Update documentation for release 1.4.4.50

  • Jewe Jewe committed [r301]

    Initial release JewelScript 1.4.4.50

  • Jewe Jewe committed [r300]

    Update trunk to JewelScript 1.4.50

  • Jewe Jewe committed [r299]

    Added array::remove() variant, for remove by re...

  • Jewe Jewe committed [r298]

    fix: referencing global variable from child cla...

  • Jewe Jewe committed [r297]

    Improved namespace handling

  • Jewe Jewe committed [r296]

    Two minor code improvements

  • Jewe Jewe committed [r295]

    Update of monolithic version

  • Jewe Jewe committed [r294]

    Compiler fixes and enhancements

  • Jewe Jewe committed [r293]

    Linker improvements and fixes

  • Jewe Jewe committed [r292]

    Improvements to global variables / constants

  • Jewe Jewe committed [r291]

    Improvements to global variables / constants

  • Jewe Jewe committed [r290]

    Improvements to global variables / constants

  • Jewe Jewe committed [r289]

    Fixed expression parsing problems

  • Jewe Jewe committed [r288]

    FIX: child class referencing global variable of...

  • Jewe Jewe committed [r287]

    Fix: throw not working for classes that extend ...

  • Jewe Jewe committed [r286]

    array type conversion fixes

  • Jewe Jewe committed [r285]

    optimized container class reallocation behavior

  • Jewe Jewe committed [r284]

    Improvements to table class:

  • Jewe Jewe committed [r283]

    multiple fixes and improvements

  • Jewe Jewe committed [r282]

    - FIX: JCLArray declaration different from DECL...

  • Jewe Jewe committed [r281]

    - fixed conversion warning

  • Jewe Jewe committed [r280]

    - disabled "unused local variable" warning for ...

  • Jewe Jewe committed [r279]

    - removed "unused local variables" for function...

  • Jewe Jewe committed [r278]

    - added "unused local variable" warning

  • Jewe Jewe committed [r277]

    - update for latest bug fixes

  • Jewe Jewe committed [r276]

    - minor change to error output format

  • Jewe Jewe committed [r275]

    - minor change to error output format

  • Jewe Jewe committed [r274]

    - fix: 'auto' in conjunction with 'disposable' ...

  • Jewe Jewe committed [r273]

    - better demo script

  • Jewe Jewe committed [r272]

    - fixed name clash in monolithic version

  • Jewe Jewe committed [r271]

    - another fix in new array copy constructor

  • Jewe Jewe committed [r270]

    - fixed crash in new array copy constructor

  • Jewe Jewe committed [r269]

    - new test script

  • Jewe Jewe committed [r268]

    - new features: 'disposable' classes and 'auto'...

  • Jewe Jewe committed [r267]

    - removed all single-line comments for compact ...

  • Jewe Jewe committed [r266]

    - improved script

  • Jewe Jewe committed [r265]

    - fixed crash when loading byte code and initia...

  • Jewe Jewe committed [r264]

    - fixed crash when loading byte code and initia...

  • Jewe Jewe committed [r263]

    - fix: hybrid inheritance of accessor methods b...

  • Jewe Jewe committed [r262]

    - removed another batch of 'size_t' conversion ...

  • Jewe Jewe committed [r261]

    - removed size_t conversion warnings

  • Jewe Jewe committed [r260]

    - removed size_t conversion warnings

  • Jewe Jewe committed [r259]

    - bug fixes and additions to NBT chunk reading ...

  • Jewe Jewe committed [r258]

    - add: function to commit document object model...

  • Jewe Jewe committed [r257]

    - first barely working of NBT format (named bin...

  • Jewe Jewe committed [r256]

  • Jewe Jewe committed [r255]

  • Jewe Jewe committed [r254]

    - Huge runtime overhaul: Byte code is now split...

  • Jewe Jewe committed [r253]

    - add: runtime::createImplementor() - allows a ...

  • Jewe Jewe committed [r252]

    - fix: documentation generator removing everyth...

  • Jewe Jewe committed [r251]

    - added runtime::evaluate() - allows a script t...

  • Jewe Jewe committed [r250]

    - remove TXT file

  • Jewe Jewe committed [r249]

    - add markdown file

  • Jewe Jewe committed [r248]

    - small corrections

  • Jewe Jewe committed [r247]

    ADD: new monolithic version of the JILRuntime l...

  • Jewe Jewe committed [r246]

    - code changes required to prepare for "monolit...

  • Jewe Jewe committed [r245]

    - code changes required to prepare for "monolit...

  • Jewe Jewe committed [r244]

    - removed unnecessary code

  • Jewe Jewe committed [r243]

    - added support for "delegating constructors"

  • Jewe Jewe committed [r242]

    - corrected tabulation

  • Jewe Jewe committed [r241]

    - Optimized garbage collection algorithm

  • Jewe Jewe committed [r240]

    - FIX: corruption of handle cache when freeing ...

  • Jewe Jewe committed [r239]

    - FIX: zeroing free handle index in garbage col...

  • Jewe Jewe committed [r238]

    Fix: Improved error message when specifying wro...

  • Jewe Jewe committed [r237]

  • Jewe Jewe committed [r236]

    - Improved / corrected operand copying rule che...

  • Jewe Jewe committed [r235]

    - ADD: enabled optimization for new arrph instr...

  • Jewe Jewe committed [r234]

    FIX: Optimization no longer removes copy instru...

  • Jewe Jewe committed [r233]

  • Jewe Jewe committed [r232]

    FIX: Nested array initialization expression bro...

  • Jewe Jewe committed [r231]

    - fixed possible problem with array copy / move...

  • Jewe Jewe committed [r230]

    - small optimization

  • Jewe Jewe committed [r229]

    Removed obsolete opcode

  • Jewe Jewe committed [r228]

    FIX: Array initializer expression broken after ...

  • Jewe Jewe committed [r227]

    - ADD: Array index out of bounds check. VM now ...

  • Jewe Jewe committed [r226]

    Committing current work on VM overhaul for v1.4

  • Jewe Jewe committed [r225]

    Committing current work on VM overhaul for v1.4

  • Jewe Jewe committed [r224]

    SYNC from Github (Intermediate Commit)

  • Jewe Jewe committed [r223]

    - SYNC from Github

  • Jewe Jewe committed [r222]

    - SYNC from Github

  • Jewe Jewe committed [r221]

    - REVISED documentation

  • Jewe Jewe committed [r220]

    - FIX: Normal file loading should work again.

  • Jewe Jewe committed [r219]

    - FIX: Loading data from streams via NTLLoadRes...

  • Jewe Jewe committed [r218]

    - ADD support for loading from streams in NTLLo...

  • Jewe Jewe committed [r217]

    JewelScript 1.3 stable tag

  • Jewe Jewe committed [r216]

    delete

  • Jewe Jewe committed [r215]

  • Jewe Jewe committed [r214]

    JewelScript 1.3 stable

  • Jewe Jewe committed [r213]

    - REMOVED some obsolete instructions from VM

  • Jewe Jewe committed [r212]

    - OPTIMIZED: Linker default-code generation

  • Jewe Jewe committed [r211]

    - REVISED: documentation comments

  • Jewe Jewe committed [r210]

    - REVISED: documentation comments

  • Jewe Jewe committed [r209]

    - ADD: variable reallocation grain for Array te...

  • Jewe Jewe committed [r208]

    - ADD: "m68k" folder with "make file" for m68k-...

  • Jewe Jewe committed [r207]

    - replaced colon by "implements" in documentati...

  • Jewe Jewe committed [r206]

    - Added missing p-tag to comment

  • Jewe Jewe committed [r205]

    - FIX: 'inherits' now detects missing base cons...

  • Jewe Jewe committed [r204]

    - added enum constants for HTML documentation g...

1 >
MongoDB Logo MongoDB