about summary refs log tree commit homepage
path: root/lib/PublicInbox/XapHelperCxx.pm
DateCommit message (Expand)
2024-04-24xap_helper: PERL_INLINE_DIRECTORY fallback for JAOT build
2024-02-14xap_helper_cxx: -O2 optimize read-only files by default
2023-12-13xap_helper_cxx: support clang w/o `c++' executable
2023-12-13xap_helper_cxx: decouple from Inline::C
2023-12-09xap_helper_cxx: drop chdir usage in build
2023-11-29xap_helper: implement mset endpoint for WWW, IMAP, etc...
2023-11-29xap_helper.h: move cindex endpoints to separate file
2023-11-26xap_helper: allow PI_NO_CXX to disable C++ in more places
2023-11-26xap_helper_cxx: do not copy xap_helper.h source
2023-11-15xap_helper_cxx: accept leading spaces from pkg-config
2023-11-15treewide: more autodie safety fixes for older Perl
2023-11-13xap_client: spawn C++ xap_helper directly
2023-11-13xap_helper_cxx: use -pipe by default in CXXFLAGS
2023-11-13xap_helper_cxx: make the build process ccache-friendly
2023-11-13xap_helper_cxx: use write_file helper
2023-11-03move read_all, try_cat, and poll_in to PublicInbox::IO
2023-10-28treewide: use run_qx where appropriate
2023-10-18xap_helper*: use autodie in more places
2023-10-18use read_all in more places to improve safety
2023-10-17doc: fix some typos and grammar
2023-10-14xap_helper_cxx: allow sharing XDG_CACHE_HOME across ABIs
2023-09-12xap_helper_cxx: detect libxapian version changes
2023-09-05xap_helper: use rpath for libxapian on NetBSD
2023-08-30xap_helper.h: don't compress debug sections on OpenBSD
2023-08-24introduce optional C++ xap_helper