moldybits
moldybits pushed to master at Forks/open-source-search-engine 2024-06-23 02:46:41 -04:00
69da425b70 Convert more assertions to gbassert
moldybits pushed to master at Forks/open-source-search-engine 2024-06-20 01:29:29 -04:00
bf6d353291 Convert more assertions to gbassert
moldybits pushed to master at Forks/open-source-search-engine 2024-06-19 19:03:59 -04:00
8048c7db38 Tune up Abbreviations.cpp to silence some warnings
moldybits pushed to master at Forks/open-source-search-engine 2024-06-11 11:02:51 -04:00
3080705025 Minor fixes to cmake config and tests
moldybits deleted branch cmake from Forks/open-source-search-engine 2024-06-11 07:37:01 -04:00
moldybits pushed to devel at Forks/open-source-search-engine 2024-06-11 07:36:20 -04:00
f1e9424356 Start to get CMake working
7c27b93098 Add some const to eliminate a bunch of write-strings errors
8edfe70f7a Move Ads.h to the junkdrawer
4020b5e3b2 Add some simple test cases for Abbreviations.cpp, mostly to test testing
Compare 4 commits »
moldybits pushed to master at Forks/open-source-search-engine 2024-06-11 07:35:57 -04:00
f1e9424356 Start to get CMake working
moldybits created branch cmake in Forks/open-source-search-engine 2024-06-10 19:06:06 -04:00
moldybits pushed to cmake at Forks/open-source-search-engine 2024-06-10 19:06:06 -04:00
01f78487d9 Start to get CMake working
moldybits pushed to master at Forks/open-source-search-engine 2024-06-07 05:09:47 -04:00
7c27b93098 Add some const to eliminate a bunch of write-strings errors
moldybits pushed to master at Forks/open-source-search-engine 2024-06-07 04:17:36 -04:00
8edfe70f7a Move Ads.h to the junkdrawer
moldybits pushed to master at Forks/open-source-search-engine 2024-06-06 02:11:03 -04:00
4020b5e3b2 Add some simple test cases for Abbreviations.cpp, mostly to test testing
moldybits pushed to master at Forks/open-source-search-engine 2024-06-06 02:06:48 -04:00
87e11ee3bc Add some simple test cases for Abbreviations.cpp, mostly to test testing
moldybits pushed to master at Forks/open-source-search-engine 2024-05-28 01:30:35 -04:00
4991119cd0 Eliminate many intentional assertion checking segfaults with gbassert() in Spider.cpp and XmlDoc.cpp
2bb4f48c4a Cleanup of asserts in XmlDoc.cpp (first commit)
3d98f0aa44 Move gbassert into its own header file (out of gb-include.h)
Compare 3 commits »
moldybits pushed to devel at Forks/open-source-search-engine 2024-05-28 01:30:12 -04:00
4991119cd0 Eliminate many intentional assertion checking segfaults with gbassert() in Spider.cpp and XmlDoc.cpp
moldybits pushed to devel at Forks/open-source-search-engine 2024-05-26 00:52:39 -04:00
2bb4f48c4a Cleanup of asserts in XmlDoc.cpp (first commit)
moldybits pushed to devel at Forks/open-source-search-engine 2024-05-25 23:21:26 -04:00
3d98f0aa44 Move gbassert into its own header file (out of gb-include.h)
moldybits pushed to master at Forks/open-source-search-engine 2024-05-25 01:11:12 -04:00
7e50e163dd Replace std::for_each with std::ranges::for_each
a406fa8c7c Cleanup Abbreviations.cpp - remove commented code, fix assertions and some variable shadowing
a0cde5502d Add gbassert_false() for easier conversion. Tried replacing some of the xx=NULL intentional segfaults with gbassert/gbassert_false. I think much cleaner
Compare 3 commits »
moldybits pushed to devel at Forks/open-source-search-engine 2024-05-25 01:10:47 -04:00
7e50e163dd Replace std::for_each with std::ranges::for_each
a406fa8c7c Cleanup Abbreviations.cpp - remove commented code, fix assertions and some variable shadowing
Compare 2 commits »
moldybits pushed to devel at Forks/open-source-search-engine 2024-05-24 22:40:29 -04:00
a0cde5502d Add gbassert_false() for easier conversion. Tried replacing some of the xx=NULL intentional segfaults with gbassert/gbassert_false. I think much cleaner