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