openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
AnkhSVN
Settings
|
Report Duplicate
386
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
13 days
ago. based on code collected
14 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 395 of 398
Search / Filter on:
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
Arild Fines
More...
about 22 years ago
A class to wrap managed pointers in order to pass them to unmanaged APIs
Arild Fines
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
Arild Fines
More...
about 22 years ago
Added the SharpZipLib dll
Arild Fines
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
Arild Fines
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.
Arild Fines
More...
about 22 years ago
Added dialog boxes for conflict and commit
Kristin
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.
Arild Fines
More...
about 22 years ago
Removed AuthenticationBaton.h. This class will be implemented in the NSvn.Common namespace
Arild Fines
More...
about 22 years ago
Added new uml diagrams
Arild Fines
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.
Arild Fines
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)
Kristin
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
Arild Fines
More...
about 22 years ago
Added the NSvn.Core.Tests project
Arild Fines
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
Arild Fines
More...
about 22 years ago
M /src/NSvn.Core/delegates.h - Added a new delegate
Arild Fines
More...
about 22 years ago
M /src/NSvn.Core/Client.h - Changed the interface to match the new svn function signatures
Arild Fines
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
Arild Fines
More...
about 22 years ago
Project with tests for NSvn.Core
Arild Fines
More...
about 22 years ago
M /src/NSvn.Core/StringHelper.h - Made the class const-correct
Arild Fines
More...
about 22 years ago
A /src/NSvn.Core/StringHelper.h - A helper class to help with conversions between .NET strings and char*'s
Arild Fines
More...
about 22 years ago
Added an fxcop file containing all of our assemblies so far.
Arild Fines
More...
about 22 years ago
Stubbed out most of the classes for NSvn.Core. Only enough stubs to make it compile - no implementation.
Arild Fines
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
Arild Fines
More...
about 22 years ago
Added the new uml diagrams
Arild Fines
More...
about 22 years ago
Uhm... some changes
Arild Fines
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
Arild Fines
More...
about 22 years ago
/doc/files.xml - Moved the use case files out /doc/usecases.xml - The use case files were moved here
Arild Fines
More...
about 22 years ago
Added a class diagram for NSvn.Core
Arild Fines
More...
about 22 years ago
/src/src.sln - Added the NSvn and NSvn.Core projects
Arild Fines
More...
about 22 years ago
←
1
2
…
390
391
392
393
394
395
396
397
398
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree