moldybits
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-29 19:18:03 -05:00
09a3216899 Fix a number of segfaults that occur under higher optimization levels
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-27 00:31:11 -05:00
e1044559e2 Remove call to mlockall() at application start
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-27 00:07:49 -05:00
c81861316c Cleanup Mem & Loop, remove tons of commented code
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-25 19:58:25 -05:00
ea551c9e7b Up c++ standard to c++23. Eliminate some warnings from the deprecation of register keyword.
18fb2d3122 Remove more unused includes
Compare 2 commits »
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-25 01:02:09 -05:00
93aafa5b67 Remove more unused includes
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-24 19:00:18 -05:00
4ef25b0d78 Remove unused includes
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-24 07:21:40 -05:00
8907fd0b79 Remove unused macros
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-23 20:05:47 -05:00
723130eeca Simplify printf formatting macros to use the cinttypes versions. Should probably do a massive find/replace on these at some point to eliminate them completely.
b1c4dae6fd Fix GbErrno.cpp include (for case sensitive filesystems)
Compare 2 commits »
moldybits pushed to master at moldybits/warcat 2023-11-23 06:57:34 -05:00
703a97f542 update readme
moldybits pushed to master at moldybits/warcat 2023-11-22 14:40:22 -05:00
d935e456fd Update readme to include homebrew formula
moldybits pushed tag v0.1.0 to moldybits/warcat 2023-11-22 13:40:30 -05:00
moldybits pushed to master at moldybits/warcat 2023-11-22 13:40:05 -05:00
c885049565 Put debian completions in /usr/share/bash-completion/completions instead of /etc/bash_completion.d
moldybits pushed to master at moldybits/warcat 2023-11-22 11:54:55 -05:00
f849c678f2 Add some build scripts so i don't have to remember how to build the packages
moldybits pushed to master at moldybits/warcat 2023-11-22 09:14:31 -05:00
1b2e59c512 Handle errors. Probably not quite idiomatically...
moldybits pushed to master at moldybits/warcat 2023-11-22 08:13:20 -05:00
691a6f0e2d Add debian package build
moldybits pushed to master at moldybits/warcat 2023-11-21 16:31:20 -05:00
a562b68a89 Update readme and fix a typo in usage
moldybits pushed to master at moldybits/warcat 2023-11-21 14:25:22 -05:00
ebd7149549 Add RPM generation, along with man page, and bash completions
moldybits pushed to master at moldybits/warcat 2023-11-21 13:04:23 -05:00
79dd708775 Initial commit. TODO - handle errors, man page, command completion
moldybits created repository moldybits/warcat 2023-11-21 12:58:07 -05:00
moldybits pushed to metrics at moldybits/raytracer-c 2023-11-19 02:45:34 -05:00
e83747ef2c Begin convert to pthreads from OpenMP