openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
V
Viua VM
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 5 hours
ago.
Jul 01, 2024 — Jul 01, 2025
Showing page 285 of 297
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Removed unwanted commented code
Marek Marecki
More...
over 10 years ago
Added str::isfloat() function to string support lib
Marek Marecki
More...
over 10 years ago
Release 0.2.3
Marek Marecki
More...
over 10 years ago
Merge branch 'feature/issue/13/function-return-values' into devel This merge closes #13
Marek Marecki
More...
over 10 years ago
Fixed recursive function call test
Marek Marecki
More...
over 10 years ago
Improved call address setting, value are now returned from function calls
Marek Marecki
More...
over 10 years ago
Fixed buggy copy ctor and destructor in Frame
Marek Marecki
More...
over 10 years ago
Sample power_of program changed to use parameters and return value
Marek Marecki
More...
over 10 years ago
Some changes in Frame
Marek Marecki
More...
over 10 years ago
Small additions to assembler frontend (better message for call instructions)
Marek Marecki
More...
over 10 years ago
Dirty commit: fix assembler frontend to support floats (tokenizer should be used from now)
Marek Marecki
More...
over 10 years ago
Bytecode geenration API supports FSTORE
Marek Marecki
More...
over 10 years ago
Added FSTORE instruction to maps and opcodes
Marek Marecki
More...
over 10 years ago
Fixed broken test (and made it run in the first place - as two tests were named the same by accident)
Marek Marecki
More...
over 10 years ago
Release 0.2.2
Marek Marecki
More...
over 10 years ago
Functions have local scopes and can have parameters passed to them, this commit closes #11
Marek Marecki
More...
over 10 years ago
Added test for parameter passing (by value and by reference), this commit closes #12
Marek Marecki
More...
over 10 years ago
Assembler is now able to assemble code containing ARG instructions
Marek Marecki
More...
over 10 years ago
Bytecode generation API supports ARG instruction
Marek Marecki
More...
over 10 years ago
CPU now supports parameter passing in functions
Marek Marecki
More...
over 10 years ago
Frame is now able to tell if a parameter is a reference
Marek Marecki
More...
over 10 years ago
Small changes in bytecode
Marek Marecki
More...
over 10 years ago
Removed old bytecode file
Marek Marecki
More...
over 10 years ago
Assembler gives more error messages instead of crashing
Marek Marecki
More...
over 10 years ago
Scopes are popped along with frames (global is set only after last function was ENDed)
Marek Marecki
More...
over 10 years ago
Frame class definition moved to separate file
Marek Marecki
More...
over 10 years ago
Scopes are switched on CALL and END instructions
Marek Marecki
More...
over 10 years ago
Fixed looping.asm sample
Marek Marecki
More...
over 10 years ago
Added new test
Marek Marecki
More...
over 10 years ago
CPU switches between local and global registers, END instruction implemented
Marek Marecki
More...
over 10 years ago
←
1
2
…
281
282
283
284
285
286
287
288
289
…
296
297
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree