386
I Use This!
Very Low Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
A /src/NSvn.Core.Tests.MCpp/ManagedPointerTest.h - Test for the ManagedPointer class A /src/NSvn.Core.Tests.MCpp/ManagedPointerTest.cpp - Ditto M /src/NSvn.Core.Tests.MCpp/NSvn.Core.Tests.MCpp.vcproj - Added the above class More... about 22 years ago
A class to wrap managed pointers in order to pass them to unmanaged APIs More... about 22 years ago
M /src/NSvn.Core.Tests.MCpp/StringHelperTest.cpp - Unit test for the StringHelper class M /src/NSvn.Core.Tests.MCpp/StringHelperTest.h - Ditto More... about 22 years ago
Added the SharpZipLib dll More... about 22 years ago
Added new project for tests in Managed C++ A /src/NSvn.Core.Tests.MCpp - Directory for the new projet A /src/NSvn.Core.Tests.MCpp/Stdafx.h - Blah A /src/NSvn.Core.Tests.MCpp/StringHelperTest.cpp - Test for the StringHelper class A /src/NSvn.Core.Tests.MCpp/StringHelperTest.h - Ditto A /src/NSvn.Core.Tests.MCpp/Stdafx.cpp - Blah A /src/NSvn.Core.Tests.MCpp/ReadMe.txt - Blah A /src/NSvn.Core.Tests.MCpp/AssemblyInfo.cpp - Blah A /src/NSvn.Core.Tests.MCpp/NSvn.Core.Tests.MCpp.vcproj - Blah M /src/src.sln - Blah More... about 22 years ago
/src/NSvn.Common/IAuthenticationProviderCollection.cs - A collection of IAuthenticationProvider objects /src/NSvn.Common/AuthenticationBaton.cs - Represents an svn authentication baton /src/NSvn.Common/IAuthenticationProvider.cs - An interface to be implemented by authentication providers /src/NSvn.Common/NSvn.Common.csproj - Added the files /src/NSvn.Common/Credential.cs - Represents a username/password combination /src/NSvn.Common/IAuthenticationProviderCollection.xml - IAuthenticationProviderCollection.cs is generated from this file. More... about 22 years ago
Added dialog boxes for conflict and commit More... about 22 years ago
M /src/NSvn.Core/NSvn.Core.vcproj - Added the Pool and ClientContext class. Deleted AuthenticationBaton.h. Set up linker to find svn .libs. Made it "resolve additional #using references" from the NSvn.Common dlls. More... about 22 years ago
Removed AuthenticationBaton.h. This class will be implemented in the NSvn.Common namespace More... about 22 years ago
Added new uml diagrams More... about 22 years ago
Added a new project, NSvn.Common, which will contain stuff that is to be shared between NSvn and NSvn.Core. More... about 22 years ago
Added comments and solved some minor problems (each individual property must have a unique name and special properties like keywords, ignore etc could not be defined twice) More... about 22 years ago
A /src/Ankh.UI/IgnorePropertyEditor.resx M /src/Ankh.UI/PropertyEditorDialog.cs : added methods to handle the user controls A /src/Ankh.UI/EolStylePropertyEditor.cs : Editor for eol-style properties M /src/Ankh.UI/PlainPropertyEditor.cs A /src/Ankh.UI/ExternalsPropertyEditor.cs : Editor for external properties A /src/Ankh.UI/MimeTypePropertyEditor.resx A /src/Ankh.UI/KeywordsPropertyEditor.cs : Editor for predefined keyword properties M /src/Ankh.UI/Ankh.UI.csproj A /src/Ankh.UI/EolStylePropertyEditor.resx A /src/Ankh.UI/ExternalsPropertyEditor.resx A /src/Ankh.UI/ExecutablePropertyEditor.cs : Editor for executable properties A /src/Ankh.UI/KeywordsPropertyEditor.resx A /src/Ankh.UI/IgnorePropertyEditor.cs : Editor for ignore properties A /src/Ankh.UI/MimeTypePropertyEditor.cs : Editor for mime-type properties A /src/Ankh.UI/ExecutablePropertyEditor.resx More... about 22 years ago
Added the NSvn.Core.Tests project More... about 22 years ago
A /src/NSvn.Core/ClientConfig.h - .NET representation of the svn_client_config_t struct A /src/NSvn.Core/ClientContext.cpp - .NET representation of the svn_client_ctx_t struct A /src/NSvn.Core/ClientContext.h - Ditto A /src/NSvn.Core/Pool.h - Class to represent an svn/apr pool M /src/NSvn.Core/NSvn.Core.vcproj - Added the above files More... about 22 years ago
M /src/NSvn.Core/delegates.h - Added a new delegate More... about 22 years ago
M /src/NSvn.Core/Client.h - Changed the interface to match the new svn function signatures More... about 22 years ago
AM /src/NSvn.Core.Tests/repos.zip - Contains the test repository M /src/NSvn.Core.Tests/NSvn.Core.Tests.csproj - Added TestBase.cs A /src/NSvn.Core.Tests/TestBase.cs - Base class for tests More... about 22 years ago
Project with tests for NSvn.Core More... about 22 years ago
M /src/NSvn.Core/StringHelper.h - Made the class const-correct More... about 22 years ago
A /src/NSvn.Core/StringHelper.h - A helper class to help with conversions between .NET strings and char*'s More... about 22 years ago
Added an fxcop file containing all of our assemblies so far. More... about 22 years ago
Stubbed out most of the classes for NSvn.Core. Only enough stubs to make it compile - no implementation. More... about 22 years ago
/doc/files.xml - Now includes both umldiagrams.xml and usecases.xml /doc/umldiagrams.xml - Contains entries for all the UML diagrams /doc/usecases.xml - Contains entries for all the use cases More... about 22 years ago
Added the new uml diagrams More... about 22 years ago
Uhm... some changes More... about 22 years ago
/doc/exportdiagrams.py - New script that uses the python COM bindings to access the Enterprise Architect automation model and save all of the non-empty diagrams to a .png file. It also creates an XML file suitable for inclusion into files.xml so that it is viewable in the file browser. /doc/filebrowserhelpers.py - Helper functions for creating those xml files that gets included into files.xml /doc/syncusecases.py - Factored out a lot of functionality into the above file More... about 22 years ago
/doc/files.xml - Moved the use case files out /doc/usecases.xml - The use case files were moved here More... about 22 years ago
Added a class diagram for NSvn.Core More... about 22 years ago
/src/src.sln - Added the NSvn and NSvn.Core projects More... about 22 years ago