Skip to content

Releases: parallaxinc/OpenSpin

Updated to 1.00.78

17 Jan 00:08
Compare
Choose a tag to compare

Includes:

  • Fixes for Unused Method Removal from Last November.
  • Fix for Issue #23
  • Fixed a rare case where OpenSpin wasn't handling ASCII source files correctly.

Updated to 1.00.77

29 May 09:07
Compare
Choose a tag to compare

Unused Method Removal Fix

  • Fixed code that handled multiple instances of the same object being included.

Updated to 1.00.76

18 May 03:26
Compare
Choose a tag to compare

Unused Method Removal fixes:

  • Fixed tracking of coginit/cognew to get the proper sub index.
  • Fixed handling of arrays of sub objects or multiple instances of the same sub object.
  • Fixed handling of invalid calls due to parsing of embedded strings in methods as bytecode.
  • Fixed handling of object names with extensions attached in OBJ section causing it to think object wasn't used.

Updated to 1.00.75

12 May 09:31
Compare
Choose a tag to compare

Fixed incorrect indexing of objects in Unused Method Removal logic.
This was causing failures on larger objects with lots of spin files.

Updated to 1.00.74

11 May 09:25
Compare
Choose a tag to compare

Fix for issue #17
Also includes crash fix submitted by jesrui (pull request #20).

Updated to 1.00.73

08 May 00:29
Compare
Choose a tag to compare

Fix for Issue #19

Prelim release.

08 May 00:23
Compare
Choose a tag to compare

Contains updates to makefiles.

Updated to 1.00.72

16 Mar 07:03
Compare
Choose a tag to compare
  • Increased case_limit to 256. (issue #5)
  • Added a new Unused Method Removal option (-u). This option still needs testing, use with caution. (Issue #9)
  • Increased the pubcon list buffer size to 32K. (issue #14)
  • Fixed a crash bug in the preprocessor. (issue #16)
  • Renamed a few .c files to .cpp.
  • The solution & project files are now VS2013 format. You can get VS2013 community edition free.

Updated to 1.00.71

13 Oct 06:38
Compare
Choose a tag to compare

Minor update

  • Increased limits to allow objects to be larger before distilling.
  • Removed break that was limiting -D on the command line to one instance.
  • Fixed FIT/ORG check to be unsigned to match the original compiler

First github release!

11 Mar 09:27
Compare
Choose a tag to compare
  • Fixed memory usage and leaks. OpenSpin now uses much less memory by defaul  (and in most usage cases).
  • Another attempt at resolving the stricmp/strcasecmp issues with GCC 4.8 and newer.
  • Fixed a bug where the compiler sometimes would report the incorrect file and line number for a OBJ keyword not starting in the first column.
  • The version number is now displayed in the banner. I have started the version at 1.00.70 (where 70 is the build number).