FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · rantala/string-sorting · GitHub
rantala
/
string-sorting
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
58
Code
Issues
0
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on May 16, 2026
Merge pull request #4 from rantala/work
Show description for c64640d
rantala
authored
c64640d
View commit details
Copy full SHA for c64640d
Browse repository at this point
cpu_information: report turbo/boost state, hardware peak, and P/E class
Show description for bbcc7db
rantala
and
claude
committed
bbcc7db
View commit details
Copy full SHA for bbcc7db
Browse repository at this point
Update to C++17 standard
Show description for 36b3187
rantala
and
claude
committed
36b3187
View commit details
Copy full SHA for 36b3187
Browse repository at this point
sortstring + routines: rewrite in C++
Show description for bca0083
rantala
and
claude
committed
bca0083
View commit details
Copy full SHA for bca0083
Browse repository at this point
timing: rewrite in C++
Show description for 690574e
rantala
and
claude
committed
690574e
View commit details
Copy full SHA for 690574e
Browse repository at this point
cpus_allowed: rewrite in C++
Show description for 893a11e
rantala
and
claude
committed
893a11e
View commit details
Copy full SHA for 893a11e
Browse repository at this point
vma_info: rewrite in C++
Show description for fbc4bf7
rantala
and
claude
committed
fbc4bf7
View commit details
Copy full SHA for fbc4bf7
Browse repository at this point
median.h: rewrite value-form med3char as min/max identity
Show description for de469ac
rantala
and
claude
committed
de469ac
View commit details
Copy full SHA for de469ac
Browse repository at this point
CMakeLists.txt: add MARCH cache variable
Show description for 1798ccb
rantala
and
claude
committed
1798ccb
View commit details
Copy full SHA for 1798ccb
Browse repository at this point
vector_realloc: avoid losing realloc pointers on failure
Show description for 7abb863
rantala
and
codex
committed
7abb863
View commit details
Copy full SHA for 7abb863
Browse repository at this point
funnelsort: split by buffer layout for parallel compilation
Show description for a585ec7
rantala
and
claude
committed
a585ec7
View commit details
Copy full SHA for a585ec7
Browse repository at this point
Handle empty input (n == 0) in every sort routine
Show description for a372fa7
rantala
and
claude
committed
a372fa7
View commit details
Copy full SHA for a372fa7
Browse repository at this point
Explicit abort() on malloc failures
Show description for 07d75ee
rantala
and
claude
committed
07d75ee
View commit details
Copy full SHA for 07d75ee
Browse repository at this point
build.yml: refresh runners, dependencies, and actions
Show description for 5390c03
rantala
and
claude
committed
5390c03
View commit details
Copy full SHA for 5390c03
Browse repository at this point
CMakeLists.txt: modernize and require cmake 3.16
Show description for 10685ba
rantala
and
claude
committed
10685ba
View commit details
Copy full SHA for 10685ba
Browse repository at this point
CMakeLists.txt: add ENABLE_CLANG_ANALYZER option
Show description for 09fb443
rantala
and
claude
committed
09fb443
View commit details
Copy full SHA for 09fb443
Browse repository at this point
CMakeLists.txt: add ENABLE_GCC_ANALYZER option
Show description for c2f5e5c
rantala
and
claude
committed
c2f5e5c
View commit details
Copy full SHA for c2f5e5c
Browse repository at this point
Commits on Jan 24, 2022
Drop ubuntu-16.04 from CI build, no longer available
rantala
committed
56c7d3f
View commit details
Copy full SHA for 56c7d3f
Browse repository at this point
Fix unit-test insertion sort assertion failures
Show description for 7743c24
rantala
committed
7743c24
View commit details
Copy full SHA for 7743c24
Browse repository at this point
burstsort_mkq.cpp: fix use-after-free regression
Show description for f22ee85
rantala
committed
f22ee85
View commit details
Copy full SHA for f22ee85
Browse repository at this point
Commits on Dec 28, 2020
build.yml: install systemtap-sdt-dev in build-llvm job
Show description for 3403612
rantala
committed
3403612
View commit details
Copy full SHA for 3403612
Browse repository at this point
mergesort_lcp.cpp: in mergesort_lcp_2way_parallel switch to single thread mergesort for small inputs
Show description for 0bcefb1
rantala
committed
0bcefb1
View commit details
Copy full SHA for 0bcefb1
Browse repository at this point
Fix build for other than x86
Show description for 20f7027
rantala
committed
20f7027
View commit details
Copy full SHA for 20f7027
Browse repository at this point
Commits on Dec 2, 2020
mergesort_lcp.cpp: parallel routine OpenMP fix
Show description for 880f9d0
bingmann
authored and
rantala
committed
880f9d0
View commit details
Copy full SHA for 880f9d0
Browse repository at this point
unit-test/main.cpp: use whitespace to separate function calls()
rantala
committed
6252797
View commit details
Copy full SHA for 6252797
Browse repository at this point
burstsort_mkq.cpp: stack allocate root TSTNode
Show description for dc5a9b2
rantala
committed
dc5a9b2
View commit details
Copy full SHA for dc5a9b2
Browse repository at this point
burstsort_mkq.cpp: add debug prints and tree check
Show description for 2874bde
rantala
committed
2874bde
View commit details
Copy full SHA for 2874bde
Browse repository at this point
burstsort_mkq.cpp: fix burstsort_mkq_recursiveburst routine
Show description for d4c45c9
rantala
committed
d4c45c9
View commit details
Copy full SHA for d4c45c9
Browse repository at this point
Commits on Nov 25, 2020
msd_a2.cpp: rename free() member function to deallocate()
Show description for 7bf3e1a
bingmann
authored and
rantala
committed
7bf3e1a
View commit details
Copy full SHA for 7bf3e1a
Browse repository at this point
Update build.yml
Show description for 132916d
rantala
committed
132916d
View commit details
Copy full SHA for 132916d
Browse repository at this point
mergesort_lcp.cpp: disable routines with cache due to memory errors
Show description for 38096bf
rantala
committed
38096bf
View commit details
Copy full SHA for 38096bf
Browse repository at this point
unit-test: extend test_routines()
rantala
committed
0e06c54
View commit details
Copy full SHA for 0e06c54
Browse repository at this point
unit-test: avoid compiler warnings from signed vs. unsigned comparisons
rantala
committed
587a2be
View commit details
Copy full SHA for 587a2be
Browse repository at this point
unit-test: test all routines
Show description for ba29dab
rantala
committed
ba29dab
View commit details
Copy full SHA for ba29dab
Browse repository at this point
unit-test: compile unit-test executable by default
Show description for 59e0849
rantala
committed
59e0849
View commit details
Copy full SHA for 59e0849
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL