Skip to content

Releases: hicknhack-software/Qt-Creator

Release refs/tags/v5.0.0-dev-snapshot-2021-05-02

02 May 00:05
Compare
Choose a tag to compare
latest QtCreator 5.0.0-development snapshot + patches:

* Fixed MSVC output window link parsing
* Support for trailing return types in quickfixes
* Qbs Action to debug with Visual Studio
* Qbs Action to generate Visual Studio 2019 project
* extended macro expander for ActiveProject and CurrentTarget
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs 1.19 + patches:
* fixed Qt6 support on Windows
* cxxLanguageVersion: "c++2a" is allowed. Note: It will trigger "/c++latest" for msvc
* visual studio (msbuild) project generation is more usable (still opinionated)

Release refs/tags/v4.15.0-rc1-patched-snapshot-2021-05-02

latest QtCreator 4.15.0-rc1 snapshot + patches:

* Fixed MSVC output window link parsing
* Support for trailing return types in quickfixes
* Qbs Action to debug with Visual Studio
* Qbs Action to generate Visual Studio 2019 project
* extended macro expander for ActiveProject and CurrentTarget
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs 1.19 + patches:
* fixed Qt6 support on Windows
* cxxLanguageVersion: "c++2a" is allowed. Note: It will trigger "/c++latest" for msvc
* visual studio (msbuild) project generation is more usable (still opinionated)

Release refs/tags/v4.15.0-rc1-patched-snapshot-2021-04-25

latest QtCreator 4.15.0-rc1 snapshot + patches:

* Fixed MSVC output window link parsing
* Support for trailing return types in quickfixes
* Qbs Action to debug with Visual Studio
* Qbs Action to generate Visual Studio 2019 project
* extended macro expander for ActiveProject and CurrentTarget
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs 1.19 + patches:
* fixed Qt6 support on Windows
* cxxLanguageVersion: "c++2a" is allowed. Note: It will trigger "/c++latest" for msvc
* visual studio (msbuild) project generation is more usable (still opinionated)

Release refs/tags/v4.15.beta2-patched-snapshot-2021-03-21

latest QtCreator 4.15.0-beta2 snapshot + patches:

* Fixed MSVC output window link parsing
* Support for trailing return types in quickfixes
* Qbs Action to debug with Visual Studio
* Qbs Action to generate Visual Studio 2019 project
* extended macro expander for ActiveProject and CurrentTarget
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs 1.18.2 + patches:
* fixed Qt6 support on Windows
* cxxLanguageVersion: "c++2a" is allowed. Note: It will trigger "/c++latest" for msvc
* visual studio (msbuild) project generation is more usable (still opinionated)

Release refs/tags/v4.15-snapshot-2021-02-28

28 Feb 03:31
Compare
Choose a tag to compare
latest QtCreator 4.15-snapshot + patches:

* Fixed MSVC output window link parsing
* Support for trailing return types in quickfixes
* Qbs Action to debug with Visual Studio
* Qbs Action to generate Visual Studio 2019 project
* extended macro expander for ActiveProject and CurrentTarget
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs 1.18.1 + patches:
* fixed Qt6 support on Windows
* cxxLanguageVersion: "c++2a" is allowed. Note: It will trigger "/c++latest" for msvc
* visual studio (msbuild) project generation is more usable (still opinionated)

Release refs/tags/v4.15-snapshot-2021-02-20

20 Feb 21:37
Compare
Choose a tag to compare
latest QtCreator 4.15-snapshot + patches:

* Support for trailing return types for generated implementations
* Added awareness of member method scopes for argument and trailing return types
* Qbs Action to debug with Visual Studio
* Qbs Actions to generate Visual Studio 2019 project
* extended macro expander for ActiveProject and CurrentTarget
* tool action for qbs generate vs2019 project
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs 1.18.1 + patches:
* fixed Qt6 support on Windows
* cxxLanguageVersion: "c++2a" is allowed. Note: It will trigger "/c++latest" for msvc
* visual studio (msbuild) project generation is more usable (still opinionated)

Release refs/tags/v4.14.1-patched-snapshot-2021-01-30

latest QtCreator 4.14.1-snapshot + patches:

* Qbs Action to debug with Visual Studio
* Qbs Actions to generate Visual Studio 2019 project
* extended macro expander for ActiveProject and CurrentTarget
* tool action for qbs generate vs2019 project
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs 1.18.1 + patches:
* fixed Qt6 support on Windows
* cxxLanguageVersion: "c++2a" is allowed. Note: It will trigger "/c++latest" for msvc
* visual studio (msbuild) project generation is more usable (still opinionated)

Release refs/tags/v4.14.1-patched-snapshot-2021-01-16

latest QtCreator 4.14-snapshot + patches:

* Qbs Action to debug with Visual Studio
* Qbs Actions to generate Visual Studio 2019 project
* extended macro expander for ActiveProject and CurrentTarget
* tool action for qbs generate vs2019 project
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs 1.18 + patches:
* fixed Qt6 support on Windows
* cxxLanguageVersion: "c++2a" is allowed. Note: It will trigger "/c++latest" for msvc
* visual studio (msbuild) project generation is more usable (still opinionated)

Release refs/tags/v4.14.1-patched-snapshot-2020-12-20

latest QtCreator 4.14-snapshot + patches:

* Qbs Action to debug with Visual Studio
* Qbs Actions to generate Visual Studio 2019 project
* extended macro expander for ActiveProject and CurrentTarget
* tool action for qbs generate vs2019 project
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs 1.18 + patches:
* fixed Qt6 support on Windows
* cxxLanguageVersion: "c++2a" is allowed. Note: It will trigger "/c++latest" for msvc
* visual studio (msbuild) project generation is more usable (still opinionated)

Release refs/tags/v4.14.0-patched-snapshot-2020-12-13

latest QtCreator 4.14-snapshot + patches:

* extended macro expander for ActiveProject
* tool action for qbs generate vs2019 project
* suppress pragma once warnings in headers
* error navigation in compile output window
* display snapshot version in about dialog
* properly indented line comments
* no jump to task list after build errors
* use patched qbs for Windows build
* use "c++2a" (gcc/clang) / "c++latest" (msvc) from qbs for clang code model

Qbs 1.18 + patches:
* cxxLanguageVersion: "c++2a" is allowed. Note: It will trigger "/c++latest" for msvc
* visual studio (msbuild) project generation is more usable (still opinionated)
* fixed Qt6 support on Windows