moldybits
moldybits pushed to master at Forks/open-source-search-engine 2024-05-24 15:56:23 -04:00
45dbff2045 Fix stack dump on crash to dump symbols rather than log addr2line command. Add gbassert() so the purposeful segfaults can be replaced by just raising a SIGSEGV & it's purpose will be more clear
d7c5762556 Get some basic test infrastructure built so it's possible to write tests when making changes
3ba8a20ac7 Separate sources that are used to build gb, put them in src, and put everything else in the junkdrawer dir. Start a new/clean Makefile.
fc43b3f666 Stop memseting objects in TcpServer, use clear() instead
1df70c2d59 Merge branch 'master' into devel
Compare 6 commits »
moldybits pushed to devel at Forks/open-source-search-engine 2024-05-24 15:53:30 -04:00
45dbff2045 Fix stack dump on crash to dump symbols rather than log addr2line command. Add gbassert() so the purposeful segfaults can be replaced by just raising a SIGSEGV & it's purpose will be more clear
moldybits pushed to devel at Forks/open-source-search-engine 2024-05-23 20:05:13 -04:00
d7c5762556 Get some basic test infrastructure built so it's possible to write tests when making changes
moldybits pushed to devel at Forks/open-source-search-engine 2024-05-15 22:29:53 -04:00
3ba8a20ac7 Separate sources that are used to build gb, put them in src, and put everything else in the junkdrawer dir. Start a new/clean Makefile.
fc43b3f666 Stop memseting objects in TcpServer, use clear() instead
Compare 2 commits »
moldybits pushed to master at moldybits/maze-cpp 2024-05-03 23:29:33 -04:00
e11b3d8c5e Refactor to move maze creation algorithms to their own directory
moldybits pushed to master at moldybits/maze-cpp 2024-05-03 13:44:49 -04:00
2292375d06 Add Catch2 into extern dir as git submodule
moldybits pushed to master at moldybits/maze-cpp 2024-05-03 13:39:08 -04:00
b36075cb02 Embed Catch2 directly into extern dir (not as submodule)
moldybits pushed to master at moldybits/maze-cpp 2024-05-03 13:13:22 -04:00
7f3caeb51d Update test includes for diff catch version
moldybits pushed to master at moldybits/maze-cpp 2024-05-02 23:24:40 -04:00
a796410fb4 Add demo to main, press different keys to generate using different algorithms
moldybits pushed to master at moldybits/maze-cpp 2024-05-02 23:23:19 -04:00
06acbb0dbc Add demo to main, press different keys to generate using different algorithms
moldybits pushed to devel at Forks/open-source-search-engine 2024-05-01 23:31:30 -04:00
1df70c2d59 Merge branch 'master' into devel
ad9f671aca Various minor undefined behavior fixes - aliasing issues, checking error on filehandle that's been closed, etc
c85db512d6 Turn optimizations back on (-O3)
68c3afedd1 update README
Compare 4 commits »
moldybits pushed to master at Forks/open-source-search-engine 2024-04-23 21:26:23 -04:00
c85db512d6 Turn optimizations back on (-O3)
moldybits pushed to master at Forks/open-source-search-engine 2024-04-11 00:24:44 -04:00
68c3afedd1 update README
moldybits pushed to master at Forks/open-source-search-engine 2024-04-10 23:32:08 -04:00
6c83d81c74 Add a dockerfile and entrypoint to make it easy to play with
d4c60a2086 Attempt to fix segfault I just reverted
35e7935779 Revert change to TcpServer to avoid a segfault - breaks Spidering due to inadvertant change in behavior, need to fix segfault deeper in stack
09a3216899 Fix a number of segfaults that occur under higher optimization levels
e1044559e2 Remove call to mlockall() at application start
Compare 25 commits »
moldybits pushed to devel at Forks/open-source-search-engine 2024-04-10 23:26:51 -04:00
6c83d81c74 Add a dockerfile and entrypoint to make it easy to play with
moldybits pushed to master at moldybits/raytracer-c 2024-02-15 23:01:00 -05:00
c187161829 Convert to pthreads from OpenMP
63b636da7c Beginning of metrics, working registry, counter and gauge
Compare 2 commits »
moldybits pushed to master at moldybits/cnpemu 2024-01-21 16:07:47 -05:00
ab471ff7c0 Add /opt/homebrew to includes and library search path if found
moldybits pushed to metrics at moldybits/raytracer-c 2023-12-10 02:10:43 -05:00
c187161829 Convert to pthreads from OpenMP
63b636da7c Beginning of metrics, working registry, counter and gauge
Compare 2 commits »
moldybits deleted branch metrics from moldybits/raytracer-c 2023-12-10 02:10:42 -05:00
moldybits created branch metrics in moldybits/raytracer-c 2023-12-10 02:10:42 -05:00