Marc Siegel
e177cf577a
Add RVM workflow files `.ruby-version` and `.ruby-gemset`
...
These files make RVM automatically change to the ruby version and
gemset selected, conveniently automating a part of the typical
development workflow when switching between projects.
See https://rvm.io/workflow/projects
2013-12-30 10:47:03 -05:00
Patrick Mahoney
b0114ee389
Version bump to 0.1.11a
2013-12-27 16:51:31 -06:00
Patrick Mahoney
158120755d
Version bump to 0.1.10
2013-12-27 16:51:20 -06:00
Patrick Mahoney
a30cdcacc5
Merge branch 'master' of github.com:pmahoney/process_shared
2013-12-27 16:50:57 -06:00
pmahoney
1b1fdbe287
Merge pull request #8 from ms-ati/fix-cond-var-signal-when-no-waiters
...
Fix ConditionVariable#signal to only post if semaphore has waiters
2013-12-27 14:49:04 -08:00
pmahoney
8232b61697
Merge pull request #7 from ms-ati/fix-shmio-read-encoding
...
Fix SharedMemoryIO#read for binary data on Ruby 1.9+
2013-12-27 14:48:09 -08:00
Marc Siegel
14fa8662f5
Fix test on 1.9.x by adding magic file encoding comment
2013-12-27 15:21:01 -05:00
Marc Siegel
4518e6fdad
Fix ConditionVariable#signal to only post if semaphore has waiters
...
This fixes a bug where calls to #signal would end up "over-posting"
the semaphore, causing subsequent waits to return immediately until
the semaphore value is back down to zero.
2013-12-27 15:15:07 -05:00
Marc Siegel
41b6777638
Fix SharedMemoryIO#read for binary data on Ruby 1.9+
2013-12-27 13:38:23 -05:00
Patrick Mahoney
6434128a26
Version bump to 0.1.10a
2013-12-27 11:20:02 -06:00
Patrick Mahoney
3ac167d49a
Version bump to 0.1.9
2013-12-27 11:19:53 -06:00
pmahoney
dddf0be4ef
Merge pull request #6 from ms-ati/allow-mutex-lock-from-different-thread
...
Fix Mutex to allow lock from different Ruby (green) thread in process
2013-12-27 09:18:39 -08:00
Marc Siegel
aeadb74ef6
Fix Mutex to allow lock from different Ruby (green) thread in process
2013-12-27 10:46:50 -05:00
Patrick Mahoney
3e4fa34694
Version bump to 0.1.9a
2013-12-26 22:39:44 -06:00
Patrick Mahoney
77ba16460e
Version bump to 0.1.8
2013-12-26 22:39:33 -06:00
pmahoney
c663e81774
Merge pull request #5 from ms-ati/allow-ruby-threads-to-continue
...
Fix: Allow ruby green threads to continue while waiting on semaphore
2013-12-26 20:37:26 -08:00
Marc Siegel
90a9f37da4
Disable test on 1.8.7, since workaround is to allow blocking on that version
2013-12-26 13:51:03 -05:00
Marc Siegel
d2f8af03eb
Workaround apparent bug in 1.8.7/REE: block all during sem_timedwait
2013-12-26 13:48:29 -05:00
Marc Siegel
d3d51fef91
Moved tests to just semaphore, and fixed thread joining
2013-12-26 13:28:40 -05:00
Marc Siegel
e2e70591a1
On posix, allow ruby threads to continue during wait / try_wait
2013-12-26 12:47:09 -05:00
Marc Siegel
50c096d84c
On mach, allow other ruby threads to continue during semaphore try_wait
2013-12-26 12:45:04 -05:00
Marc Siegel
d1644104c8
On mach, allow other ruby green threads to continue during semaphore wait
2013-12-26 12:27:36 -05:00
Patrick Mahoney
4906f5acf5
Add ruby 2.0.0 to travis config.
2013-02-21 13:09:08 -06:00
Patrick Mahoney
5abcdb378c
Add travis config.
2013-02-21 12:59:04 -06:00
Patrick Mahoney
862b1b3b08
Version bump to 0.1.8a
2013-02-19 13:58:10 -06:00
Patrick Mahoney
e106d38b86
Version bump to 0.1.7
2013-02-19 13:58:02 -06:00
Patrick Mahoney
a93775fe24
Don't include compiled extension in gem; configure extconf.rb to compile and install into the correct location. Fixes #4 .
2013-02-19 13:56:53 -06:00
Patrick Mahoney
5aba20cdf7
Partial MonitorMixin implementation.
2012-03-29 23:00:52 -05:00
Patrick Mahoney
80284301a7
Use semaphore#synchronize convenience method internally.
2012-03-29 22:34:16 -05:00
Patrick Mahoney
1eff930480
Initial attempt at Monitor class.
2012-03-29 22:33:03 -05:00
Patrick Mahoney
d8eba3cb25
Add target dir to .gitignore.
2012-03-24 13:35:08 -05:00
Patrick Mahoney
0dc83a72aa
Add rake task to generate flog report.
2012-03-24 13:27:42 -05:00
Patrick Mahoney
e6ff2ba8d7
Sort dev dependencies list in gemspec.
2012-03-24 13:07:00 -05:00
Patrick Mahoney
b6a6c2f241
Rdoc formatting.
2012-03-04 10:29:43 -06:00
Patrick Mahoney
b7d26ebd12
Rdoc formatting.
2012-03-04 10:28:23 -06:00
Patrick Mahoney
884a1fa6c3
Update README for new Mach stuff.
2012-03-04 10:26:58 -06:00
Patrick Mahoney
a0b99f840f
Add dev dependency on ci_reporter for test reports.
2012-02-26 13:28:37 -06:00
Patrick Mahoney
d012a11237
Add LockBehavior to semaphore spec.
2012-02-23 21:37:19 -06:00
Patrick Mahoney
5dc3c7299e
Move common lock test behavior out of mutex spec into module.
2012-02-23 21:33:38 -06:00
Patrick Mahoney
2af2cdc852
Version bump to 0.1.7a
2012-02-09 08:15:03 -06:00
Patrick Mahoney
d0448f75eb
Version bump to 0.1.6
2012-02-09 08:14:56 -06:00
Patrick Mahoney
662a86f2ab
Add release management rake tasks.
2012-02-09 08:14:47 -06:00
Patrick Mahoney
1a9fd328d4
Version bump to 0.1.6a
2012-02-09 08:14:03 -06:00
Patrick Mahoney
04af027faa
Version bump to 0.1.5
2012-02-09 08:13:59 -06:00
Patrick Mahoney
92f5348646
Version bump to 0.1.4
2012-02-09 08:12:51 -06:00
Patrick Mahoney
acee406bac
Version bump to 0.1.3
2012-02-09 08:10:34 -06:00
Patrick Mahoney
a74b6b1a74
Version bump to 0.1.3a
2012-02-09 08:09:04 -06:00
Patrick Mahoney
4a098765a6
Version bump to 0.1.2
2012-02-09 08:09:03 -06:00
Patrick Mahoney
0b188e09ca
Version bump to 0.1.2a
2012-02-09 08:05:28 -06:00
Patrick Mahoney
e55fa8864a
Version bump to 0.1.1
2012-02-09 08:05:27 -06:00