2274 Commits (975f6fb5eb3f1d9ebeea80a4e16bc9739891a2e4)
 

Author SHA1 Message Date
Jessica 8564aa0073 ClModified unit test. 13 years ago
Jessica dd78bb38fb Fixed memory leaks in the unit tests. 13 years ago
Lorenz Meier e111a65e66 Fixed misleading comments in README about proper way to obtain a MAVLink copy 13 years ago
Jessica c20ec5c675 Merge branch 'reorganize_qgcunittest' into memCheck 13 years ago
Jessica 1fe1f42938 ParameterList.xml in data. 13 years ago
Jessica f6be1b7b12 Merge branch 'rm_settings' into dataandSettings 13 years ago
Jessica 3154141e98 Merge branch 'rm_data' into dataandSettings 13 years ago
Jessica c100da2997 Test 13 years ago
unknown 3e0ebee18c Added a line in qgroundcontrol.pri to include QtTestd4.dll so that the 13 years ago
Lorenz Meier c170e3560b Some VT100 hacks, fixed MAVLink inclusion path 13 years ago
Lorenz Meier 4281a113c4 Made USB serial modem detection more generic on Mac OS 13 years ago
Lorenz Meier 6a36dc44c5 Improved parameter updating, added SLAB devices to mac list 13 years ago
Jessica ec6d473bc2 Put qgcunittest into src. Left the .pro file in the root directory. 13 years ago
Jessica baf5606cad Merge branch 'signalWaypoint_unittest_fix' into reorganize_qgcunittest 13 years ago
Jessica 1075997813 Put libraries into one libs directory under qgroundcontrol. Changed the neccessary files with references to those libraries. 13 years ago
Jessica ceead0c5a7 Merge branch 'signalWaypoint_unittest_fix' into organize 13 years ago
Jessica 6c6684d394 Moved the images folder to the files directory. Changed all of the paths to images to files/images. 13 years ago
Lorenz Meier 3562e6026e Not auto-overwriting links, ignoring carriage return in console 13 years ago
Lorenz Meier c9a76441ef Removed visibility / instance of message sender widget for now, fixed transmission of param widget 13 years ago
Jessica d2804fcf70 In data, deleted all but the kinect.cal file because that one is used in Freenect.cc. 13 years ago
Jessica a60c6108a4 Deleted all but one file in settings. I kept the ParameterList.xml because that is referenced in ParameterList.cc. Though having the ParameterList.xml does not affect it anything, it is probably good to keep it. 13 years ago
Jessica 8d3f5c4ce5 Signal waypoint test passes. 13 years ago
Jessica 16f4c928ad Signal waypoint test passes. 13 years ago
Jessica 5ed1b5bcc8 System type is set to generic in constructor of UAS. 13 years ago
pixhawk b5dde7894c added ifdef case for pixhawk mavlink definition 13 years ago
Lorenz Meier a240e38ae7 Merge pull request #133 from jjhall89/getWaypoint_test_fix 13 years ago
Lorenz Meier e4c1f3ad5a Merge pull request #131 from jjhall89/airframe_unittest_fix 13 years ago
Lorenz Meier dcdf37010b Merge pull request #132 from dagoodma/qax 13 years ago
Jessica 6bc3fbece2 getWaypoint_test passes. 13 years ago
Jessica 1c31983f67 getWaypoint_test() now passes. 13 years ago
David Goodman 5844552c7c QAx build automated in qgroundcontrol.pro 13 years ago
Jessica 70c7c99e27 Added a unit test, setAirframeTest. Changed setAirframe function. Added an end_of_enum to the airframe enum. 13 years ago
Jessica be2a388b64 Added a setAirframe test. Took the code from getAirframe test and made another test. 13 years ago
Jessica 67e14c3d22 Airframe unit test now passes. In UAS.cc, the airframe was set to generic. 13 years ago
Lorenz Meier 20c434b2c6 Merge pull request #128 from jjhall89/check_unittests 13 years ago
Lorenz Meier b3a7483241 Merge pull request #129 from jjhall89/doxygenTarget 13 years ago
Lorenz Meier 5c11804f12 Merge pull request #130 from jjhall89/documentation 13 years ago
Jessica e847916485 Repo layout in README. Could be more detailed. 13 years ago
Jessica 3bbdba639f Added repository layout in README. It needs more details. 13 years ago
Jessica 521fda0e3e README was added to doc directory with inforamtion on how to run doxygen. A mention to read the README in /doc for information was added to the main README in qgroundcontrol. 13 years ago
Jessica f6aae9141b Unit tests compile and run but still fail 4 tests. Segfault fixed which was caused by colors list in UASInterface.h. 13 years ago
Jessica c7c7a05861 Colors list in UASInterface.h corrected which got rid of segfault in unit tests. 13 years ago
Jessica 4fc0a05dad qgcunittest.pro now compiles and runs as long as run in terminal in projcts->Run Settings is unchecked. 13 years ago
Jessica 0b7f080e22 Added a README to doc on how to generate documentation with doxygen. In main README, added a mention to check the REAME in doc. 13 years ago
Lorenz Meier de71ad90aa Merge pull request #120 from jjhall89/System_Time 13 years ago
Lorenz Meier dc9d30f118 Merge pull request #111 from jjhall89/UAS_checks 13 years ago
Lorenz Meier 452eeeaa83 Merge pull request #121 from jjhall89/nmea_removed 13 years ago
Jessica 309d547cd6 NMEA library and all references to NMEA have been removed. 13 years ago
Jessica 0b7509fc09 Issue #68. Took out the check of component id == 200 in MAVLinkDecoder.cc line 56. 13 years ago
Jessica 5f63282634 Removed unneccessary check of uas in UASWaypointManger. 13 years ago