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
I
Ixion
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
20 days
ago. based on code collected
21 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 70 of 74
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use std::string instead of const char* to pass lexer token prinouts around.
Kohei Yoshida
More...
almost 15 years ago
New files for formula function interpretations.
Kohei Yoshida
More...
almost 15 years ago
New test model for function interpretation.
Kohei Yoshida
More...
almost 15 years ago
Interpret functions during calculation.
Kohei Yoshida
More...
almost 15 years ago
Pick up built-in function names and create function tokens.
Kohei Yoshida
More...
almost 15 years ago
Print error message on reference error during lexer token parsing.
Kohei Yoshida
More...
almost 15 years ago
Print ',' for separator tokens.
Kohei Yoshida
More...
almost 15 years ago
Check for empty tokens before interpreting.
Kohei Yoshida
More...
almost 15 years ago
Renamed model input files to prefix them with numbers.
Kohei Yoshida
More...
almost 15 years ago
Modified cli interface to allow parsing multiple model files.
Kohei Yoshida
More...
almost 15 years ago
Exec name to ixion-parser, and use -O2 for compiler optimization.
Kohei Yoshida
More...
almost 15 years ago
Added slickedit workspace files.
Kohei Yoshida
More...
almost 15 years ago
Define error type for invalid expression.
Kohei Yoshida
More...
almost 15 years ago
Reset values in the interpreter before each interpretation.
Kohei Yoshida
More...
almost 15 years ago
Handle division by zero condition, and store error condition with formula cells.
Kohei Yoshida
More...
almost 15 years ago
Add cases for self-reference (illegal) and division by zero (error).
Kohei Yoshida
More...
almost 15 years ago
Add more example of circular dependency.
Kohei Yoshida
More...
almost 15 years ago
Added two more cells that are not circular dependent.
Kohei Yoshida
More...
almost 15 years ago
Detect circular dependency conditions and flag #REF! for such cases.
Kohei Yoshida
More...
almost 15 years ago
Added test model for detecting circular dependencies.
Kohei Yoshida
More...
almost 15 years ago
Return expression immediately when the next token is neither + nor -.
Kohei Yoshida
More...
almost 15 years ago
Removed multiply_op() too.
Kohei Yoshida
More...
almost 15 years ago
Removed plus_op().
Kohei Yoshida
More...
almost 15 years ago
Fixed the definition of expressions to get the order of precedence correctly.
Kohei Yoshida
More...
almost 15 years ago
Print cell names instead of pointers during expression parsing.
Kohei Yoshida
More...
almost 15 years ago
Moved some typedef's to global.hpp.
Kohei Yoshida
More...
almost 15 years ago
Store calculation results with the formula cells, and use them when referenced.
Kohei Yoshida
More...
almost 15 years ago
Removed unused data member.
Kohei Yoshida
More...
almost 15 years ago
A little cleanup.
Kohei Yoshida
More...
almost 15 years ago
Beautify interpreted expression.
Kohei Yoshida
More...
almost 15 years ago
←
1
2
…
66
67
68
69
70
71
72
73
74
→
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