-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: BlackSound1/Shared-Buffer-Problem-in-Java
base: StartingStuff
head repository: BlackSound1/Shared-Buffer-Problem-in-Java
compare: master
- 17 commits
- 5 files changed
- 3 contributors
Commits on Aug 1, 2020
-
Merge pull request #1 from BlackSound1/StartingStuff
Implemented many methods in Producer, Consumer, Semaphore, and Main
Configuration menu - View commit details
-
Copy full SHA for 9ab6a6f - Browse repository at this point
Copy the full SHA 9ab6a6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4b173b - Browse repository at this point
Copy the full SHA f4b173bView commit details -
Merge pull request #2 from BlackSound1/PrintingStuff
Added print statements
Configuration menu - View commit details
-
Copy full SHA for 97e4358 - Browse repository at this point
Copy the full SHA 97e4358View commit details
Commits on Aug 4, 2020
-
Changed the run() methods to have the random number generation and ch…
…ecks against q in them, instead of in main. Small organization and code changes. Made wait() method sleep to simulate busy-waiting. Experimented with changing buffer to queue, but queues don't have default size option. Still need to figure out how to simulate FIFO activity in buffer
Configuration menu - View commit details
-
Copy full SHA for cf9b7e8 - Browse repository at this point
Copy the full SHA cf9b7e8View commit details
Commits on Aug 5, 2020
-
removed 'final' modifier from Semaphores. Dont know why IntelliJ want…
…ed them. Removed Thread.sleep(). Now program has deadlock!
Configuration menu - View commit details
-
Copy full SHA for efb9f47 - Browse repository at this point
Copy the full SHA efb9f47View commit details
Commits on Aug 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3dab158 - Browse repository at this point
Copy the full SHA 3dab158View commit details -
Merge pull request #3 from BlackSound1/Testing
Testing main logic changes
Configuration menu - View commit details
-
Copy full SHA for 841f971 - Browse repository at this point
Copy the full SHA 841f971View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f10d6 - Browse repository at this point
Copy the full SHA 00f10d6View commit details -
Merge pull request #4 from BlackSound1/revert-3-Testing
Revert "Testing main logic changes"
Configuration menu - View commit details
-
Copy full SHA for 193c51c - Browse repository at this point
Copy the full SHA 193c51cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcbea90 - Browse repository at this point
Copy the full SHA fcbea90View commit details -
Merge branch 'master' into Testing
# Conflicts: # src/Consumer.java # src/Producer.java
Configuration menu - View commit details
-
Copy full SHA for 599d83b - Browse repository at this point
Copy the full SHA 599d83bView commit details -
Merge pull request #5 from BlackSound1/Testing
changed logic in consume method. Added waiting text
Configuration menu - View commit details
-
Copy full SHA for 857f666 - Browse repository at this point
Copy the full SHA 857f666View commit details -
Adding comments prior to changing the value of mutex and after to bot…
…h the consumer and producer class. The issue seems to stem from the fact that the attributes are not communicating with one another.
Configuration menu - View commit details
-
Copy full SHA for 8c667ce - Browse repository at this point
Copy the full SHA 8c667ceView commit details
Commits on Aug 7, 2020
-
Added volatile keyword to Semaphore value. Everything works now! Adde…
…d comments and edited output text for readability.
Configuration menu - View commit details
-
Copy full SHA for 1771942 - Browse repository at this point
Copy the full SHA 1771942View commit details -
Configuration menu - View commit details
-
Copy full SHA for d85ae99 - Browse repository at this point
Copy the full SHA d85ae99View commit details
Commits on Apr 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b830b8d - Browse repository at this point
Copy the full SHA b830b8dView commit details -
Merge pull request #7 from BlackSound1/BlackSound1-patch-1
Update README.md
Configuration menu - View commit details
-
Copy full SHA for 692b669 - Browse repository at this point
Copy the full SHA 692b669View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff StartingStuff...master