-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: csskysea/memtester
base: master
head repository: jnavila/memtester
compare: master
- 10 commits
- 19 files changed
- 4 contributors
Commits on May 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d57a4cf - Browse repository at this point
Copy the full SHA d57a4cfView commit details
Commits on Sep 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c1acc5c - Browse repository at this point
Copy the full SHA c1acc5cView commit details
Commits on Jan 27, 2022
-
bump to version 4.5.1 from pyropus.ca
Apply diff between the 4.5.0 and the 4.5.1 downloaded tarballs. As the changelog states, this is a documentation-only update. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Configuration menu - View commit details
-
Copy full SHA for 8b52e4d - Browse repository at this point
Copy the full SHA 8b52e4dView commit details -
Merge pull request jnavila#6 from lucaceresoli/for-jnavila-master
bump to version 4.5.0 from pyropus.ca
Configuration menu - View commit details
-
Copy full SHA for a6915a1 - Browse repository at this point
Copy the full SHA a6915a1View commit details
Commits on Feb 16, 2022
-
Cleanup sources by removing all spaces at line end and multiple empty lines at end of .h and .c files. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Configuration menu - View commit details
-
Copy full SHA for 7804803 - Browse repository at this point
Copy the full SHA 7804803View commit details -
Suppress progress output if stdout is not a tty
The progress output based on '\b' to update the screen is very nice when memtester is run interactively. However it is annoying when its output is redirected, for example to save it to a log file or to parse it. Automatically disable the progress reports when stdout is not a tty, detected by isatty(). As this involves adding an if() is all places where progress is shown, it would add more duplicated code to the existing one. To avoid it, move all the status-reporting output code to a new file, output.c, and use these new calls everywhere progress status is shown. Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Configuration menu - View commit details
-
Copy full SHA for 026768d - Browse repository at this point
Copy the full SHA 026768dView commit details
Commits on Mar 11, 2022
-
Support uncached physical addresses
Added the option 'u' to request memtester to work on physical addresses but with uncached memory semantices (removing O_SYNC from the open flags). Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 867cc21 - Browse repository at this point
Copy the full SHA 867cc21View commit details -
Ignore objects and binaries built. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6749485 - Browse repository at this point
Copy the full SHA 6749485View commit details
Commits on Mar 16, 2022
-
Merge pull request jnavila#8 from lucaceresoli/for-upstream
Suppress progress output if redirected
Configuration menu - View commit details
-
Copy full SHA for 6ad2c84 - Browse repository at this point
Copy the full SHA 6ad2c84View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f60dd - Browse repository at this point
Copy the full SHA c6f60ddView 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