This website requires JavaScript.
Explore
Help
Sign In
flightsimulatorplatfrom
/
pilotclient
Watch
1
Star
0
Fork
0
You've already forked pilotclient
mirror of
https://github.com/swift-project/pilotclient.git
synced
2026-03-22 23:05:36 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b84df5fc21961bd8c2b1a8c7945e9ac5c88809ea
pilotclient
/
samples
/
blackmiscquantities
History
Klaus Basan
b84df5fc21
Merged with changes of MS, some similar bug fixes done in parallel
2013-04-30 02:34:15 +02:00
..
main.cpp
Initial refactoring of vector and matrix classes
2013-04-18 01:04:21 +02:00
sample_quantities_avionics.pro
fixed qmake files to support GNU make _and_ MSVC (discussed in
#34
)
2013-04-29 23:14:42 +01:00
samplesaviation.cpp
Fixed all issues detected by the test cases under MinGW - such as usage of abs() -> changed to qAbs(), rounding issues detected during calculations, and changed streaming methods with qDebug() (QDebug vs &QDebug issue).
2013-04-30 01:43:14 +02:00
samplesaviation.h
Move Math constants into class (to be consistent with other constants), tested against minGW / gcc 4.7.2 and fixed various issues (mainly initializer lists, unused variables). BlackMisc compiles now in MinGW, but still issues (especially with qDebug() friend methods)
2013-04-29 16:00:41 +02:00
samplesphysicalquantities.cpp
Move Math constants into class (to be consistent with other constants), tested against minGW / gcc 4.7.2 and fixed various issues (mainly initializer lists, unused variables). BlackMisc compiles now in MinGW, but still issues (especially with qDebug() friend methods)
2013-04-29 16:00:41 +02:00
samplesphysicalquantities.h
Initial refactoring of vector and matrix classes
2013-04-18 01:04:21 +02:00