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
Put another global function into the global class space as its static method. More... over 14 years ago
Better wording for dirty_cells_t. More... over 14 years ago
Moved sleep() into global class space. More... over 14 years ago
Moved get_current_time() into global class space. More... over 14 years ago
Removed thread_test.cpp. I don't need it any more. More... over 14 years ago
Moved the header include line. More... over 14 years ago
Always use boost::program_options, and remove the getopt code entirely. More... over 14 years ago
Fix a build break when getopt is used. More... over 14 years ago
More on formatting the help output. More... over 14 years ago
Use boost::program_options to parse command line options. More... over 14 years ago
Make it buildable on Windows, by defining WIN32. More... over 14 years ago
Additional re-calculation test. More... over 14 years ago
Move all function objects near the top of the file. More... over 14 years ago
Re-calculate only dirty cells. More... over 14 years ago
Calculate only dirty cells. More... over 14 years ago
Have calc() take the list of recalc cells as an argument. More... over 14 years ago
Have lexer token's print() return std::string instead of c string. More... over 14 years ago
Register listener cells when converting lexer tokens to formula tokens. More... over 14 years ago
Check the re-calculation results. More... over 14 years ago
Removed unused header includes. More... over 14 years ago
Removed unused stack printer. More... over 14 years ago
Removed parse_mode_input() function, which no longer makes sense. More... over 14 years ago
Combined two near identical functions into one. More... over 14 years ago
add_listener() sounds better. More... over 14 years ago
It's actually the base_cell that needs to keep track of listening formula cells. More... over 14 years ago
Formula cells need to keep track of listening cells. More... over 14 years ago
Fixed a bug in lexer. More... over 14 years ago
Parse fractional numbers correctly. More... over 14 years ago
Reworked lexer for efficiency. More... over 14 years ago
Use mem_str_buf in the lexer code for efficiency. More... over 14 years ago