Activity for StringTemplate-for-Octave

  • Peter Vranken Peter Vranken committed [r71] on Code

    Typo

  • Peter Vranken Peter Vranken committed [r70] on Code

    Repair of bad HTML links

  • Peter Vranken Peter Vranken committed [r69] on Code

    Link repaired

  • StringTemplate-for-Octave StringTemplate-for-Octave released /StringTemplateV4ForOctave.zip

  • StringTemplate-for-Octave StringTemplate-for-Octave released /version.txt

  • StringTemplate-for-Octave StringTemplate-for-Octave updated /readMe.md

  • StringTemplate-for-Octave StringTemplate-for-Octave released /version.txt

  • StringTemplate-for-Octave StringTemplate-for-Octave released /readMe.md

  • StringTemplate-for-Octave StringTemplate-for-Octave released /StringTemplateV4ForOctave.zip

  • Peter Vranken Peter Vranken committed [r68] on Code

    Integration of StringTemplate V4.3.4 into the project. The jar file has been build with Open JDK Java 8 (1.8), which is required for compatibility with MATLAB R2021b. MATLAB fails to recognize the jar, when built with an up-to-date Java. Octave doesn't have this problem

  • Peter Vranken Peter Vranken committed [r67] on Code

    Javadoc comments

  • Peter Vranken Peter Vranken committed [r66]

    Typos

  • Peter Vranken Peter Vranken committed [r65]

    Temaplate modified in order to adopt the new, more transparent behavior of StringTemplate 4.3 with respect to blank lines at beginning and end of sub-templates.

  • Peter Vranken Peter Vranken committed [r64]

    Reference to last recent SVN revision

  • Peter Vranken Peter Vranken committed [r63]

    Compiler sample script still references previously uses Java jar for ST4

  • Peter Vranken Peter Vranken committed [r62]

    Octave start script updated, more recent version of Octyve considered for PATH setting

  • Peter Vranken Peter Vranken committed [r61]

    Documentation changes, still some bad references found

  • Peter Vranken Peter Vranken committed [r60]

    Documentation changes, still some bad references found

  • StringTemplate-for-Octave StringTemplate-for-Octave released /readMe[1].md

  • Peter Vranken Peter Vranken committed [r59]

    Minor documentation change

  • Peter Vranken Peter Vranken committed [r58]

    Missing file added to source control

  • Peter Vranken Peter Vranken committed [r57]

    Rebuild of jar after increment of version designation

  • Peter Vranken Peter Vranken committed [r56]

    There's no change of the Java source code but some documentation changes have been made in the M scripts and we increment field build of the version designation

  • Peter Vranken Peter Vranken committed [r55]

    Migration to new revision 4.3 of StringTemplate.

  • Peter Vranken Peter Vranken committed [r54]

    There's no change of the Java source code but some fixes have been made in the M scripts and we increment field fix of the version designation

  • Peter Vranken Peter Vranken committed [r53]

    There's no change of the Java source code but some fixes have been made in the M scripts and we increment field fix of the version designation

  • Peter Vranken Peter Vranken committed [r52]

    There's no change of the Java source code but some fixes have been made in the M scripts and we increment field fix of the version designation

  • Peter Vranken Peter Vranken committed [r51]

    How to run the initial sample?

  • Peter Vranken Peter Vranken committed [r50]

    Re-testing with MATLAB 2019 had revealed some compatibility issues:

  • Peter Vranken Peter Vranken committed [r49]

    Fix: A missing definition of a constant value. This script error has not been found before as it takes effect only in a very rare failure situation. Recent compatibility tests with MATLAB 2019 have now discovered it

  • Peter Vranken Peter Vranken committed [r48]

    The library ST4ForOctave had been published under the terms of the GNU Lesser Public License but several scripts still had inside the copyright notice of the GPL

  • Peter Vranken Peter Vranken committed [r47]

    Compatibility with MATLAB 2015b

  • Peter Vranken Peter Vranken committed [r46]

    Compatibility with MATLAB 2015b ensured

  • StringTemplate-for-Octave StringTemplate-for-Octave released /version.txt

  • Peter Vranken Peter Vranken committed [r45]

    Documented revision number corrected

  • Peter Vranken Peter Vranken committed [r44]

    Update of readme to recent changes

  • Peter Vranken Peter Vranken committed [r43]

    Link to local Javadoc of service object info added.

  • Peter Vranken Peter Vranken committed [r42]

    Documentation: Reference to Javadoc of new service object info added

  • Peter Vranken Peter Vranken committed [r41]

    Minor text corrections

  • Peter Vranken Peter Vranken committed [r40]

    Changed behavior of mechanism to locate template group file documented

  • Peter Vranken Peter Vranken committed [r39]

    Merged revision(s) 22-38 from branches/dev-infoObject, development branch is closed herewith. Major changes are:

  • Peter Vranken Peter Vranken committed [r38]

    File generation from template now permits to write the new file in a not yet existing directory. mkdir is applied to make the directory prior to file generation.

  • Peter Vranken Peter Vranken committed [r37]

    Cleanup of samples: Templates separated from user called Octave scripts. Templates collected in new folder "templates". Deprecated calls (clear cache, Boolean verbose) replace with new equivalents. Obsolete script for adding paths, addOctavePaths.m, removed.

  • Peter Vranken Peter Vranken committed [r36]

    Fix: Warning emitted about clearing cache although not appropriate

  • Peter Vranken Peter Vranken committed [r35]

    New test case added for st4RenderWrite.m

  • Peter Vranken Peter Vranken committed [r34]

    Let the input variables u and z have an observable impact on the printed program output when running the compiled test.exe

  • Peter Vranken Peter Vranken committed [r33]

    Let the input variables u and z have an observable impact on the printed program output when running the compiled test.exe

  • Peter Vranken Peter Vranken committed [r32]

    Code restructured: User called files are now wrappers of a common, private core function.

  • Peter Vranken Peter Vranken committed [r31]

    Function documentation corrected

  • Peter Vranken Peter Vranken committed [r30]

    Locating template files through the Java CLASSPATH caused problems as long as this project is run. Recent experiments now seem to prove that the ST4 template engine simply doesn't keep its promise to locate and load these files anywhere in the Java CLASSPATH so that configuring this path in Octave is all one needs to do. Instead the ST4 engine tries loading relative file designations only from the startup directory of Octave. As a work around, we now use the Octave search path to locate the f...

  • Peter Vranken Peter Vranken committed [r29]

    Documentation provided: Mainly the Javadoc documentation of the information and services brought to the template expansion process through the new template attribute 'info'

  • Peter Vranken Peter Vranken committed [r28]

    Convenience function added: Template expansion result directly goes to file

  • Peter Vranken Peter Vranken committed [r27]

    Fix: Verbosity had not been set on a per run basis for cached objects

  • Peter Vranken Peter Vranken committed [r26]

    Two new progress messages from the st4Render process degraded to DEBUG. The normal behavior of the script is now restored not to emit anything if nothing particular happens. (Although the definition of log level INFO would allow this, but it may be hindering for the normal, intended, programmatic use of the script)

  • Peter Vranken Peter Vranken committed [r25]

    Octave launch script: More recent typical installation paths entered

  • Peter Vranken Peter Vranken committed [r24]

    Info service is basically working. Template code can emit messages at different severity levels, errors during template compilation and expansion and user emitted errors and warnings are properly counted

  • Peter Vranken Peter Vranken committed [r23]

    Support of Java CLASSPATH control significantly improved by adding scripts to set the dynamic class path and a more transparent launch script for Octave itself. This seems to work well with Octave 4.4

  • Peter Vranken Peter Vranken committed [r22]

    Development branch for integration of the Info object as service provider for the template expansion process. This object is already known from the code generators of the comFramework project and shall be integrated into this project, too

  • Peter Vranken Peter Vranken committed [r21]

    Corrections documentation

  • Peter Vranken Peter Vranken committed [r20]

    Icon file moved into folder doc

  • Peter Vranken Peter Vranken committed [r19]

    Debug code commented out

  • Peter Vranken Peter Vranken committed [r18]

    Many improvements of the documentation.

  • Peter Vranken Peter Vranken committed [r17]

    Typos and corrections

  • Peter Vranken Peter Vranken committed [r16]

    Application logo added

  • Peter Vranken Peter Vranken committed [r15]

    Documentation improved

  • Peter Vranken Peter Vranken committed [r14]

    Documentation extended

  • Peter Vranken Peter Vranken committed [r13]

    More test cases added

  • Peter Vranken Peter Vranken committed [r12]

    More test cases added

  • StringTemplate-for-Octave StringTemplate-for-Octave released /StringTemplateV4ForOcatve.zip

  • Peter Vranken Peter Vranken committed [r11]

    Markdwon made compatible with rendering of read...

  • StringTemplate-for-Octave StringTemplate-for-Octave released /readMe.md

  • StringTemplate-for-Octave StringTemplate-for-Octave released /readMe.html

  • Peter Vranken Peter Vranken committed [r10]

    Documentation of abnormality in Octave's class ...

  • Peter Vranken Peter Vranken committed [r9]

    Missing file added

  • StringTemplate-for-Octave StringTemplate-for-Octave released /StringTemplateV4ForOctave.zip

  • Peter Vranken Peter Vranken committed [r8]

    Useless path removed

  • Peter Vranken Peter Vranken committed [r7]

    Documentation update

  • Peter Vranken Peter Vranken committed [r6]

    Documentation improved.

  • Peter Vranken Peter Vranken committed [r5]

    Minor documentation changes

  • Peter Vranken Peter Vranken modified a wiki page

    Home

  • Peter Vranken Peter Vranken committed [r4]

    Many improvements in detail

  • Peter Vranken Peter Vranken committed [r3]

    Many minor improvements, mainly related to docu...

  • Peter Vranken Peter Vranken committed [r2]

    First commit in SourceForge repository; synchro...

  • StringTemplate-for-Octave StringTemplate-for-Octave released /readMe.md

  • Peter Vranken Peter Vranken committed [r1]

    Empty folder structure for repository shaped

1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.