1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
autoloaded native library for Linux i386 More... almost 13 years ago
libaffinity.so was remove from gitignore More... almost 13 years ago
fix for issue #11 More... almost 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... almost 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... almost 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... almost 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/20 use the al.cpuId rather than the core id. More... almost 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/20 use the al.cpuId rather than the core id. More... almost 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/22 More... almost 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/18 More... almost 13 years ago
https://github.com/peter-lawrey/Java-Thread-Affinity/issues/18 More... almost 13 years ago
Merge remote branch 'origin/master' More... almost 13 years ago
Mispelled error message for missing affinity More... almost 13 years ago
Version 1.5.3 - Build on Windows cleanly and added Unix profile. More... almost 13 years ago
Version 1.5.3 - Build on Windows cleanly and added Unix profile. More... almost 13 years ago
Extract common code in Excerpts to an abstract parent. More... almost 13 years ago
Merge pull request #17 from bimargulies/master More... almost 13 years ago
Set up LD_LIBRARY_PATH in the pom. More... almost 13 years ago
Version 1.5.2 - Added Windows support and Javadoc for all public methods. More... almost 13 years ago
FIx a typo in handling reserved threads. More... almost 13 years ago
Add support for Windows JNA Affinity More... almost 13 years ago
Add support for Windows JNA Affinity More... almost 13 years ago
Highlight support for cpuinfo from a virtual machine More... almost 13 years ago
Improve support for jrockit More... almost 13 years ago
Improve support for windows. More... almost 13 years ago
Comment why i > 0 More... almost 13 years ago
Comment why i > 0 More... almost 13 years ago
Even more details More... almost 13 years ago
Even more details More... almost 13 years ago
Assume all cores have a different core id unless you know otherwise. More... almost 13 years ago