Changes for version 0.989066 - 2023-01-03

  • Document Fix
    • Fix and improve the doc of SPVM::Builder::Config.
  • New features
    • Add the config field to the SPVM::Builder::LibInfo.
  • New features and Incompatible Changes
    • Remove the static_option_cb in the SPVM::Builder::LibInfo class and add the static_lib_ldflag option to the SPVM::Builder::Config.
    • Add the create_ldflags method to the SPVM::Builder::LibInfo and remove the to_arg method from the SPVM::Builder::LibInfo.
  • Incompatible Changes
    • Rename the to_cmd method in the SPVM::Builder::CompileInfo class to the to_command method.
    • Rename the to_cmd method in the SPVM::Builder::LinkInfo class to the to_command method.
    • Rename the create_link_command method in the SPVM::Builder::LinkInfo class to the create_command method.
    • Rename the create_compile_command method in the SPVM::Builder::CompileInfo class to the create_command method.
    • The new method in the SPVM::Builder::LibInfo must be given the config option.
    • The create_command_args in the SPVM::Builder::LinkInfo is renamed to create_ldflags.
    • The create_command_args in the SPVM::Builder::CompileInfo is renamed to create_ccflags.
    • The new method in the SPVM::Builder::LinkInfo must be given the config option.
    • The new method in the SPVM::Builder::CompileInfo must be given the config option.
  • Document Fix and Improvement
    • Fix and improve the doc of SPVM::Builder::LibInfo.
    • Fix and improve the doc of SPVM::Builder::LinkInfo.
    • Fix and improve the doc of SPVM::Builder::CompileInfo.
    • Fix and improve the doc of SPVM::Builder::ObjectFileInfo.

Documentation

Generating Excutable File
Generating SPVM Distribution

Modules

SPVM Language
Address
Array Utilities
SPVM object
Bool object
Build Dynamic Libraries for SPVM Distribution
Defining Public Functions of SPVM::Builder
Compilation and Link of Native Class
Compiler Information
SPVM Builder Compiler
Compiler and Linker Configuration
Configurations of creating excutable files.
SPVM Builder Environment
Creating Executable File
Library Information for A Linker
Linker Information
Object File Information
SPVM Builder Runtime
SPVM Builder Stack
Builder Utilities
Defining Public Functions of SPVM::Builder::Util
The byte Object
Dynamic byte Array
Callback interface
Interface Type to Clone Object
Interface Type for the Callback to Clone a Object
Command Line Information
Interface Type for Object Comparation Callback
Interface Type for double Comparation Callback
Interface Type for float Comparation Callback
Interface Type for int Comparation Callback
Interface Type for long Comparation Callback
Interface Type for String Comparation Callback
double Complex Type
float Complex Type
SPVM Exchange API
SPVM Language Specification
SPVM Standard Modules
Allocator Native APIs
Basic Type Native APIs
Class File Native APIs
Class Variable Native APIs
Class File Native APIs
String Buffer Native APIs
Document of Native Class
How to write the resource class
The double Object
Dynamic double Array
Renamed
Interface Type for Object Equality Checking Callback
a callback implementation of EqualityChecker to check if the memory addresses of the two objects are equal.
Error
Compilation Errors
Not Supported Error
System Error
Invalid UTF8 Errors
SPVM Exchange API
The float Object
Dynamic float Array
SPVM Starndard Functions
Format Utilities
SPVM Global Instance for Perl Interpreter
Hash (Associative Array)
Hash entry
Immutable byte Array
Immutable double Array
Immutable float Array
Immutable int Array
Immutable long Array
Immutable short Array
Immutable string array
The int Object
Dynamic int Array
Dynamic Object Array
The long Object
Dynamic long Array
Getting the current native environment, stack, runtime, compiler.
Information of Arguments
Information of Basic Types
Information of Class Files
Information of Class Variables
Native::Compiler
Execution Native::Environment
Information of Fields
Information of Methods
Native::Runtime
Call Native::Stack
Point
Point 3D
Renamed
Executing Callback at End of Scope
The short Class
Dynamic short Array
Sorting Functions
Renamed
String Buffer
Dynamic string array
A Interface Type to Stringify a Object
Interface Type for Stringing Callback

Provides

in lib/SPVM/Dist.pm

Examples