forked from TrenchBroom/TrenchBroom
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2836: avoid std::function in Actions.cpp as it's slow to compile (60-…
…95s) (TrenchBroom#2837) * 2836: avoid std::function in Actions.cpp as it's slow to compile (60-95s) New version is 5-10s Fixes TrenchBroom#2836 * 2836: fix warning * 2836: rename ActionSub -> LambdaAction * 2836: fix conversion warning * 2836: fix warning about deprecated qt functions * 2836: enable more warnings in Xcode * 2836: fix Xcode specific warnings * 2836: fix warnings * 2836: Attempt to work around GCC failing to deduce class template arguments with lambda types * 2836: Work around deprecation warnings in centerWindow function. * 2836: fixes for Qt < 5.10.0 * 2836: move action parameters instead of copying them
- Loading branch information
Showing
10 changed files
with
362 additions
and
285 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
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.