Changes for version 0.990156 - 2026-04-08

  • Documentation
    • Consolidated all documentation links into SPVM::Document to avoid duplicate maintenance and improve scannability.
    • Improved documentation for SPVM::Builder::LinkInfo, SPVM::Builder::CompileInfo, SPVM::Builder::CommandInfo, SPVM::Builder::ObjectFileInfo, SPVM::Builder::LibInfo, and SPVM::Builder::ScriptInfo.
    • Added comprehensive documentation for SPVM::Builder::Ninja, explaining its content-based incremental build system and concurrency safety.
    • Updated SPVM::Document to include sections for Language Specification, Builder APIs, Config Utilities, and Command utilities.
  • Incompatible Changes
    • Renamed the object_files field in SPVM::Builder::LinkInfo to object_file_infos to clarify it contains SPVM::Builder::ObjectFileInfo objects.
  • Changes
    • Update the default debug optimization flag from -g3 to -g across Makefile.PL, configuration files, and tests to follow standard practices.
  • Internal Changes
    • Changed the global lock file to a hidden file in SPVM::Builder.
    • Improved SPVM::Builder::Config to allow simplifying C++11 configurations using the new new_cpp11 method.
  • Optimization & Portability
    • Improved Darwin (macOS) support by removing redundant -lc++ from exe_libcpp_ldflags to avoid duplicate library warnings.
    • Set default symbol_strip_ldflags to ['-s'] only on Windows, avoiding "obsolete" warnings on macOS and following Linux conventions.
    • Set default symbol_strip_ldflags to empty in Debug mode to ensure debug symbols (-g) are preserved.
    • Improved cross-platform STDOUT/STDERR redirection to null devices using File::Spec.
  • Bug Fixes
    • Renamed match_any method to compile_rule_any in SPVM::Builder::Config::Global to fix a naming inconsistency.
    • Fixed a bug where quiet, force, and is_jit flags were not correctly propagated to resource configurations in SPVM::Builder::CC.
    • Fixed a bug where the global input record separator ($/) was accidentally undefined in SPVM::Builder::Config::Base; added local scope.
    • Fixed a bug in SPVM::Builder::CC to ensure synchronized STDOUT/STDERR output across parallel processes using a global lock.
    • Fixed warnings when the free command is not available on certain systems.
    • Fixed double semicolons in spawn_link in SPVM::Builder::CC.
  • Refactoring
    • Refactored command information output and spawn functions to use global locking for synchronized logging.
    • Unified the order of arguments in spawn functions and compile/link scripts for better consistency.
    • Changed local variable names from object_files to object_file_infos across the builder ecosystem.
    • Used exists instead of defined to check for quiet and force flags in SPVM::Builder::CC.

Documentation

Executing SPVM programs
Generating Excutable File
Class Dependencies Analyzer
Generating SPVM Distribution
A tool to list non-core CPAN dependencies recursively.

Modules

The SPVM Language
Address
Array Utilities
SPVM object
A Boolean value as An Object
Build Dynamic Libraries for SPVM Distribution
Builder APIs
Compilation and Link of Native Class
Command Information
Compilation Unit Information
Config for Compiling and Linking Native Classes
Config for Compiling and Linking Native Classes
Configuration for Dynamic Link Libraries
Configuration for Executable Files
Excutable File Config
Config for Linking Native Classes
Utility for Analyzing Class Dependencies
Creating Executable File
Library Information for a Linker
Link Information
Basic Type Native APIs
Class File Native APIs
Compiler Native APIs
Runtime Environment
Method Native APIs
Incremental Build Management using Ninja Log Format
Object File Information
Script Information
Builder Utilities
Builder Utility APIs
A byte Value as An Object
Dynamic byte Arrays
Callback interface
A Callback Interface for grep Method
A Callback Interface for grep_byte Method
A Callback Interface for grep_double Method
A Callback Interface for grep_float Method
A Callback Interface for grep_int Method
A Callback Interface for grep_long Method
A Callback Interface for grep_short Method
A Callback for The map Method
A Callback for The map_expand Method
Information about a Caller
Interface Type to Clone Object
Interface Type for the Callback to Clone a Object
Command Line Information
Comparable Interface
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
Countable Interface
SPVM Documentation
Environment Variables
SPVM Language Specification
Classes in the SPVM Language
Exception Handling in the SPVM Language
Garbage Collection in the SPVM Language
Operators in the SPVM Language
Statements in the SPVM Language
Syntax Parsing in the SPVM Language
System Setting in the SPVM Language
Tokenization in the SPVM Language
Types in the SPVM Language
SPVM Standard Modules
Allocator Native APIs
Basic Type Native APIs
Class File Native APIs
Class Variable Native APIs
String Buffer Native APIs
A double value as An Object
Dynamic double Arrays
EqualityCheckable Interface
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
Field Not Specified Errors
Method Call Not Permitted Error
Not Supported Error
System Error
Invalid UTF8 Errors
SPVM Exchange API
A float value as An Object
Dynamic float Arrays
SPVM Starndard Functions
Format Utilities
SPVM Global Instance
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
An int value as An Object
Dynamic int Arrays
Abstract Base Class for Just-In-Time Compilation
Dynamic Object Array
A long value as An Object
Dynamic long Arrays
Getting the current native environment, stack, runtime, compiler.
Native APIs
Information of Arguments
Information of Basic Types
Information of Class Files
Information of Class Variables
Native::Compiler
Constant Values in Native APIs
Runtime Environment
Information of Fields
Information of Methods
Native::Runtime
Call Native::Stack
Pack and Unpack Operations
A Specifier for a pack/unpack Template.
Point
Point 3D
List with O(1) deque
SPVM information
Executing Callback at End of Scope
A short Value as An Object
Dynamic short Arrays
Sorting Functions
String Buffers
Dynamic string array
Stringable Interface
Interface Type for Stringing Callback

Provides

in lib/SPVM/Builder/Accessor.pm
in lib/SPVM/Builder/Config/Exe/MSVC.pm
in lib/SPVM/Dist.pm

Examples