Releases: smeup/jariko
Releases · smeup/jariko
Sunrise's Release
What's Changed
- Added mute10_57 performance test by @lanarimarco in #167
- Huge switch refactor by @parodi-smeup in #165
- Symboltable optimization by @lanarimarco in #166
- Inlining functions in order to achieve a slight performance improvement by @f-lombardo in #168
- Optimizing mute execution by @f-lombardo in #169
- Comparison refactoring by @f-lombardo in #170
- String compare and sorting of numeric arrays by @f-lombardo in #171
- MUTE13_22 by @benetti-smeup in #172
- Scan opcode by @f-lombardo in #173
- Const in D Spec by @f-lombardo in #174
- Parm fix by @f-lombardo in #175
- Fixed formatting timestamp with *ISO0 format by @f-lombardo in #176
- StringValue is assignable to CharacterType by @f-lombardo in #177
- DS tests and solutions by @f-lombardo in #178
- Cumulative PR - "Fix on DS fields defined with start/end position" - "Fix on data definition with C specs" by @f-lombardo in #181
- Fix on DS fields defined with start/end position by @f-lombardo in #180
- Fix on data definition with C specs by @f-lombardo in #179
- Parsing of H specs for activation groups by @f-lombardo in #183
- SetOFF LR problem identification by @f-lombardo in #184
- St serialization by @lanarimarco in #185
- Add symboltablestoragesystem by @lanarimarco in #186
- Check that IF evaluation doesn't mutate indicators by @f-lombardo in #187
- Ds: tests and minor fixes on serialization by @f-lombardo in #188
- Imp symtablestoragingtest by @parodi-smeup in #189
- Update logging doc by @parodi-smeup in #191
- Fixed a potential issue that can occur if the same program is called twice and others little interesting things by @lanarimarco in #193
- Minor improvements by @f-lombardo in #192
- Executable samples to export by @parodi-smeup in #195
- Time duration by @f-lombardo in #194
- Draft version of how to pass a DS to Jariko. by @lanarimarco in #196
- Added a feature that allows the mockup of java programs called in jar… by @lanarimarco in #197
- Add ast logging by @lanarimarco in #198
- Add files via upload by @sanfilippo-smeup in #200
- Fix defaultactgrp by @lanarimarco in #201
- Added action for project rebuilding on jitpack by @stefanolanari in #202
- Now, parsing logging is more detailed. by @lanarimarco in #203
- Add multithreading test execution by @parodi-smeup in #204
- New programs for testing parsing performance by @benetti-smeup in #205
- Change default mutesupport by @parodi-smeup in #206
- Improvement of unit tests on parser performance by @lanarimarco in #207
- Fixed issue on win platform for which the program name in log entry c… by @lanarimarco in #208
- Add embedded kolasu library by @parodi-smeup in #210
- RPG Program compilation - AKA AST serialization by @lanarimarco in #211
- Fixed ConcurrentModificationException when jariko is called in multithread. by @lanarimarco in #212
- Jariko never runs the compiled programs by @lanarimarco in #213
- Mutes serialized ast by @lanarimarco in #214
- No files in the performance-ast folder were compiled by @lanarimarco in #215
- Test classes had a wrong name. by @lanarimarco in #216
- Fixed symboltable serialization error by @lanarimarco in #217
- The name of the MuteAstPerformance test for compiled rpgs was not sta… by @lanarimarco in #218
- (Really) Use thread number into variables to be sure variable values … by @parodi-smeup in #221
- Reload integration by @smeup in #220
- Symtable manyvariables test by @lanarimarco in #222
- added test pgms for DS by @benetti-smeup in #223
- Add ACTGRP tests by @parodi-smeup in #224
- "Reload" integration improvements by @lanarimarco in #226
- Java samples about how to pass several types of plist to jariko. by @lanarimarco in #228
- Bin as inputstream by @parodi-smeup in #229
- Added helper class useful for decoding/encoding an instance of Value. by @lanarimarco in #230
- The RPGLE input stream (source or binary) was never released. by @lanarimarco in #231
- Add compile from streams by @parodi-smeup in #232
- Add call program handler by @parodi-smeup in #233
- Fix plist rtmode by @lanarimarco in #235
- Update jitpack.md by @benetti-smeup in #236
- Full support of native access operating codes and several improvements and fixes by @lanarimarco in #234
- New call handler example by @lanarimarco in #237
- Fix eval problem by @lanarimarco in #238
- Rpgle free by @lanarimarco in #239
- Fixed compilation issue due to the DBFile interface signature modific… by @lanarimarco in #240
- Changed timeouts for pgms with timeout below 100 ms and removed unused annotations by @benetti-smeup in #241
- Fix indicators by @lanarimarco in #242
- Fixed syntactic error in mute. by @lanarimarco in #243
- /COPY directive handling by @lanarimarco in #244
- Fixed some performance regressions by @lanarimarco in #245
- Fixed issues about the missing of overflow check for sum, subtract an… by @lanarimarco in #247
- Add support of like in d spec definitions by @parodi-smeup in #248
- Add inz keyword support by @parodi-smeup in #249
- /API directive implementation by @lanarimarco in #246
- Due to avoid LOSER_PR_FULL test failure, remove Z type field by @parodi-smeup in #250
- Added some test cases. by @lanarimarco in #251
- Fix - Compiled versions of programs may have unexpected behavior by @lanarimarco in #252
- Added full support for DurationCode in SUBDUR opcode. by @lanarimarco in #253
- Fixed reload integration compilation issue. by @lanarimarco in #254
- Fixed assignment constant issue. by @lanarimarco in #255
- Doc symtable by @lanarimarco in #256
- Add procedures support by @parodi-smeup in #257
- Now executeMUTE15_10 is no longer ignored. by @lanarimarco in #258
- Add procedure support by @lanarimarco in #259
- Added code owners by @lanarimarco in #261
- Fixed * INIZSR subroutine that never was called. by @lanarimarco in #260
- Fixed symboltable serialization error for programs using procedures by @lanarimarco in #263
- Bugfix/nullpointer on call parm variables by @parodi-smeup in #264
- Call error handling evaluating by @lanarimarco in #265
- Api's mute test by @FiorenzaBusi in #269
- Updated documentation by @FiorenzaBusi in #267
- Fix test named 'testCallProgramHandler' by @parodi-smeup in #270
- Fix lookup bif (when using start/end indexes parameters) by @parodi-smeup in #271
- Fix SORTA operation code (in case of arrays and DS) by @parodi-smeup in #272
- Fix multiple array declaration by @fior...
Last version before major refactorings
This version has been created to improve performances of the RPG interpreter
Added more OpCodes
Merge pull request #124 from smeup/continued-indicators-impl Continued indicators impl
Fixing up dependencies
Merge pull request #76 from smeup/fixKolor Fix for build.gradle
First release with data package
Merge pull request #69 from smeup/data-package-merge-6 Data package merge 6
Before data package merging
Merge pull request #72 from smeup/sanfilippo-smeup-patch-2 Update README.md gif name
First Jariko version
v0.1.1 Merge branch 'FIX_MUTE_FAIL_TEST'
Release including READ instruction
Merge pull request #39 from smeup/SETLL Merged - Added a first implementation of READ and fixed some bugs of SETLL
Version for demo 21st - 1
v0.1.1-beta.1 Merge of SETLL branch
Version for demo 21st
Merge pull request #36 from smeup/SETLL Setll