Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-04-24 | Update README | Willian Z | -1/+3 | |
2022-04-24 | fix mempcpy not available on mac | Willian Z | -2/+2 | |
2022-04-24 | Create CMakeLists.txt | Willian Z | -0/+5 | |
2022-04-24 | Create .gitignore | Willian Z | -0/+34 | |
2020-05-15 | Merge pull request #11 from steveschnepp/fix-testno-comparison | raas | -2/+2 | |
Fix the test for -t which was inverted. | ||||
2020-05-14 | Fix the test for -t which was inverted | Steve Schnepp | -2/+2 | |
Found because GCC 6.4.0 emits a warning: warning: comparison of 0 > unsigned expression is always false [-Wtautological-compare] | ||||
2018-05-10 | LGPLv2.1 it is, cf ↵ | Andras Horvath | -1/+1 | |
https://www.quora.com/What-are-the-major-differences-between-GNU-LGPL-v3-and-v2-1 | ||||
2018-05-04 | explicit LGPLv3+ license, cf ↵ | ahorvath | -1/+4 | |
https://fedoraproject.org/wiki/Licensing:Main?rd=Licensing | ||||
2018-02-08 | Merge pull request #7 from lnxbil/fix-issue-6 | raas | -1/+1 | |
Fixing raas/mbw#6 | ||||
2018-02-08 | Merge pull request #9 from lnxbil/fixing-dates | raas | -3/+3 | |
Fixing wrong week days | ||||
2018-02-08 | Merge pull request #8 from lnxbil/fix-issue-5 | raas | -4/+4 | |
Fixing raas/mbw#5 | ||||
2018-02-08 | Fixing wrong week days | Andreas Steinel | -3/+3 | |
rpm-build bogus date detection yields: warning: bogus date in %changelog: Mon Jan 17 2014 Andras Horvath <andras.horvath@gmail.com> 1.4-1 warning: bogus date in %changelog: Tue Jul 07 2006 Andras Horvath <Andras.Horvath@cern.ch> 1.1-1 warning: bogus date in %changelog: Thu Apr 26 2006 Andras Horvath <Andras.Horvath@cern.ch> 1.0-1 | ||||
2018-02-08 | Fixing raas/mbw#5 | Andreas Steinel | -4/+4 | |
file ownership should be set exclusively in %files so that the package can be built without root privileges. | ||||
2018-02-08 | Fixing raas/mbw#6 | Andreas Steinel | -1/+1 | |
Adding distribution to release number | ||||
2015-05-06 | Merge pull request #4 from sbates130272/master | raas | -3/+8 | |
Added -n 0 option to run loops forever | ||||
2015-05-06 | Added review changes for pull request | Stephen Bates | -3/+1 | |
2015-05-05 | Added -n 0 option to run loops forever | Stephen Bates | -3/+10 | |
2014-02-17 | Add version number. v1.4 | Andras HORVATH | -1/+8 | |
2014-02-17 | Fix labeling of the displayed results. | Andras HORVATH | -9/+14 | |
2013-10-07 | Make RPM building more robust in Makefile, and omit .git from the archive. | Andras HORVATH | -2/+5 | |
2013-10-07 | Merge pull request #1 from jmslocum/master | raas | -5/+14 | |
Version 1.3 mbw | ||||
2013-10-05 | Fixed small bug with my bug fix ;-) | James Slocum | -1/+1 | |
2013-10-05 | Bug Fix: advance was not guaranteed to be divisable by long_size, changed ↵ | James Slocum | -4/+5 | |
the MBLOCK test by convering to char* arrays and tracking bytes. | ||||
2013-10-03 | Updated spec file to reflect changes. | James Slocum | -1/+5 | |
2013-10-03 | Fixed 2 bugs. | James Slocum | -3/+7 | |
Fixed a segfault, and read error. 1) the for(t=0; t<array_size; t+=block_size) loop could write past the end of the buffer and segfault 2) The 'a' buffer was not being advanced, causing the same memory to be read over and over, this caused heavy cache hits and unrealistically high results. | ||||
2012-03-11 | README update | Andras HORVATH | -1/+2 | |
2012-03-11 | new README | Andras HORVATH | -0/+9 | |
2012-03-11 | Update version number and contact information | Andras HORVATH | -153/+6 | |
2012-03-11 | Re-indenting, cosmetic changes | Andras HORVATH | -208/+221 | |
2012-03-06 | ...and get rid of the extra variable | Andras HORVATH | -1/+0 | |
2012-03-06 | Fix MCBLOCK test: actually copy to the full buffer, not just its first ↵ | Andras HORVATH | -2/+2 | |
$blocksize. | ||||
2012-03-06 | git import | Andras HORVATH | -0/+535 | |