0
I Use This!
Low Activity

Commits : Listings

Analyzed 15 days ago. based on code collected 16 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
std::string_view in create_formula_error_tokens(). More... over 3 years ago
Use std::string_view in parse_formula_string(). More... over 3 years ago
More on switching from const char* to std::string_view. More... over 3 years ago
Use std::string_view in lieu of raw const char*. More... over 3 years ago
Use std::variant to replace union. More... over 3 years ago
NULL is no more. More... over 3 years ago
Simplify formula_result::parse(). More... over 3 years ago
get_sheet_index() to take string_view. More... over 3 years ago
add_string() and append_string() to take string_view. More... over 3 years ago
append_string() doesn't need to be a part of the formula_model_access interface. More... over 3 years ago
get_named_expression() to take string_view. More... over 3 years ago
session_handler to use string_view in lieu of const char*. More... over 3 years ago
resolve() method to take string_view. More... over 3 years ago
Use relative header paths in public headers. More... over 3 years ago
Use string_view in function opcode functions. More... over 3 years ago
Update exceptions' signatures to post C++11. More... over 3 years ago
to_bool() to take string_view. More... over 3 years ago
to_double to take string_view. More... over 3 years ago
Get rid of this weird global class with no state. More... over 3 years ago
Move formula_error class to exceptions.hpp. More... over 3 years ago
Hide load_file_content() from public API. More... over 3 years ago
Use std::isdigit, and remove is_digit from public API. More... over 3 years ago
Move or remove weird global functions from public API. More... over 3 years ago
Use std::variant in lieu of union. More... over 3 years ago
document::set_formula_cell() to take string_view. More... over 3 years ago
document::set_string_cell() to take std::string_view. More... over 3 years ago
const char* to std::string_view in compute_engine. More... over 3 years ago
You still need to make the extern "C" function visible... More... over 3 years ago
Implement module loading on Windows and get the Vulkan test working. More... over 3 years ago
Enable assert macros even in release builds. More... over 3 years ago