-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libappupdater
updated
16 files
+2 −0 | .gitignore | |
+10 −0 | AutoUpdater.vs140.sln | |
+1 −29 | libautoupdater.cpp | |
+2 −2 | localisation/test/NSFormatTests.cpp | |
+240 −0 | msvc/TLibappupdater.vs140.vcxproj | |
+22 −0 | msvc/TLibappupdater.vs140.vcxproj.filters | |
+2 −0 | msvc/libappupdater.vs140.vcxproj | |
+6 −0 | msvc/libappupdater.vs140.vcxproj.filters | |
+1 −0 | src/.cvsignore | |
+3 −1 | src/AutoRelease.h | |
+7 −9 | src/TProgressBar.cpp | |
+336 −0 | src/VTColors.h | |
+195 −0 | src/VTStream.h | |
+256 −39 | src/VTSupport.h | |
+33 −5 | src/common.h | |
+158 −0 | test/TLibappupdater.cpp |