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.
2751: Clean up and refactor Polyhedron (TrenchBroom#2834)
* 2751: clean up and document polyhedron wip * 2751: minor changes * 2751: use forward declarations for Polyhedron where possible, only include it in cpp files * 2751: remove vec3 type alias in Polyhedron * 2751: more polyhedron cleanup and documentation * 2751: minor change, fix cppcheck problem * 2751: fix double semicolons * 2751: ignore build dir * 2751: fix build error * 2751: remove std::set include from Brush.h * 2751: remove some unnecessary includes * 2751: disable PCH on CI builds * 2751: add missing include * 2751: CanMoveVerticesResult should manage its resources properly, says cppcheck * 2751: add missing switchDefault * 2751: self check in assignment * 2751: minor simplification for build instructions * 2751: fix link error in release builds * 2751: replace do / while loops with range base for loops * 2751: replace do / while loops with range based for * 2751: replacing the do / while loop here introduced a change of behaviour, so we revert it * 2751: replace more do / while loops with for loops * 2751: use std::unique_ptr for CanMoveVerticesResult
- Loading branch information
Showing
69 changed files
with
3,710 additions
and
2,075 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
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.