mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
0431be49b6a114e2b272a8cbd1df9d71319e90e0
Summary: In this function, a local class `Prefix` is used to represent the path of a CSL package and to test whether a model path is a subpath of that path. To avoid false positives, a trailing `/` character is appended. This lead to confusing code where a `/` is appended in the first loop and then chopped in the second loop. Instead, encapsulate the append and the chop inside the `Prefix` class. Differential Revision: https://dev.swift-project.org/D107
swift is an independent (private and non-commercial) software project creating open source software for flight simulation.
Legal
See https://datastore.swift-project.org/page/legal.php
Environment Setup
TBW
Getting Sources
All swift sources are available here: https://dev.swift-project.org/diffusion/
Qmake Configuration
TBW
Compiling
TBW
Testing
TBW
Installing
TBW
DLLs vs. static linking
TBW
Description
Languages
C++
96.4%
CMake
1.4%
HTML
1%
Python
0.6%
Objective-C++
0.2%
Other
0.2%