0
I Use This!
Low Activity

Commits : Listings

Analyzed 20 days ago. based on code collected 21 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Started working on parsing fractional numbers. To be continued. More... over 14 years ago
Added appropriate commands to all test documents. More... over 14 years ago
Clear the parse data only once after switching to edit mode. More... over 14 years ago
Reset global data for thread control before performing threaded calculation. More... over 14 years ago
Make cell pointer name map globally accessible. More... over 14 years ago
Used typedef'ed name. More... over 14 years ago
A little code cleanup. More... over 14 years ago
mode-init -> mode init, mode-result -> mode result etc. More... over 14 years ago
Dynamically create cell pointer-to-name map during calculation. More... over 14 years ago
Refactored the calculation code to prepare for re-calc support. More... over 14 years ago
formula_result class in its own files. More... over 14 years ago
Finally verify calculation results and throw exceptions if results differ from the expected. More... over 14 years ago
model_parser::check() method to check formula calculation results. More... over 14 years ago
Use formula_result to cache result instead of formula_cell::result_cache. More... over 14 years ago
Fix a build break. More... over 14 years ago
Parse error results. More... over 14 years ago
mem_str_buf in its own files. More... over 14 years ago
More on parsing formula results. More... over 14 years ago
Empty parse_result call, to be completed later. More... over 14 years ago
Add error data member to formula_result. More... over 14 years ago
Refactored model_parser to support different parse modes. More... over 14 years ago
More on model parser change. More... over 14 years ago
Remove unused data member and methods. More... over 14 years ago
A little cleanup. More... over 14 years ago
Perform full calculation during parsing of the model input file. More... over 14 years ago
Modified help output. More... over 14 years ago
More on model input parsing. More... over 14 years ago
More efficient parsing of model input files. More... over 14 years ago
Use std::string instead of vector<char>. More... over 14 years ago
Moved inputparser.?pp to model_parser.?pp. More... over 14 years ago