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
More javadoc comment etc. More... over 14 years ago
Display the number of threads specified. More... over 14 years ago
Add ability to specify number of threads at run-time. More... over 14 years ago
is_circular_safe() should be a private method. More... over 14 years ago
Javadoc comments for some methods. More... over 14 years ago
Fixed incorrect mutexing of the interpret() method. More... over 14 years ago
New test file for testing concurrency. More... over 14 years ago
More on fixing synchronization problem. Now the results are calculated correctly. More... over 14 years ago
Removed unused class. More... over 14 years ago
A little cleanup. More... over 14 years ago
Improved debug statement generation to make each output set atomic, and fixed one synchronization error which caused incorrect results. More... over 14 years ago
Cleaned up the output format a little to make it easier to read. More... over 14 years ago
Fixed a single-thread calculation. More... over 14 years ago
Display the number of CPUs. More... over 14 years ago
Build fix & disabled debug statements for the formula cell code. More... over 14 years ago
Interpret cells using threads for real, after circular dependencies have been detected. More... over 14 years ago
Started working on circular dependency detection in threaded mode. More... over 14 years ago
Print total duration for each test case. More... over 14 years ago
Display if the process is using threads. More... over 14 years ago
-t to toggle using threads. More... over 14 years ago
Move all debug statements related to interpretation to a single place for atomic output for each cell. More... over 14 years ago
Fixed a build break. More... over 14 years ago
Disable debug statements from the input parser code. More... over 14 years ago
Disable debug statements from formula parser. More... over 14 years ago
More on interpreter adjustment for threads. More... over 14 years ago
Introduce --use-thread command line option to toggle use of threads at run-time. More... over 14 years ago
Use cell_queue_manager to calculate cells with threads. More... over 14 years ago
Fixed cell_queue_manager to properly call formula_cell::interpret(). More... over 14 years ago
Disable debug statements in formula_cell. More... over 14 years ago
Extracted method for code cleanup. More... over 14 years ago