svn commit: r1888434 - in /subversion/trunk/subversion: include/private/svn_thread_cond.h libsvn_fs_x/batch_fsync.c libsvn_subr/thread_cond.c

2021-04-06 Thread stefan2
Author: stefan2 Date: Tue Apr 6 13:07:05 2021 New Revision: 1888434 URL: http://svn.apache.org/viewvc?rev=1888434&view=rev Log: Turn svn_thread_cond__* into a proper internal API. The APR dependency follows the same logic as svn_mutex__t. * subversion/include/private/svn_thread_cond.h (new fil

svn commit: r1888436 - /subversion/trunk/build.conf

2021-04-06 Thread stefan2
Author: stefan2 Date: Tue Apr 6 13:13:51 2021 New Revision: 1888436 URL: http://svn.apache.org/viewvc?rev=1888436&view=rev Log: Follow-up to hopefully unbreak the Windows build. * build.conf (libsvn_subr/msvc-export): Add new private API header. Modified: subversion/trunk/build.conf Modi

svn commit: r1888439 - in /subversion/trunk: build.conf subversion/include/private/svn_waitable_counter.h subversion/libsvn_fs_x/batch_fsync.c subversion/libsvn_subr/waitable_counter.c

2021-04-06 Thread stefan2
Author: stefan2 Date: Tue Apr 6 14:06:34 2021 New Revision: 1888439 URL: http://svn.apache.org/viewvc?rev=1888439&view=rev Log: Turn waitable_counter_t into the svn_waitable_counter__* internal API. * subversion/include/private/svn_waitable_counter.h (new file): Declare & document the new int

svn commit: r1888446 - /subversion/trunk/subversion/include/private/svn_task.h

2021-04-06 Thread stefan2
Author: stefan2 Date: Tue Apr 6 18:37:38 2021 New Revision: 1888446 URL: http://svn.apache.org/viewvc?rev=1888446&view=rev Log: Introduce the new internal svn_task__t API. This is only the interface without implementation nor tests. * subversion/include/private/svn_task.h (new file): Declare