You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many object developers like to create general purpose objects with many more functions than needed because bstc automatically culls any functions from the final binary. This feature is a requirement for OpenSpin to be considered a compelling replacement for bstc.
The text was updated successfully, but these errors were encountered:
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.
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.
Many object developers like to create general purpose objects with many more functions than needed because bstc automatically culls any functions from the final binary. This feature is a requirement for OpenSpin to be considered a compelling replacement for bstc.
The text was updated successfully, but these errors were encountered: