summaryrefslogtreecommitdiffstats
path: root/core/deco.c
AgeCommit message (Expand)Author
2020-10-03core: make gas type enum globally availableGravatar Berthold Stoeger
2020-05-06cleanup: move the inertgas enum from qthelper.hpp to deco.cGravatar Berthold Stoeger
2020-05-06planner: remove Bühlmann factor cacheGravatar Berthold Stoeger
2019-08-08Parser: remove global stateGravatar Berthold Stoeger
2019-08-08Cleanup: move planner/deco related declarations planner/deco.hGravatar Berthold Stoeger
2019-08-08Cleanup: move file-related function declarations to file.hGravatar Berthold Stoeger
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-06-19Cleanup: make local variables and functions in deco.c staticGravatar Berthold Stoeger
2019-05-15Cleanup: small coding style fixesGravatar Dirk Hohndel
2019-04-12Coding style: remove Java-style function definitionGravatar Berthold Stoeger
2019-03-17Core: cast before multiplication to avoid potential overflowGravatar Dirk Hohndel
2018-10-15deco: _really_ make sure the deco state is fully initializedGravatar Linus Torvalds
2018-10-15deco: make sure deco state is fully initializedGravatar Linus Torvalds
2018-08-23Cleanup: const-ify functions taking pointers to eventsGravatar Berthold Stoeger
2018-08-23Cleanup: pass gasmix by valueGravatar Berthold Stoeger
2018-05-24core: replace (void) with UNUSED(x) and include ssrf.hGravatar jan Iversen
2018-05-14Rename enum dive_comp_type to divemode_tGravatar Robert C. Helling
2018-05-14Implement bailout outside of the dive plannerGravatar Willem Ferguson
2018-05-14Core: introduce new subsurface-string headerGravatar Dirk Hohndel
2018-04-11Look for actual isobaric counter diffusionGravatar Robert C. Helling
2018-02-26Cleanup: Unify qthelper.h and qthelperfromc.hGravatar Berthold Stoeger
2017-12-25Prevent overflow in effective GF calculationGravatar Robert C. Helling
2017-12-24Code cleanup: Indentation mistake plus simplificationGravatar Stefan Fuchs
2017-12-01Remove unnecessary #include and correct whitespaceGravatar Robert C. Helling
2017-11-27Compile dump_tissues function only if needed based on defineGravatar Stefan Fuchs
2017-11-25Localize global planner stateGravatar Robert C. Helling
2017-10-01More VPMB state in special structureGravatar Robert C. Helling
2017-09-20Remove option to apply GFlow at maxdepthGravatar Robert C. Helling
2017-09-20Correct comment for deco subsurface_conservatism_factorGravatar Stefan Fuchs
2017-08-29Cache all Buehlmann factorsGravatar Robert C. Helling
2017-05-26Adopt planner state caching to new structGravatar Robert C. Helling
2017-05-26Assemble global state of planner in a structGravatar Robert C. Helling
2017-04-29Add SPDX header to core C filesGravatar Dirk Hohndel
2017-03-11Merge branch 'master' of https://github.com/dje29/subsurfaceGravatar Dirk Hohndel
2017-03-11Use abbreviations with dots.Gravatar Martin Měřinský
2017-03-09Fix potential double/float to int rounding errorsGravatar Jeremie Guichard
2017-02-19Fix typo in saturation/desatureation ratesGravatar Robert C. Helling
2017-02-10Reset VPM-B state between repetitive divesGravatar Robert C. Helling
2017-01-06Fix deco_mode confusionGravatar Robert C. Helling
2016-12-04Fix effective GFs in notesGravatar Robert C. Helling
2016-11-24Show effective gradient factors for VPMB-plansGravatar Robert C. Helling
2016-10-27ToolTipItem: show gf line based on correct gradient factor preferencesGravatar Rick Walsh
2016-10-03Compute weighted Buehlmann coefficients for all deco modelsGravatar Robert C. Helling
2016-09-24Separate VPM-B conservatism preference for planner and profileGravatar Rick Walsh
2016-09-24Rename conservatism_level to vpmb_conservatismGravatar Rick Walsh
2016-09-17Compute total tissue saturation for all deco modelsGravatar Robert C. Helling
2016-09-17Cosmetic changes to Buehlmann codeGravatar Robert C. Helling
2016-04-04Move subsurface-core to core and qt-mobile to mobile-widgetsGravatar Dirk Hohndel