I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Jun 15, 2024 — Jun 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* .github/workflows/cmake.yml: Add Mac OS workflow. (matrix): Add simple configuration. (Prepare Environment): Add path to where serf would be installed to CMAKE_PREFIX_PATH. (Install dependencies): Get Subversion from homebrew for Serf library. More... 2 days ago
In relation to r1926386, hardcode PUBLIC_LIB_DEPENDS to improve readability. More... 2 days ago
Make APR and APR Util dependencies to be linked as PUBLIC, since our headers require them. More... 2 days ago
Follow-up to r1926360: Fix typo in comment More... 4 days ago
Revert most of the changes in svn_utf.h from r1926293. Instead, tell the CMake build to expose APR and APR-Util include paths everywhere. More... 4 days ago
Follow-up to r1926293: add the include back to maintain backward compatibility; Preserving the least of the changes with SVN_APR_*_CHARSET wrapping. More... 4 days ago
cmake: Use `VERSION_LESS` condition to check whether we should require APR-Util or not. More... 4 days ago
cmake: Prevent re-definition of APR and Serf targets by using different prefixes for version '1' and '2'. More... 4 days ago
cmake: Support apr-2. More... 4 days ago
Explicitly include process.h for getpid(), to fix build with apr-2, which no longer includes winldap.h. More... 4 days ago
cmake: Support serf-2 from pkg-config. More... 5 days ago
cmake: Support pkg-config library search. More... 5 days ago
* configure.ac: Without --enable-dot-clangd, do *not* modify the source tree. The point of an out-of-source build is that the source can be read-only. More... 5 days ago
Follow-up to r1926293: swap SVN_APR_DEFAULT_CHARSET and SVN_APR_LOCALE_CHARSET to fit with their values and descriptions. More... 6 days ago
Do not include apr_xlate.h into svn_utf.h, but manually wrap the SVN_APR_*_CHARSET constants into APR_*_CHARSET. More... 6 days ago
Follow-up to r1926277: Fix doubled "from" in docstring More... 6 days ago
cmake: Generate def files in build time using an external script extractor.cmake script (similarly to extractor.py). More... 6 days ago
cmake: Fix NLS support on non-Windows platforms by correctly initialising SVN_LOCALE_DIR. More... 6 days ago
Use svn_opt_args_to_target_array3() instead of svn_opt__args_to_target_array() and drop it. More... 6 days ago
Factor-out svn_opt__process_target_array() function that handles target collection of svn_opt layer, operating with apr_array_header_t. More... 7 days ago
Print character encoding in `svn --version --verbose`. More... 7 days ago
Revert r1926219. More... 7 days ago
Teach the CMake build to find serf-2, and use the paths defined in the GNUInstallDirs module, because that's where Serf's CMake build installs the build artefacts. More... 7 days ago
Revert r1926218. More... 8 days ago
Implement svn_opt__args_to_target_array() through an internal helper svn_opt__process_target_array(). More... 8 days ago
In the trunk: Add svn_cmdline__get_utf8_argv() function and platform-specific implementations. More... 8 days ago
svnmucc: Factor-out action_code_from_word() function that checks the string for each type. Also add brand new action type ACTION_HELP that lets svnmucc to show help. More... 14 days ago
svnmucc: Show usage instead of help if no actions were passed, to make it more similar to svn and other programs which show a one-line error in this case. More... 14 days ago
svnmucc: Ensure we have property values in UTF-8 encoding. More... 14 days ago
Improve the generated .clangd file by adding language tags to the sections. More... 15 days ago