I Use This!
Moderate Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cmake: Support pkg-config library search. More... about 1 month 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... about 1 month ago
Follow-up to r1926293: swap SVN_APR_DEFAULT_CHARSET and SVN_APR_LOCALE_CHARSET to fit with their values and descriptions. More... about 1 month ago
Do not include apr_xlate.h into svn_utf.h, but manually wrap the SVN_APR_*_CHARSET constants into APR_*_CHARSET. More... about 1 month ago
Follow-up to r1926277: Fix doubled "from" in docstring More... about 1 month ago
cmake: Generate def files in build time using an external script extractor.cmake script (similarly to extractor.py). More... about 1 month ago
cmake: Fix NLS support on non-Windows platforms by correctly initialising SVN_LOCALE_DIR. More... about 1 month ago
Use svn_opt_args_to_target_array3() instead of svn_opt__args_to_target_array() and drop it. More... about 1 month ago
Factor-out svn_opt__process_target_array() function that handles target collection of svn_opt layer, operating with apr_array_header_t. More... about 2 months ago
Print character encoding in `svn --version --verbose`. More... about 2 months ago
Revert r1926219. More... about 2 months 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... about 2 months ago
Revert r1926218. More... about 2 months ago
Implement svn_opt__args_to_target_array() through an internal helper svn_opt__process_target_array(). More... about 2 months ago
In the trunk: Add svn_cmdline__get_utf8_argv() function and platform-specific implementations. More... about 2 months 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... about 2 months 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... about 2 months ago
svnmucc: Ensure we have property values in UTF-8 encoding. More... about 2 months ago
Improve the generated .clangd file by adding language tags to the sections. More... about 2 months ago
Handle --memory-cache-size option in svnsync by manually creating a config option instead of preparing and parsing config string. More... about 2 months ago
Let svn_cmdline__be_interactive() to handle the whole --non-interactive and --force-interactive logic and handle errors. More... about 2 months ago
Move subcommand and help related stuff into a separate file, opt_subcommand.c. More... about 2 months ago
Move opt-revision stuff into a separate file, opt_revision.c. More... about 2 months ago
Move svn-editor stuff into a separate file, cmdline_editor.c. More... about 2 months ago
Use standard error handling using SVN_ERR() macro for depth and set_depth arguments instead of throwing a custom error message in all executables which accepts this arguments. More... about 2 months ago
svnmucc: Make sure to convert log-message stuff to UTF-8 before starting the operation and act like it is already UTF-8-ized. More... about 2 months ago
* subversion/svnmucc/svnmucc.c (sub_main): Format code. More... about 2 months ago
Follow-up to r1925907: use svn_opt_parse_revnum() also for -r argument in svnmucc. More... about 2 months ago
Follow-up to r1925907: fix test for invalid revision error in svnmucc by adjusting assertion. More... about 2 months ago
Add svn_opt_parse_revnum() function that parses revnum in format that the cmdline (opt) accepts instead of relying on custom code. More... about 2 months ago