Skip to content

Commit 3f5fa31

Browse files
committed
Prep 1.0.1
1 parent fc0bd1f commit 3f5fa31

File tree

8 files changed

+35
-30
lines changed

8 files changed

+35
-30
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Version 1.0.1 - July 14, 2025
5+
-----------------------------
6+
Minor code changes to avoid compilation errors with certain versions of the dependent libraries
7+
Added THIRDPARTY.md file to provide info on third party dependencies
8+
49
Version 1.0.0 - May 24, 2024
510
-----------------------------
611
Enhancement: Migrated to Qt6, which is now the default build option

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The CodeQuery database file can be viewed and queried using the *codequery* GUI
1212
[![Build Status](https://github.com/ruben2020/codequery/actions/workflows/cmake.yml/badge.svg?branch=master)](https://github.com/ruben2020/codequery/actions) [![Coverity Status](https://scan.coverity.com/projects/10066/badge.svg)](https://scan.coverity.com/projects/ruben2020-codequery)
1313

1414

15-
## Latest version = 1.0.0
15+
## Latest version = 1.0.1
1616

1717
Windows binaries available here for download: [CodeQuery@sourceforge downloads](https://sourceforge.net/projects/codequery/files/)
1818

makedb/swver.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifndef SWVER_H_CQ
1414
#define SWVER_H_CQ
1515

16-
#define CODEQUERY_SW_VERSION "CodeQuery 1.0.0"
16+
#define CODEQUERY_SW_VERSION "CodeQuery 1.0.1"
1717
#define CODEQUERY_SW_VERSION_WEBSITE "<p>"\
1818
CODEQUERY_SW_VERSION \
1919
"</p>"\
@@ -22,7 +22,7 @@
2222

2323

2424
#define CODEQUERY_SW_LICENSE \
25-
"Copyright (C) 2013-2024 ruben2020 https://github.com/ruben2020/\n\n" \
25+
"Copyright (C) 2013-2025 ruben2020 https://github.com/ruben2020/\n\n" \
2626
"Website: https://github.com/ruben2020/codequery\n\n" \
2727
"The Source Code Form and the Executable Form of this software\n" \
2828
"are subject to the terms of the Mozilla Public License, v. 2.0.\n" \
@@ -36,7 +36,7 @@
3636
"Mozilla Public License, v. 2.0 for more details.\n\n" \
3737

3838
#define CODEQUERY_SW_LICENSE_PARA \
39-
"Copyright (C) 2013-2024 ruben2020 https://github.com/ruben2020/\n\n" \
39+
"Copyright (C) 2013-2025 ruben2020 https://github.com/ruben2020/\n\n" \
4040
"Website: https://github.com/ruben2020/codequery\n\n" \
4141
"The Source Code Form and the Executable Form of this software " \
4242
"are subject to the terms of the Mozilla Public License, v. 2.0. " \

release.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "1.0.0",
2+
"version": "1.0.1",
33
"state": "stable",
44
"scope": "minor feature",
5-
"changes": "Migrated to Qt6",
5+
"changes": "minor code changes",
66
"download": "https://sourceforge.net/projects/codequery/files/"
77
}
88

windows-install/qt5/codequeryqt5.wxs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version='1.0' encoding='windows-1252'?>
22
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
3-
<Product Name='CodeQuery 1.0.0 (Qt5, 64-bit)' Manufacturer='ruben2020_foss'
3+
<Product Name='CodeQuery 1.0.1 (Qt5, 64-bit)' Manufacturer='ruben2020_foss'
44
Id='*'
55
UpgradeCode='2368ce2d-f635-4c8c-9b92-6fa348b292af'
6-
Language='1033' Codepage='1252' Version='1.0.0'>
7-
<Package Id='*' Keywords='Installer' Description="CodeQuery 1.0.0 (Qt5, 64-bit) Installer"
6+
Language='1033' Codepage='1252' Version='1.0.1'>
7+
<Package Id='*' Keywords='Installer' Description="CodeQuery 1.0.1 (Qt5, 64-bit) Installer"
88
Comments='Copyright 2013-2024 (C) ruben2020' Manufacturer='ruben2020_foss'
99
InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252'
1010
Platform="x64" />
@@ -37,7 +37,7 @@
3737
<Directory Id='TARGETDIR' Name='SourceDir'>
3838
<Directory Id='ProgramFilesFolder' Name='PFiles'>
3939
<Directory Id='CodeQuery' Name='CodeQuery'>
40-
<Directory Id='INSTALLDIR' Name='CodeQuery 1.0.0 64bit'>
40+
<Directory Id='INSTALLDIR' Name='CodeQuery 1.0.1 64bit'>
4141
<Component Id='CodeQueryGUI_64bit' Guid='2989278c-93cd-4ef7-a692-4eef77e747fb'>
4242
<File Id='codequeryEXE' Name='codequery.exe' DiskId='1' Source='codequery.exe' KeyPath='yes'>
4343
<Shortcut Id="startmenuCodeQueryShortcut" Directory="AppProgramMenuFolder" Name="CodeQuery"
@@ -162,7 +162,7 @@
162162
</Directory>
163163
</Directory>
164164
<Directory Id="ProgramMenuFolder" Name="Programs">
165-
<Directory Id="AppProgramMenuFolder" Name="CodeQuery 1.0.0 (64-bit)" />
165+
<Directory Id="AppProgramMenuFolder" Name="CodeQuery 1.0.1 (64-bit)" />
166166
</Directory>
167167
</Directory>
168168
<DirectoryRef Id="AppProgramMenuFolder">
@@ -171,7 +171,7 @@
171171
<RegistryValue Root='HKCU' Key='Software\[Manufacturer]\[ProductName]' Type='string' Value='' KeyPath='yes' />
172172
</Component>
173173
</DirectoryRef>
174-
<Feature Id='Complete' Title='CodeQuery 1.0.0 (Qt5, 64-bit)' Description='The complete package.' Level='1' ConfigurableDirectory='INSTALLDIR' InstallDefault='local' Absent='disallow'>
174+
<Feature Id='Complete' Title='CodeQuery 1.0.1 (Qt5, 64-bit)' Description='The complete package.' Level='1' ConfigurableDirectory='INSTALLDIR' InstallDefault='local' Absent='disallow'>
175175
<ComponentRef Id='CodeQueryGUI_64bit' />
176176
<ComponentRef Id='cqmakedb_64bit' />
177177
<ComponentRef Id='cqsearch_64bit' />

windows-install/qt6/codequeryqt661.wxs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version='1.0' encoding='windows-1252'?>
22
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
3-
<Product Name='CodeQuery 1.0.0 (Qt6, 64-bit)' Manufacturer='ruben2020_foss'
3+
<Product Name='CodeQuery 1.0.1 (Qt6, 64-bit)' Manufacturer='ruben2020_foss'
44
Id='*'
55
UpgradeCode='2368ce2d-f635-4c8c-9b92-6fa348b292af'
6-
Language='1033' Codepage='1252' Version='1.0.0'>
7-
<Package Id='*' Keywords='Installer' Description="CodeQuery 1.0.0 (Qt6, 64-bit) Installer"
6+
Language='1033' Codepage='1252' Version='1.0.1'>
7+
<Package Id='*' Keywords='Installer' Description="CodeQuery 1.0.1 (Qt6, 64-bit) Installer"
88
Comments='Copyright 2013-2024 (C) ruben2020' Manufacturer='ruben2020_foss'
99
InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252'
1010
Platform="x64" />
@@ -37,7 +37,7 @@
3737
<Directory Id='TARGETDIR' Name='SourceDir'>
3838
<Directory Id='ProgramFilesFolder' Name='PFiles'>
3939
<Directory Id='CodeQuery' Name='CodeQuery'>
40-
<Directory Id='INSTALLDIR' Name='CodeQuery 1.0.0 64bit'>
40+
<Directory Id='INSTALLDIR' Name='CodeQuery 1.0.1 64bit'>
4141
<Component Id='CodeQueryGUI_64bit' Guid='dbac3c37-625f-46ac-9050-b470361351e7'>
4242
<File Id='codequeryEXE' Name='codequery.exe' DiskId='1' Source='codequery.exe' KeyPath='yes'>
4343
<Shortcut Id="startmenuCodeQueryShortcut" Directory="AppProgramMenuFolder" Name="CodeQuery"
@@ -173,7 +173,7 @@
173173
</Directory>
174174
</Directory>
175175
<Directory Id="ProgramMenuFolder" Name="Programs">
176-
<Directory Id="AppProgramMenuFolder" Name="CodeQuery 1.0.0 (64-bit)" />
176+
<Directory Id="AppProgramMenuFolder" Name="CodeQuery 1.0.1 (64-bit)" />
177177
</Directory>
178178
</Directory>
179179
<DirectoryRef Id="AppProgramMenuFolder">
@@ -182,7 +182,7 @@
182182
<RegistryValue Root='HKCU' Key='Software\[Manufacturer]\[ProductName]' Type='string' Value='' KeyPath='yes' />
183183
</Component>
184184
</DirectoryRef>
185-
<Feature Id='Complete' Title='CodeQuery 1.0.0 (Qt6, 64-bit)' Description='The complete package.' Level='1' ConfigurableDirectory='INSTALLDIR' InstallDefault='local' Absent='disallow'>
185+
<Feature Id='Complete' Title='CodeQuery 1.0.1 (Qt6, 64-bit)' Description='The complete package.' Level='1' ConfigurableDirectory='INSTALLDIR' InstallDefault='local' Absent='disallow'>
186186
<ComponentRef Id='CodeQueryGUI_64bit' />
187187
<ComponentRef Id='cqmakedb_64bit' />
188188
<ComponentRef Id='cqsearch_64bit' />

windows-install/qt6/codequeryqt671.wxs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version='1.0' encoding='windows-1252'?>
22
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
3-
<Product Name='CodeQuery 1.0.0 (Qt6, 64-bit)' Manufacturer='ruben2020_foss'
3+
<Product Name='CodeQuery 1.0.1 (Qt6, 64-bit)' Manufacturer='ruben2020_foss'
44
Id='*'
55
UpgradeCode='2368ce2d-f635-4c8c-9b92-6fa348b292af'
6-
Language='1033' Codepage='1252' Version='1.0.0'>
7-
<Package Id='*' Keywords='Installer' Description="CodeQuery 1.0.0 (Qt6, 64-bit) Installer"
6+
Language='1033' Codepage='1252' Version='1.0.1'>
7+
<Package Id='*' Keywords='Installer' Description="CodeQuery 1.0.1 (Qt6, 64-bit) Installer"
88
Comments='Copyright 2013-2024 (C) ruben2020' Manufacturer='ruben2020_foss'
99
InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252'
1010
Platform="x64" />
@@ -37,7 +37,7 @@
3737
<Directory Id='TARGETDIR' Name='SourceDir'>
3838
<Directory Id='ProgramFilesFolder' Name='PFiles'>
3939
<Directory Id='CodeQuery' Name='CodeQuery'>
40-
<Directory Id='INSTALLDIR' Name='CodeQuery 1.0.0 64bit'>
40+
<Directory Id='INSTALLDIR' Name='CodeQuery 1.0.1 64bit'>
4141
<Component Id='CodeQueryGUI_64bit' Guid='dbac3c37-625f-46ac-9050-b470361351e7'>
4242
<File Id='codequeryEXE' Name='codequery.exe' DiskId='1' Source='codequery.exe' KeyPath='yes'>
4343
<Shortcut Id="startmenuCodeQueryShortcut" Directory="AppProgramMenuFolder" Name="CodeQuery"
@@ -173,7 +173,7 @@
173173
</Directory>
174174
</Directory>
175175
<Directory Id="ProgramMenuFolder" Name="Programs">
176-
<Directory Id="AppProgramMenuFolder" Name="CodeQuery 1.0.0 (64-bit)" />
176+
<Directory Id="AppProgramMenuFolder" Name="CodeQuery 1.0.1 (64-bit)" />
177177
</Directory>
178178
</Directory>
179179
<DirectoryRef Id="AppProgramMenuFolder">
@@ -182,7 +182,7 @@
182182
<RegistryValue Root='HKCU' Key='Software\[Manufacturer]\[ProductName]' Type='string' Value='' KeyPath='yes' />
183183
</Component>
184184
</DirectoryRef>
185-
<Feature Id='Complete' Title='CodeQuery 1.0.0 (Qt6, 64-bit)' Description='The complete package.' Level='1' ConfigurableDirectory='INSTALLDIR' InstallDefault='local' Absent='disallow'>
185+
<Feature Id='Complete' Title='CodeQuery 1.0.1 (Qt6, 64-bit)' Description='The complete package.' Level='1' ConfigurableDirectory='INSTALLDIR' InstallDefault='local' Absent='disallow'>
186186
<ComponentRef Id='CodeQueryGUI_64bit' />
187187
<ComponentRef Id='cqmakedb_64bit' />
188188
<ComponentRef Id='cqsearch_64bit' />

windows-install/qt6/codequeryqt690.wxs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version='1.0' encoding='windows-1252'?>
22
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
3-
<Product Name='CodeQuery 1.0.0 (Qt6, 64-bit)' Manufacturer='ruben2020_foss'
3+
<Product Name='CodeQuery 1.0.1 (Qt6, 64-bit)' Manufacturer='ruben2020_foss'
44
Id='*'
55
UpgradeCode='2368ce2d-f635-4c8c-9b92-6fa348b292af'
6-
Language='1033' Codepage='1252' Version='1.0.0'>
7-
<Package Id='*' Keywords='Installer' Description="CodeQuery 1.0.0 (Qt6, 64-bit) Installer"
6+
Language='1033' Codepage='1252' Version='1.0.1'>
7+
<Package Id='*' Keywords='Installer' Description="CodeQuery 1.0.1 (Qt6, 64-bit) Installer"
88
Comments='Copyright 2013-2024 (C) ruben2020' Manufacturer='ruben2020_foss'
99
InstallerVersion='200' Languages='1033' Compressed='yes' SummaryCodepage='1252'
1010
Platform="x64" />
@@ -37,7 +37,7 @@
3737
<Directory Id='TARGETDIR' Name='SourceDir'>
3838
<Directory Id='ProgramFilesFolder' Name='PFiles'>
3939
<Directory Id='CodeQuery' Name='CodeQuery'>
40-
<Directory Id='INSTALLDIR' Name='CodeQuery 1.0.0 64bit'>
40+
<Directory Id='INSTALLDIR' Name='CodeQuery 1.0.1 64bit'>
4141
<Component Id='CodeQueryGUI_64bit' Guid='dbac3c37-625f-46ac-9050-b470361351e7'>
4242
<File Id='codequeryEXE' Name='codequery.exe' DiskId='1' Source='codequery.exe' KeyPath='yes'>
4343
<Shortcut Id="startmenuCodeQueryShortcut" Directory="AppProgramMenuFolder" Name="CodeQuery"
@@ -173,7 +173,7 @@
173173
</Directory>
174174
</Directory>
175175
<Directory Id="ProgramMenuFolder" Name="Programs">
176-
<Directory Id="AppProgramMenuFolder" Name="CodeQuery 1.0.0 (64-bit)" />
176+
<Directory Id="AppProgramMenuFolder" Name="CodeQuery 1.0.1 (64-bit)" />
177177
</Directory>
178178
</Directory>
179179
<DirectoryRef Id="AppProgramMenuFolder">
@@ -182,7 +182,7 @@
182182
<RegistryValue Root='HKCU' Key='Software\[Manufacturer]\[ProductName]' Type='string' Value='' KeyPath='yes' />
183183
</Component>
184184
</DirectoryRef>
185-
<Feature Id='Complete' Title='CodeQuery 1.0.0 (Qt6, 64-bit)' Description='The complete package.' Level='1' ConfigurableDirectory='INSTALLDIR' InstallDefault='local' Absent='disallow'>
185+
<Feature Id='Complete' Title='CodeQuery 1.0.1 (Qt6, 64-bit)' Description='The complete package.' Level='1' ConfigurableDirectory='INSTALLDIR' InstallDefault='local' Absent='disallow'>
186186
<ComponentRef Id='CodeQueryGUI_64bit' />
187187
<ComponentRef Id='cqmakedb_64bit' />
188188
<ComponentRef Id='cqsearch_64bit' />

0 commit comments

Comments
 (0)