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
/
core
/
deco.c
Age
Commit message (
Expand
)
Author
2018-08-23
Cleanup: const-ify functions taking pointers to events
Berthold Stoeger
2018-08-23
Cleanup: pass gasmix by value
Berthold Stoeger
2018-05-24
core: replace (void) with UNUSED(x) and include ssrf.h
jan Iversen
2018-05-14
Rename enum dive_comp_type to divemode_t
Robert C. Helling
2018-05-14
Implement bailout outside of the dive planner
Willem Ferguson
2018-05-14
Core: introduce new subsurface-string header
Dirk Hohndel
2018-04-11
Look for actual isobaric counter diffusion
Robert C. Helling
2018-02-26
Cleanup: Unify qthelper.h and qthelperfromc.h
Berthold Stoeger
2017-12-25
Prevent overflow in effective GF calculation
Robert C. Helling
2017-12-24
Code cleanup: Indentation mistake plus simplification
Stefan Fuchs
2017-12-01
Remove unnecessary #include and correct whitespace
Robert C. Helling
2017-11-27
Compile dump_tissues function only if needed based on define
Stefan Fuchs
2017-11-25
Localize global planner state
Robert C. Helling
2017-10-01
More VPMB state in special structure
Robert C. Helling
2017-09-20
Remove option to apply GFlow at maxdepth
Robert C. Helling
2017-09-20
Correct comment for deco subsurface_conservatism_factor
Stefan Fuchs
2017-08-29
Cache all Buehlmann factors
Robert C. Helling
2017-05-26
Adopt planner state caching to new struct
Robert C. Helling
2017-05-26
Assemble global state of planner in a struct
Robert C. Helling
2017-04-29
Add SPDX header to core C files
Dirk Hohndel
2017-03-11
Merge branch 'master' of https://github.com/dje29/subsurface
Dirk Hohndel
2017-03-11
Use abbreviations with dots.
Martin Měřinský
2017-03-09
Fix potential double/float to int rounding errors
Jeremie Guichard
2017-02-19
Fix typo in saturation/desatureation rates
Robert C. Helling
2017-02-10
Reset VPM-B state between repetitive dives
Robert C. Helling
2017-01-06
Fix deco_mode confusion
Robert C. Helling
2016-12-04
Fix effective GFs in notes
Robert C. Helling
2016-11-24
Show effective gradient factors for VPMB-plans
Robert C. Helling
2016-10-27
ToolTipItem: show gf line based on correct gradient factor preferences
Rick Walsh
2016-10-03
Compute weighted Buehlmann coefficients for all deco models
Robert C. Helling
2016-09-24
Separate VPM-B conservatism preference for planner and profile
Rick Walsh
2016-09-24
Rename conservatism_level to vpmb_conservatism
Rick Walsh
2016-09-17
Compute total tissue saturation for all deco models
Robert C. Helling
2016-09-17
Cosmetic changes to Buehlmann code
Robert C. Helling
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel