15
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove stxxl verbose problem with compilation (#93) More... about 6 years ago
Merge pull request #92 from yarchi/master More... about 6 years ago
add comments More... about 6 years ago
add next_block and next methods More... about 6 years ago
Fix memory leak in linuxaio: Posted requests were moved into (unnecessary) queue and freed only on programme termination More... over 6 years ago
Added noexcept(false) attributes. Fixes #60 More... over 7 years ago
Add noexcept(false) attributes. Fixes #60 More... over 7 years ago
Merge remote-tracking branch 'bingmann/master' More... almost 8 years ago
Merge pull request #41 from adishavit/master More... over 8 years ago
Removes variable name hiding by renaming variables with the same name in a nested scope. More... over 8 years ago
Merge pull request #37 from orens/feature/windows-compilation More... over 8 years ago
Merge pull request #39 from orens/hashmap-empty More... over 8 years ago
Fix #38: `empty()` actually returns `!empty()` More... over 8 years ago
Add a default C'tor for spin_lock when MSVC_VER>1800 More... over 8 years ago
Merge pull request #35 from manpen/master More... over 8 years ago
Fix interrupted syscall in linuxaio queue More... over 8 years ago
Merge pull request #30 from velnias75/master More... almost 9 years ago
compile fix with g++ 5.3.0
Heiko Schäfer
as Heiko Schaefer
More... almost 9 years ago
Merge branch 'bobbthebuilder-master' More... about 9 years ago
Update to uncrustify 0.61 and reformatting skew3-lcp and more. More... about 9 years ago
examples: further simplifying skew3-lcp to use stxxl's stream library. More... about 9 years ago
Merge branch 'master' of https://github.com/bobbthebuilder/stxxl into bobbthebuilder-master More... about 9 years ago
Merge pull request #26 from reunanen/fix-gettemppath-windows-unicode More... about 9 years ago
Ditto for WinAPI functions used in wfs_file_base.cpp More... about 9 years ago
Fix possible compiler error on Windows / Microsoft Visual C++: GetTempPath may be #defined as GetTempPathA (narrow chars) or GetTempPathW (wide chars). Because the present code doesn't work with GetTempPathW, let's use GetTempPathA explicitly. More... about 9 years ago
Removed template parameters of some types and comparators in skew class More... about 9 years ago
Enabled stxxl::uint40 datatypes More... about 9 years ago
Eliminated tmp variables in merge_sa_lcp More... about 9 years ago
Deleted unused helpers, statements and variables More... about 9 years ago
Removed debug output in examples/applications/skew3-lcp.cpp More... about 9 years ago