0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 6 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the CMake makefile, a logical block didn't close correctly.
maleadt
as Tim Besard
More... over 13 years ago
Fixed type detection.
maleadt
as Tim Besard
More... about 14 years ago
Worked around the undocumented and crappy change in how CMake handles wxWidgets.
maleadt
as Tim Besard
More... about 14 years ago
Fixed threading segfaults.
maleadt
as Tim Besard
More... almost 15 years ago
Threading macro's.
maleadt
as Tim Besard
More... almost 15 years ago
Removed the uSTD datastructures (replacing the STD ones isn't a proper way to optimize).
maleadt
as Tim Besard
More... almost 15 years ago
Data: fixed some bugs and improved performance a bit, but didn't fix the multithreading bug yet.
maleadt
as Tim Besard
More... about 15 years ago
Threading: reverted previous commit.
maleadt
as Tim Besard
More... about 15 years ago
Threading: a different approach, using a master Thread object which is privatized for each separate thread. Will be removed in next commit as it did not prove to be faster.
maleadt
as Tim Besard
More... about 15 years ago
Main: altered benchmark code, no copy_rate anymore (= no possibly negative numbers).
maleadt
as Tim Besard
More... about 15 years ago
CMake: removed Boost dependancy.
maleadt
as Tim Besard
More... about 15 years ago
Threading: reorganised source files.
maleadt
as Tim Besard
More... about 15 years ago
Threading: overhauled the system completely, in case of single-threaded OpenMP almost all overhead is gone now.
maleadt
as Tim Besard
More... about 15 years ago
Data: changed naming convention and reordeder functions. Main: added more benchmark routines, mainly involving the data structure (for upcoming multithreading tests).
maleadt
as Tim Besard
More... about 15 years ago
Data: made more routines multithreaded.
maleadt
as Tim Besard
More... about 15 years ago
CMake: whoops, experimental stuff should be disabled.
maleadt
as Tim Besard
More... about 15 years ago
Data: updated multithreaded code.
maleadt
as Tim Besard
More... about 15 years ago
Data: updated multithreaded code.
maleadt
as Tim Besard
More... about 15 years ago
Data: using Boost range iterators, got corruption.
maleadt
as Tim Besard
More... about 15 years ago
Data: updated multithreaded rotation code.
maleadt
as Tim Besard
More... about 15 years ago
CMake: added OpenMP configuration parameters. Data: initial multithreaded (OpenMP-based) support in Rotation function. Segfaults though.
maleadt
as Tim Besard
More... about 15 years ago
General: updated installation instructions.
maleadt
as Tim Besard
More... about 15 years ago
Forgot to add new files in previous commit.
maleadt
as Tim Besard
More... about 15 years ago
Improved exception handling
maleadt
as Tim Besard
More... about 15 years ago
Code format
maleadt
as Tim Besard
More... about 15 years ago
GUI: improved benchmark mode
maleadt
as Tim Besard
More... about 15 years ago
GUI: check for input filename in benchmark mode
maleadt
as Tim Besard
More... about 15 years ago
input: generate a static set of data, so we can compare benchmarks without having to ship a test file.
maleadt
as Tim Besard
More... about 15 years ago
Removed some unneeded headers.
maleadt
as Tim Besard
More... about 15 years ago
[no comment]
maleadt
as Tim Besard
More... about 15 years ago