Skip to content

Commit 3f1fada

Browse files
author
Jan Wilmans
committed
moved binaries into utils directory
1 parent f288ab3 commit 3f1fada

18 files changed

+12
-29
lines changed

.gitignore

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
Debug/
2-
Release/
3-
ipch/
4-
packages/
5-
*.vcxproj.user
6-
*.opensdf
7-
*.sdf
8-
*.suo
9-
*.aps
10-
*.log
11-
*.VC.opendb
12-
*.VC.db
13-
bin
14-
*.class
15-
*.db
16-
*.opendb
17-
/DebugView++Test/SaveLoadLogFile_unique_test_filename
18-
/VsSDK.props
19-
*.user
201
.vs/
2+
vs2022/
213
build/
224
out/
23-
bin/
5+
bin/
6+
packages/
7+
bin
8+
obj/

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- Notice:
22

33
* I'm looking for maintainers, so if you would like to join me in bugfixing or adding features, please let me know.
4-
* 2022 update: I'm going to re-vamp the project structure soon, updating libraries and visual studio version, fix the CI builds and do some bugfixes, be on the lookout for updates.
4+
* 2022 update: The project was migrated to VS2022 and boost 1.80, WindowsXP (32 bit) support was removed.
55

66
* nuget.exe can be downloaded from https://www.nuget.org/downloads
77

@@ -11,6 +11,9 @@ Debugview++, currently at v1.8
1111
<img src="https://img.shields.io/twitter/follow/janwilmans.svg?style=social&logo=twitter"
1212
alt="follow on Twitter"></a>
1313

14+
<img src="https://img.shields.io/mastodon/follow/109524813797978857?domain=https%3A%2F%2Ftoot.community&style=social"
15+
alt="follow on Mastodon"></a>
16+
1417
[![Build Status](https://debugview.visualstudio.com/Debugviewpp/_apis/build/status/CobaltFusion.DebugViewPP?branchName=master)](https://debugview.visualstudio.com/Debugviewpp/_build/latest?definitionId=4&branchName=master) [![All Releases](https://img.shields.io/github/downloads/CobaltFusion/DebugViewPP/total.svg)](https://github.com/CobaltFusion/DebugViewPP/releases/latest) [![Current Release](https://img.shields.io/github/downloads/CobaltFusion/DebugViewPP/latest/total.svg)](https://github.com/CobaltFusion/DebugViewPP/releases/latest)
1518
[![Version 1.8.x](https://img.shields.io/github/downloads/CobaltFusion/DebugViewPP/v1.8.0.44/total.svg)](https://github.com/CobaltFusion/DebugViewPP/releases/tag/v1.8.0.44)
1619

application/DebugViewpp/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define VERSION 1,8,0,103
2-
#define VERSION_STR "1.8.0.103"
1+
#define VERSION 1,9,0,0
2+
#define VERSION_STR "1.9.0.0"
File renamed without changes.

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trigger:
77
- master
88

99
pool:
10-
vmImage: 'windows-2019'
10+
vmImage: 'windows-2022'
1111

1212
variables:
1313
solution: 'DebugView++.sln'

buildtiming.bat

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

upx.exe renamed to utils/upx.exe

File renamed without changes.

zip.exe renamed to utils/zip.exe

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)