0
I Use This!
Low Activity

Commits : Listings

Analyzed 21 days ago. based on code collected 22 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make a duplicate token set for the interpreter. More... almost 14 years ago
This is now a requirement rather than a future wish list item... More... almost 14 years ago
Added note for the future. More... almost 14 years ago
Interpret named expression recursively. More... almost 14 years ago
Treat each target as named expression, and pass the context object around. More... almost 14 years ago
Added header guard. I somehow forgot. More... almost 14 years ago
Removed unused method. More... almost 14 years ago
Renamed several names to fit their purpose better. More... almost 14 years ago
Added named expression container to the context, plus code comments. More... almost 14 years ago
Added model_context class (still empty) to fill it with context specific data. More... almost 14 years ago
Wrote a skeleton for simple name resolver. More... almost 14 years ago
Added new files for formula name resolver classes. More... almost 14 years ago
Avoid returning a pointer to a temorary instance. More... almost 14 years ago
Added workspace and project files for slickedit. More... almost 14 years ago
Added documentation for get_opcode_name(). More... almost 14 years ago
In-line comments. More... almost 14 years ago
Fixed a typo. More... almost 14 years ago
Removed unnecessary header includes. More... over 14 years ago
Another place where I forgot to remove boost/unordered_set.hpp More... over 14 years ago
Forgot to remove #include <boost/unordered_set.hpp>. More... over 14 years ago
Skip boost >= 1.36 and boost::unordered check when the hash compat is ON. More... over 14 years ago
Added --with-hash-container-compat configure switch to use std::hash_foo. More... over 14 years ago
Added compatibility layer for hash containers. More... over 14 years ago
Some fix on const ref argument passing. More... over 14 years ago
Simple indent fix to keep it consistent with the rest of the code. More... over 14 years ago
Adopted the new file structure. More... over 14 years ago
Added example file for the calculations tests More... over 14 years ago
Added SUM function and implemented MIN and AVERAGE More... over 14 years ago
Forgot to add the makefile.mk to the distribution More... over 14 years ago
Removed the use of -std=c++0x and switch to boost More... over 14 years ago