moldybits
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 created branch metrics in moldybits/raytracer-c 2023-12-10 02:10:42 -05:00
moldybits deleted branch metrics from moldybits/raytracer-c 2023-12-10 02:10:42 -05:00
moldybits pushed to metrics at moldybits/raytracer-c 2023-12-10 00:03:04 -05:00
7632dc1a29 Convert to pthreads from OpenMP
63b636da7c Beginning of metrics, working registry, counter and gauge
Compare 2 commits »
moldybits created branch metrics in moldybits/raytracer-c 2023-12-10 00:03:04 -05:00
moldybits deleted branch metrics from moldybits/raytracer-c 2023-12-10 00:03:04 -05:00
moldybits pushed to metrics at moldybits/raytracer-c 2023-12-09 23:55:55 -05:00
e3b41e5cb7 Convert to pthreads from OpenMP
7f6522efb3 Beginning of metrics, working registry, counter and gauge
Compare 2 commits »
moldybits created branch metrics in moldybits/raytracer-c 2023-12-09 23:55:55 -05:00
moldybits deleted branch metrics from moldybits/raytracer-c 2023-12-09 23:55:55 -05:00
moldybits pushed to metrics at moldybits/raytracer-c 2023-12-09 12:57:26 -05:00
8e5725f1b8 Remove unneeded comment in metrics.c
e5356e90b3 Remove commented line in logger.h
d3689ff190 Set a sequence in render_obj
09b4567392 Convert sequences over to pthreads as well
Compare 4 commits »
moldybits pushed to master at Forks/privacore-open-source-search-e… 2023-12-03 23:56:02 -05:00
3cee3d0923 Fix RdbBucketsTest seg fault (missing return statements), call pytest instead of py.test in system test Makefile
moldybits pushed to master at Forks/privacore-open-source-search-e… 2023-12-03 19:59:04 -05:00
d21bf841ab Fix BitsTest to use a getter method instead of trying to access the private class member
d3f98f87de Get compiling on Fedora 39 (bunch of missing includes, might be a better way to clean these up but at this point just trying to get to compile to see how well this thing works)
ea443ad739 Update generate_entities.py to run in python 3
Compare 3 commits »
moldybits created repository Forks/privacore-open-source-search-e… 2023-12-03 19:58:29 -05:00
moldybits transferred repository Forks/privacore-open-source-search-engine to Mirrors/privacore-open-source-search-e… 2023-12-03 19:58:13 -05:00
moldybits transferred repository Mirrors/privacore-open-source-search-engine to Mirrors/privacore-open-source-search-e… 2023-12-03 19:54:36 -05:00
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-30 20:10:12 -05:00
d4c60a2086 Attempt to fix segfault I just reverted
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-30 01:03:10 -05:00
35e7935779 Revert change to TcpServer to avoid a segfault - breaks Spidering due to inadvertant change in behavior, need to fix segfault deeper in stack