-
Notifications
You must be signed in to change notification settings - Fork 65
Comparing changes
Open a pull request
base repository: sarinaditya/message_queue
base: master
head repository: akraa/message_queue
compare: master
- 11 commits
- 2 files changed
- 3 contributors
Commits on Sep 20, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 565566a - Browse repository at this point
Copy the full SHA 565566aView commit details -
Merge pull request #3 from ambitslix/master
C conforming for loop, proper C linkage.
Jeremy Pepper committedSep 20, 2013 Configuration menu - View commit details
-
Copy full SHA for d1d9897 - Browse repository at this point
Copy the full SHA d1d9897View commit details
Commits on Nov 4, 2013
-
Instead of chopping the message queue's memory up into pointer sized chunks, this respects the requested message size.
Jeremy Pepper committedNov 4, 2013 Configuration menu - View commit details
-
Copy full SHA for c3ad184 - Browse repository at this point
Copy the full SHA c3ad184View commit details -
Instead of chopping the message queue's memory up into pointer sized chunks, this respects the requested message size. Conflicts: message_queue.c
Jeremy Pepper committedNov 4, 2013 Configuration menu - View commit details
-
Copy full SHA for b21944a - Browse repository at this point
Copy the full SHA b21944aView commit details
Commits on May 27, 2014
-
Di3 committed
May 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 6f5920c - Browse repository at this point
Copy the full SHA 6f5920cView commit details -
Merge pull request #4 from di3online/master
fix message_queue_init bug
Jeremy Pepper committedMay 27, 2014 Configuration menu - View commit details
-
Copy full SHA for 5119098 - Browse repository at this point
Copy the full SHA 5119098View commit details
Commits on Jun 4, 2014
-
support iOS(naming semaphores) and Android(unnamed semaphores)
Di3 committedJun 4, 2014 Configuration menu - View commit details
-
Copy full SHA for f860df1 - Browse repository at this point
Copy the full SHA f860df1View commit details
Commits on Jul 4, 2014
-
Fix minor performance regression
The extra branches around semaphore use turned out to be surprisingly expensive, so this eliminates them.
Jeremy Pepper committedJul 4, 2014 Configuration menu - View commit details
-
Copy full SHA for c1a9897 - Browse repository at this point
Copy the full SHA c1a9897View commit details -
Jeremy Pepper committed
Jul 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 68f462f - Browse repository at this point
Copy the full SHA 68f462fView commit details -
Merge branch 'di3online-master'
Jeremy Pepper committedJul 4, 2014 Configuration menu - View commit details
-
Copy full SHA for d6cc8b0 - Browse repository at this point
Copy the full SHA d6cc8b0View commit details -
Prefer unnamed semaphores over named ones
Unnamed semaphores are the better option on platforms where they're available. Apple should get with the program and implement them already!
Jeremy Pepper committedJul 4, 2014 Configuration menu - View commit details
-
Copy full SHA for 975c847 - Browse repository at this point
Copy the full SHA 975c847View 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 master...master