aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/fallback.cpp
Commit message (Collapse)AuthorAge
* Miscellaneous cleanup and dead code removalGravatar ridiculousfish2016-02-19
| | | | Noticed by cppcheck
* detect and provide fallback for backtrace_symbols_fdGravatar David Adam2015-12-17
| | | | Closes #2615 to fix includes on FreeBSD and provide fallback on Cygwin.
* Use the address-of operator when checking for weak symbolsGravatar ridiculousfish2015-07-25
| | | | This fixes a warning with gcc on OS X
* Migrate source files into src/ directoryGravatar ridiculousfish2015-07-24
This change moves source files into a src/ directory, and puts object files into an obj/ directory. The Makefile and xcode project are updated accordingly. Fixes #1866