index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
testmerge.cpp
Age
Commit message (
Expand
)
Author
2020-01-10
code cleanup: add empty table structures
Dirk Hohndel
2019-06-19
Cleanup: move trip-related functions into own translation unit
Berthold Stoeger
2019-04-12
Dive site: fix merging tests
Berthold Stoeger
2019-04-12
Dive sites: prepare for dive site ref-counting
Berthold Stoeger
2019-04-12
Undo: make undo-system dive site-aware
Berthold Stoeger
2019-04-12
Parser: parse into custom dive site table
Berthold Stoeger
2019-01-19
Import: control process_imported_dives() by flags
Berthold Stoeger
2019-01-19
Import: add add_to_new_trip flag to process_imported_dives()
Berthold Stoeger
2019-01-09
Import: split process_imported_dives() function
Berthold Stoeger
2019-01-09
Import: add merge_all_trips parameter to process_imported_dives()
Berthold Stoeger
2019-01-09
Import: merge dives trip-wise
Berthold Stoeger
2019-01-09
Parser: add trip_table parameter to parsing functions
Berthold Stoeger
2018-10-06
Import: pass "downloaded" parameter to process_imported_dives()
Berthold Stoeger
2018-10-06
Import: pass a dive table to process_imported_dives()
Berthold Stoeger
2018-09-23
Core: split process_dives() in post-import and post-load versions
Berthold Stoeger
2018-08-23
Parse: pass dive_table argument to parse_file()
Berthold Stoeger
2018-07-26
Whitespace cleanup tests
Dirk Hohndel
2017-04-29
Add SPDX header to tests
Dirk Hohndel
2017-03-04
Use QTest cleanup method for proper test shutdown
Jeremie Guichard
2017-03-04
Use proper order in QCOMPARE arguments
Jeremie Guichard
2017-02-25
Fix trailing '\r' test failure on Windows
Jeremie Guichard
2017-02-24
Use SUBSURFACE_TEST_DATA definition to point to test data dir
Jeremie Guichard
2017-02-21
Simple test case for merging dives
Dirk Hohndel