1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
autoloaded native library for Linux i386 More... over 13 years ago
libaffinity.so was remove from gitignore More... over 13 years ago
fix for issue #11 More... over 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/19 If you try to bind on a failed lock but later a cpu is free, this blows up. Fix by allowing any match when binding on a failed lock. More... over 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/19 Test to handle when no more locks available (which have an id of -1) More... over 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/21 Ensure un-bound affinity locks are not assigned more than once. More... over 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/20 use the al.cpuId rather than the core id. More... over 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/20 use the al.cpuId rather than the core id. More... over 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/22 More... over 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/18 More... over 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/18 More... over 13 years ago
Merge remote branch 'origin/master' More... over 13 years ago
Mispelled error message for missing affinity More... over 13 years ago
Version 1.5.3 - Build on Windows cleanly and added Unix profile. More... over 13 years ago
Version 1.5.3 - Build on Windows cleanly and added Unix profile. More... over 13 years ago
Extract common code in Excerpts to an abstract parent. More... over 13 years ago
Merge pull request #17 from bimargulies/master More... over 13 years ago
Set up LD_LIBRARY_PATH in the pom. More... over 13 years ago
Version 1.5.2 - Added Windows support and Javadoc for all public methods. More... over 13 years ago
FIx a typo in handling reserved threads. More... over 13 years ago
Add support for Windows JNA Affinity More... over 13 years ago
Add support for Windows JNA Affinity More... over 13 years ago
Highlight support for cpuinfo from a virtual machine More... over 13 years ago
Improve support for jrockit More... over 13 years ago
Improve support for windows. More... over 13 years ago
Comment why i > 0 More... over 13 years ago
Comment why i > 0 More... over 13 years ago
Even more details More... over 13 years ago
Even more details More... over 13 years ago
Assume all cores have a different core id unless you know otherwise. More... over 13 years ago