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
Synchronize formula cell calculation and result retrieval. More... over 14 years ago
Added synchronized_data template by Andrew Williams, added formula_cell::interpret() method. More... over 14 years ago
Hook the cell_queue_manager methods to the actual implementation calls. More... over 14 years ago
Copied the thread queue manager code from misc/thread_test.cpp, and got it to compile. More... over 14 years ago
Added skeleton files for the new cell_queue_manager class. More... over 14 years ago
Use struct to bind relevant members together, with mutex. More... over 14 years ago
Use a single enum data member to define actions, instead of using multiple boolean values. More... over 14 years ago
Code cleanup. More... over 14 years ago
I still need to check for empty cell container inside the inner while loop. More... over 14 years ago
Have the worker threads register their idle status. This method seems more robust. More... over 14 years ago
Use worker threads to interpret cells. There are still some synchronization issues. More... over 14 years ago
Renamed some symbols & added javadoc. More... over 14 years ago
Have the manager thread spawn worker threads of arbitrary count. More... over 14 years ago
Main thread should wait until the queue thread becomes ready. More... over 14 years ago
More on thread queue. More... over 14 years ago
More on thread queue. More... over 14 years ago
Made 'make' to run the test directly. More... over 14 years ago
Use boost.thread instead of pthread. More... almost 15 years ago
Practice code for posix threads. More... almost 15 years ago
Now, interpret cells during DFS for real. More... almost 15 years ago
Use handler to handle black cells during DFS. More... almost 15 years ago
More on topological sort rework. More... almost 15 years ago
Added hook for interpreting cells during topological sort. More... almost 15 years ago
Added WAIT() function to test for parallel formula computation. More... almost 15 years ago
Turned formula_result into a class with proper encapsulation of its data members. More... almost 15 years ago
Updated comment. More... almost 15 years ago
Added formula_result struct to store a dual-type formula result: numeric or textural. More... almost 15 years ago
Make sure to set the token position correctly after processing functions. More... almost 15 years ago
TODO comment. More... almost 15 years ago
formula_functions::interpret() as the central point of function interpretations. More... almost 15 years ago