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