summaryrefslogtreecommitdiff
path: root/src/notes.cc
Commit message (Collapse)AuthorAge
* Split variables.cc declarations to separate header filesBardur Arantsson2015-03-07
| | | | | - Can now remove externs.h. Yay! - Put a stray option variable into its rightful place in options.hpp
* Split files.cc declarations into separate header filesBardur Arantsson2015-03-07
|
* Split util.cc function declarations into separate header filesBardur Arantsson2015-02-23
| | | | | We need one .h file and one .hpp since some of the functions are being called from plain C code.
* Move notes.cc functions to separate headerBardur Arantsson2015-02-23
|
* Remove c_head, c_name, c_textBardur Arantsson2015-02-23
|
* Remove depth_in_feet option; always use levelBardur Arantsson2015-02-23
|
* Replace usages of WIPE/C_WIPE with memset()Bardur Arantsson2014-06-26
|
* Switch almost everything over to C++Bardur Arantsson2013-09-27