mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
cb8eb6569e2624b88a491fec4f76a27e9b939f3a
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%