moldybits
moldybits pushed to master at Forks/open-source-search-engine 2024-12-22 21:08:05 -05:00
60e235888b Add some testing for HashTableX
moldybits pushed to master at Forks/open-source-search-engine 2024-12-22 18:55:33 -05:00
de3c4e99a8 Add more tests to Abbreviations and some more minor cleanup
moldybits pushed to master at Forks/open-source-search-engine 2024-08-17 01:30:52 -04:00
f6252e633c Cleanup Pages.* and PageHosts.cpp
moldybits pushed to master at Forks/open-source-search-engine 2024-08-16 00:24:35 -04:00
c3660f7794 Update readme with cmake/catch2
moldybits pushed to inja-template at Forks/open-source-search-engine 2024-08-15 23:59:50 -04:00
2bde13ce1b Simple template test, not to be merged
moldybits created branch inja-template in Forks/open-source-search-engine 2024-08-15 23:59:49 -04:00
moldybits pushed to master at Forks/open-source-search-engine 2024-07-02 08:18:39 -04:00
117587e81b Move ancient script dir to junkdrawer, create a new gen_cluster_config cmd line tool in fresh script dir
moldybits pushed to master at Forks/open-source-search-engine 2024-06-30 00:47:29 -04:00
6f8562588f Merge branch 'Linkdb-cleanup'
1e39c7616e Cleanup Linkdb.cpp/h, remove much commented code. IMPORTANT: removed
Compare 2 commits »
moldybits pushed to master at Forks/open-source-search-engine 2024-06-30 00:26:56 -04:00
0e5009d510 Add some validation to the url value passed in Advanced->Parser, url field to prevent an assert being hit with a malformed url
moldybits created branch Linkdb-cleanup in Forks/open-source-search-engine 2024-06-29 19:34:29 -04:00
moldybits pushed to Linkdb-cleanup at Forks/open-source-search-engine 2024-06-29 19:34:29 -04:00
6ec3c41726 Begin linkdb cleanup
moldybits pushed to master at Forks/open-source-search-engine 2024-06-27 23:17:27 -04:00
7363f125f1 Convert Sections.cpp assertions to gbassert
moldybits pushed to master at Forks/open-source-search-engine 2024-06-27 21:43:40 -04:00
e1891f37bf Add linker flags to CMake config so stack traces work again
moldybits pushed to master at Forks/open-source-search-engine 2024-06-27 00:25:10 -04:00
8d611f1247 Merge branch 'queryoverwrite'
178c374e75 Query::clear() is writing beyond the bounds of some arrays
5680564647 Add -wno-misleading-indentation to avoid soo many warnings
Compare 3 commits »
moldybits deleted branch queryoverwrite from Forks/open-source-search-engine 2024-06-27 00:24:39 -04:00
moldybits created branch queryoverwrite in Forks/open-source-search-engine 2024-06-26 23:49:57 -04:00
moldybits pushed to queryoverwrite at Forks/open-source-search-engine 2024-06-26 23:49:57 -04:00
178c374e75 Query::clear() is writing beyond the bounds of some arrays
5680564647 Add -wno-misleading-indentation to avoid soo many warnings
Compare 2 commits »
moldybits pushed to master at Forks/open-source-search-engine 2024-06-24 16:45:46 -04:00
ad92f1e2ee Move SafeList.h and Sanity.h to the junkdrawer
moldybits pushed to master at Forks/open-source-search-engine 2024-06-24 06:29:03 -04:00
f446f0ce69 Copy runtime requirements into cmake build dir, so that gb can be run directly from cmake build directory and not affect src dir at all
moldybits pushed to master at Forks/open-source-search-engine 2024-06-24 05:30:23 -04:00
1b5c8100cf Convert more assertions to gbassert (Dates.cpp)