-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #850 from matty0ung/usability
Layout fixes for editors
- Loading branch information
Showing
42 changed files
with
2,688 additions
and
1,204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌╌ | ||
# CMakeLists.txt is part of Brewtarget, and is Copyright the following | ||
# authors 2009-2024 | ||
# CMakeLists.txt is part of Brewtarget, and is Copyright the following authors 2009-2024 | ||
# - Chris Pavetto <[email protected]> | ||
# - Dan Cavanagh <[email protected]> | ||
# - Daniel Moreno <[email protected]> | ||
|
@@ -111,7 +110,7 @@ endif() | |
#======================================================================================================================= | ||
# It's simplest to keep the project name all lower-case as it means we can use a lot more of the default settings for | ||
# Linux packaging (where directory names etc are expected to be all lower-case). | ||
project(brewtarget VERSION 4.0.6 LANGUAGES CXX) | ||
project(brewtarget VERSION 4.0.7 LANGUAGES CXX) | ||
message(STATUS "Building ${PROJECT_NAME} version ${PROJECT_VERSION}") | ||
message(STATUS "PROJECT_SOURCE_DIR is ${PROJECT_SOURCE_DIR}") | ||
# Sometimes we do need the capitalised version of the project name | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.