0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 10 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of bitbucket.org:trippler/libtask More... over 8 years ago
Task_idle now uses conditional_variable for waiting instead of sleeping More... over 8 years ago
Corrected brackets for standard includes More... over 8 years ago
Removed unused include More... over 8 years ago
Going to remove the include of algorithm as it is unused More... over 8 years ago
fixed out of bounds memory access in parallel_indice_sorter More... over 8 years ago
if a pointer evaluates to false then it is NULL, calling free on NULL is not an error so there is no reason to check for it. More... over 8 years ago
Extracted locklessness to its own function More... over 8 years ago
lockless now works as well More... over 8 years ago
Lockless addition of values added with define More... over 8 years ago
Removed a bug that would prevent drawing of a complete graph with reverse draw enabled More... almost 9 years ago
Option added to reverse draworder of indices to highlight details that would be hidden by noise before. Patterns are a lot more visible More... almost 9 years ago
Some cleanup More... about 9 years ago
Merge branch 'master' of bitbucket.org:trippler/binary-visualizer More... over 9 years ago
small change to offset_handle() More... over 9 years ago
Tweaking byte_plot gui a bit More... over 9 years ago
Improved byte_plot image handling and functionality More... over 9 years ago
Removed uneccessary slider in byte_plot More... over 9 years ago
moved initialization of offset to constructor due to error More... over 9 years ago
INFO is now using %ld for long More... over 9 years ago
Adding application icon to windows executable. Updating gitignore More... over 9 years ago
Automatic shader copy when compile. In order for this to work, one has to run make install after make. Can be added as a build step in creator (add build step --> Make --> Make arguments = install More... over 9 years ago
Setting default window size to maximized More... over 9 years ago
Offset for byte_plot More... over 9 years ago
Implementing rotate and flip buttons in byte_plot More... over 9 years ago
Implementing working window moving and resizing utilizing thousands of filesize instead of byte resolution More... over 9 years ago
updating gitignore More... over 9 years ago
working on using thousandths for sliders More... over 9 years ago
Removed crash for large files (>= 3G) More... over 9 years ago
data_pos 64 bit to support possibility of large resolutions More... over 9 years ago