File surgescript.changes of Package surgescript
-------------------------------------------------------------------
Sat Mar 22 01:46:37 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Add %check section
-------------------------------------------------------------------
Sat Aug 31 19:35:47 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
- Update to 0.6.1:
* Introduced switch statements
* Made optional the expressions in for loops
* Added an optional message to assertions
* Bugfix in continue statements
* Updated docs
* General improvements
- Use gcc12-c++ for Leap
-------------------------------------------------------------------
Sun May 19 10:52:52 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
- Update to 0.6.0:
* Optimized function calls with self-modifying SurgeScript
bytecode that recognizes opportunities for optimization
* Optimized tag tests with faster hashes and bitsets
* Optimized the allocation and the deallocation of strings with
a pool of managed strings
* Introduced do-while loops
* Changed Math.mod() so that it returns the modulo instead of
the remainder
* Made various updates and additions to the standard library
* Updated the documentation
* Updated the CLI
* Added support for reading scripts in virtual files
* Removed support for emoticons
* General improvements to the code. Bugfixes
-------------------------------------------------------------------
Fri Jan 27 17:17:01 UTC 2023 - Carsten Ziepke <kieltux@gmail.com>
- Fix building for openSUSE Leap: using gcc11-c++
-------------------------------------------------------------------
Sun Dec 18 16:06:52 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.5.6.1:
* Tweaks to the build system
-------------------------------------------------------------------
Sat Sep 17 12:11:21 UTC 2022 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.5.6
* Improved the SurgeScript CLI with a time limit option, the
ability to run scripts from stdin and optional multithreading
support
* Added Emscripten support
* Updated docs
* General improvements
- Drop patch:
* surgescript-fix_nonvoid.patch
-------------------------------------------------------------------
Fri Mar 12 15:40:36 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 0.5.5
* Added the ability to pause the SurgeScript VM
* Added utility macros for checking the SurgeScript version
at compile time
* Introduced a dedicated module for keeping track of time
* Renamed Object.childCount to Object.__childCount
- Dropped surgescript-no_appdata.patch
-------------------------------------------------------------------
Fri Apr 24 11:19:23 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Initial package (v0.5.4.4)