moldybits
moldybits pushed to metrics at moldybits/raytracer-c 2023-11-14 00:55:15 -05:00
feb2424347 Add some more multithreaded protection. Incomplete & needs more work
moldybits pushed to metrics at moldybits/raytracer-c 2023-11-13 23:32:36 -05:00
ad2ccfc7b7 Add some synchronization for multithreading (not complete), fix hash collisions (need a test), save ourselves from calculating the string hash an extra time
e8b8ec1883 fix format string in histogram test
aa65adb36d Add histogram metric type
Compare 3 commits »
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-04 16:58:08 -04:00
81ede57b87 Rename Errno.h/Errno.cpp to GbErrno.h/GbErrno.cpp to keep from conflicting with errno.h on case-insensitive filesystems
moldybits pushed to devel at Forks/open-source-search-engine 2023-11-03 19:42:50 -04:00
fe48f34bad Minor changes to get gb to compile on macos, not perfect but better. Also minor changes to avoid immediate cores when running gb on macos
moldybits created branch devel in Forks/open-source-search-engine 2023-11-03 19:42:50 -04:00
moldybits pushed to compunixaustralia-master at Forks/open-source-search-engine 2023-11-03 19:33:55 -04:00
1bf55c514d Merge remote-tracking branch 'compunixaustralia/compiler-warnings' into compunixaustralia-master
moldybits created branch compunixaustralia-master in Forks/open-source-search-engine 2023-11-03 19:33:55 -04:00
moldybits transferred repository moldybits/open-source-search-engine to Forks/open-source-search-engine 2023-11-03 10:55:42 -04:00
moldybits transferred repository moldybits/symon to Forks/symon 2023-11-02 21:33:10 -04:00
moldybits pushed to metrics at moldybits/raytracer-c 2023-10-22 16:09:59 -04:00
f72efa93fb Add convenience macros to support default registry
moldybits pushed to metrics at moldybits/raytracer-c 2023-10-22 15:54:04 -04:00
4fad1a01ff Reformat only
moldybits pushed to metrics at moldybits/raytracer-c 2023-10-21 20:39:01 -04:00
20cc235fed Beginning of metrics, working registry, counter and gauge
moldybits created branch metrics in moldybits/raytracer-c 2023-10-21 20:39:01 -04:00
moldybits pushed to master at moldybits/raytracer-c 2023-10-08 00:24:39 -04:00
26560effb0 Genericize lists, makes it easy to switch between linked list to array backed list
8a74895b97 Default to building benchmarks
Compare 2 commits »
moldybits pushed to master at moldybits/raytracer-c 2023-10-07 19:56:16 -04:00
acb1982235 Refactor Fn_apply->UTILITIES_fn_apply
moldybits pushed to master at moldybits/raytracer-c 2023-10-07 19:43:41 -04:00
ebfa2ae325 Refactor/rename Sasprintf -> UTILITIES_sasprintf
moldybits pushed to master at moldybits/raytracer-c 2023-10-03 23:35:58 -04:00
8ce1969891 Refactor RAY_Computations usage to eliminate some calls to malloc
227f5b14ba avoid condition is always true warning from gcc 13
Compare 2 commits »
moldybits pushed to master at moldybits/raytracer-c 2023-10-02 20:06:05 -04:00
e2c819261c Refactor functions with no arguments to make sure they have a prototype
moldybits pushed to master at moldybits/raytracer-c 2023-10-02 19:19:00 -04:00
f160c13200 Update CMakeLists to put cmake_minimum_required first, update gitignore to ignore goofy mac desktop files
moldybits pushed to swig at moldybits/raytracer-c 2023-10-02 19:13:29 -04:00
714b209a44 working python module
7d689629f4 Add cylinder, use nicer api in test
7df30bb043 make materials a little more friendly
Compare 3 commits »