1. e7e4f03 cmake: Set /source-charset:utf-8 for MSVC. Otherwise compiler will use by Ivan Zhakov · 6 days ago trunk
  2. 3a113b9 cmake: The `svn-javahl.jar` file now includes test classes to ensure results by Jun Omae · 10 days ago
  3. dcbc5bc cmake: Search for `junit4` or `junit` to find the JUnit version 4 jar file; by Jun Omae · 10 days ago
  4. bf87555 cmake: Fix missing manifest in svn-javahl.jar file. by Jun Omae · 10 days ago
  5. af93739 Remove a reference to the tarball 'dependencies distribution' that's not by Pavel Lyalyakin · 13 days ago
  6. 713a65f Update the Cyrus SASL link in INSTALL. by Pavel Lyalyakin · 13 days ago
  7. cd1ac54 Follow-up to r1936959. Remove references to the content removed in r1936959 by Pavel Lyalyakin · 13 days ago
  8. 214ea07 Remove the Perl requirement in INSTALL. by Pavel Lyalyakin · 13 days ago
  9. f54919f Cut the BDB guidance to a minimum in INSTALL. by Pavel Lyalyakin · 13 days ago
  10. 06e3813 Remove a reference to a non-existent file subversion/libsvn_ra_serf/README[1]. by Pavel Lyalyakin · 13 days ago
  11. 87d4b86 Add Expat to the 'Dependency Overview' section of the INSTALL guide. by Pavel Lyalyakin · 13 days ago
  12. 36cdfab Follow up to r1936953: indentation fix in INSTALL. by Pavel Lyalyakin · 13 days ago
  13. 1d1c74f Add LZ4 to the I.B section of the INSTALL guide and mark it as REQUIRED in by Pavel Lyalyakin · 13 days ago
  14. 4c22cad Remove OpenSSL-related guidance because it's quite outdated and OpenSSL isn't by Pavel Lyalyakin · 13 days ago
  15. 829f94e Make sure --with-junit is set when --enable-javahl since the install-javahl by Daniel Sahlberg · 14 days ago
  16. 066eaf6 Fix the check for libtool to actually prevent using libtool 1. by Daniel Sahlberg · 14 days ago
  17. c52b1ba * COMMITTERS by Daniel Sahlberg · 2 weeks ago
  18. a28e540 Typofix. by Pavel Lyalyakin · 2 weeks ago
  19. 9197aad * INSTALL by Pavel Lyalyakin · 2 weeks ago
  20. af398f7 * INSTALL by Pavel Lyalyakin · 2 weeks ago
  21. 9b445e3 Make a note about updating the branches in the detect-backport-conflicts GHA by Daniel Sahlberg · 2 weeks ago
  22. 4923347 cmake: Remove workaround for CMake < 3.18. by Ivan Zhakov · 3 weeks ago
  23. e254b3b cmake: Add explicit SVN_ENABLE_SWIG_PERL_TESTS, SVN_ENABLE_SWIG_PYTHON_TESTS, by Ivan Zhakov · 3 weeks ago
  24. 4a455f3 GHA: Specify additional options via extra_config_opts for CMake-based build. by Ivan Zhakov · 3 weeks ago
  25. 111fc62 * subversion/tests/libsvn_fs/fs-sequential-test.c by Ivan Zhakov · 3 weeks ago
  26. 628f243 Follow-up to r1936631: use proper pool in test. by Ivan Zhakov · 3 weeks ago
  27. 30d58ac cmake: Prevent `SVN_CFLAGS_ADD_IFELSE` from applying the flags to anything by Jun Omae · 3 weeks ago
  28. a8711b8 cmake: Do not add options for GCC to G++. by Jun Omae · 3 weeks ago
  29. 872b424 Refactoring in libsvn_subr/cache-membuffer.c. by Ivan Zhakov · 3 weeks ago
  30. f564ceb Add tests for svn_cache__set_partial(). by Ivan Zhakov · 3 weeks ago
  31. 00407be Extend cache tests with additional assertions for cache stats. by Ivan Zhakov · 3 weeks ago
  32. 68aacfe cmake: Bump minimum required version of CMake 3.14 → 3.20. by Ivan Zhakov · 3 weeks ago
  33. 5a44e05 Add an XFail test demonstrating 'cache pollution' problem in the revision by Ivan Zhakov · 3 weeks ago
  34. 971d0aa Update and verify Chinese translation * subversion/po/zh_CN.po by Dongsheng Song · 3 weeks ago
  35. af9c156 cmake: Support compilation of JavaHL bindings with CMake. by Jun Omae · 4 weeks ago
  36. c3ed5cb cmake: Adapt `test_prepend_builddir_to_path` to multi-config generator. by Jun Omae · 4 weeks ago
  37. 25a04e7 GHA: Add separate step to run tests with STORE_PRISTINE=no option. by Ivan Zhakov · 4 weeks ago
  38. 9f92647 cmake: Follow-up to r1936349, do not use `CMAKE_INSTALL_PREFIX` for the by Jun Omae · 4 weeks ago
  39. 3f17f13 cmake: Follow-up to r1936528, fix an issue which is unable to load installed by Jun Omae · 4 weeks ago
  40. 4c32ad9 cmake: Follow-up to r1936396, Use `install(TARGETS)` instead of by Jun Omae · 4 weeks ago
  41. f3fc9e4 cmake: Create ALIAS after changing the target to IMPORTED GLOBAL. In older by Jun Omae · 4 weeks ago
  42. 97c1de8 * CMakeLists.txt (cmake_minimum_required): Reformat comment. by Ivan Zhakov · 4 weeks ago
  43. d40fed4 * CMakeLists.txt by Ivan Zhakov · 4 weeks ago
  44. 51a19a4 cmake: Use add_custom_target() with SOURCES parameter instead of by Jun Omae · 4 weeks ago
  45. 8d35586 cmake: Fix compilation of Ruby bindings failing with versions of cmake prior to by Jun Omae · 4 weeks ago
  46. da00740 cmake: Fix `find_package(Python3)` failing with versions of cmake prior to 3.18. by Jun Omae · 4 weeks ago
  47. 829af6f cmake: Follow-up to r1936349, remove the uses of block() and endblock() by Jun Omae · 4 weeks ago
  48. 62631a9 cmake: Follow-up to r1936349, restore the minimum version of cmake to `3.14`. by Jun Omae · 4 weeks ago
  49. 659ffe9 cmake: Add SVN_TEST_CLEANUP option to control '--cleanup' test run option. by Ivan Zhakov · 4 weeks ago
  50. 3d2e27c cmake: Fix build, test and install for Perl, Python and Ruby bindings. by Jun Omae · 4 weeks ago
  51. 95f8db5 Parse dumpfile property length as unsigned integers. by Daniel Sahlberg · 5 weeks ago
  52. 14a7c87 Simplify the script and test it more thoroughly. by Daniel Sahlberg · 5 weeks ago
  53. cb87b51 Follow-up to r1936312: That revision removed a foot-note, remove the reference by Daniel Sahlberg · 5 weeks ago
  54. 006a8de Add README explaining where the ctypes-bindings went. by Daniel Sahlberg · 5 weeks ago
  55. 1d258cd Don't output a trailing newline in STATUS. by Daniel Sahlberg · 5 weeks ago
  56. 3f9d365 Update README to reflect recent changes by Daniel Sahlberg · 5 weeks ago
  57. b6ba512 Simplify backport_tests now that we don't have to consider several different by Daniel Sahlberg · 5 weeks ago
  58. 335e92b Remove backport.pl by Daniel Sahlberg · 5 weeks ago
  59. c0f5fcb Remove automatic editing of STATUS from the script and cleanup code. by Daniel Sahlberg · 5 weeks ago
  60. 9f43cc5 Remove the ctypes bindings code. by Daniel Sahlberg · 5 weeks ago
  61. 6fbe425 cmake: Follow-up to r1935776, fix all tests via run_tests.py failing with by Jun Omae · 5 weeks ago
  62. ddb459e cmake: Fix the compile options for swig-pl. by Jun Omae · 5 weeks ago
  63. 6a6f1c6 cmake: Fix building swig-rb fails with MSVC on Windows. by Jun Omae · 5 weeks ago
  64. 267b8ff Followup to r1936220, forgot to remove one #fuzzy by Daniel Sahlberg · 5 weeks ago
  65. 5e9d1e1 Update Swedish translation with changes only in trunk by Daniel Sahlberg · 5 weeks ago
  66. f2b98a9 Update and verify Swedish translation by Daniel Sahlberg · 5 weeks ago
  67. 725eaf3 Remove the build-svn-deps-win.pl script. It currently doesn't work by Daniel Sahlberg · 5 weeks ago
  68. 1b1af0f Remove tools/dev/wc-format.py: `svn info` displays working copy format by Ivan Zhakov · 5 weeks ago
  69. 8102d57 Make l10n-report.py work with Python3. by Ivan Zhakov · 5 weeks ago
  70. 804cfbb * COMMITTERS: Mark some translators' email addresses which are bouncing. by Evgeny Kotkov · 5 weeks ago
  71. ac96f72 In tools/dist: Make the backport scripts support both "Candidate changes" by Daniel Sahlberg · 5 weeks ago
  72. 151b71d Fix error message when nominating a backport via the script by Daniel Sahlberg · 5 weeks ago
  73. 196de5d svnbrowse: Hide cursor. by Timofei Zhakov · 5 weeks ago
  74. b64eeab svnbrowse: Disable echoing typed keys. by Timofei Zhakov · 5 weeks ago
  75. abbeb44 svnbrowse: Don't call clear() every update. This way curses can optimise each by Timofei Zhakov · 5 weeks ago
  76. 7d5b557 Fix typo in comments. by Timofei Zhakov · 5 weeks ago
  77. 3a58c1f svnbrowse: Rework application lifetime; Handle all updates directly in by Timofei Zhakov · 5 weeks ago
  78. 47329d5 cmake: Sort CMake target conditions to generate stable targets.cmake. by Ivan Zhakov · 5 weeks ago
  79. a327438 GHA: Run test before installing artifacts in CMake workflow. Test should by Ivan Zhakov · 5 weeks ago
  80. 127f94d Fix minor issue in output of test runner. by Ivan Zhakov · 5 weeks ago
  81. 62e955c * CHANGES: Guesstimate the release date for 1.15.0. by Evgeny Kotkov · 5 weeks ago
  82. 4521f5c * CHANGES: Add most recent changes for 1.15 (up to r1936070). by Evgeny Kotkov · 5 weeks ago
  83. 6e6a9b0 * build/generator/gen_base.py by Evgeny Kotkov · 6 weeks ago
  84. 0edb2ef Don't use the full file path in the header of the generated config_keys.inc by Evgeny Kotkov · 6 weeks ago
  85. 58d324c cmake: Make cmake_minimum_required() and cmake_policy() first directives. by Ivan Zhakov · 6 weeks ago
  86. 1379520 Follow-up to r1935776: Fix formatting. by Ivan Zhakov · 6 weeks ago
  87. d2747b0 bcrypt: Destroy BCrypt hash context using BCryptDestroyHash(). We allocate by Ivan Zhakov · 6 weeks ago
  88. d24a2ab Follow-up to r1936000: Fix typo. by Ivan Zhakov · 6 weeks ago
  89. ec08ab6 cmake: Clarify error message for invalid SVN_CHECKSUM_BACKEND value. by Ivan Zhakov · 6 weeks ago
  90. e932ff8 Resolve const cast warning in checksum BCrypt backend. by Ivan Zhakov · 6 weeks ago
  91. 1adeb01 GHA: Do not trigger build for changes in non-code files. by Ivan Zhakov · 7 weeks ago
  92. 267a277 Use apr_snprintf() instead of snprintf() when we do not need localization by Ivan Zhakov · 7 weeks ago
  93. 7dd676b Follow-up to r1935782: fix compilation. by Ivan Zhakov · 7 weeks ago
  94. 67a68c3 Simplify test code. by Ivan Zhakov · 7 weeks ago
  95. b7d76c8 * subversion/svn/filesize.c by Ivan Zhakov · 7 weeks ago
  96. 308c1e6 Follow-up to r1934920: CMake: Fix check for snprintf(). The snprintf() function by Ivan Zhakov · 7 weeks ago
  97. a3856a4 Merge 'xml-schema-validation-improvements' branch. by Ivan Zhakov · 7 weeks ago
  98. e1e5737 On the xml-schema-validation-improvements branch: by Ivan Zhakov · 7 weeks ago xml-schema-validation-improvements
  99. 24e9a58 On the xml-schema-validation-improvements branch: by Ivan Zhakov · 7 weeks ago
  100. 5cc9964 On the xml-schema-validation-improvements branch: by Ivan Zhakov · 7 weeks ago