summaryrefslogtreecommitdiff
path: root/src/lib/json_server.cc
AgeCommit message (Collapse)Author
2021-01-07std::shared_ptrCarl Hetherington
2020-12-11Fix lots of macOS warnings by using a different boost/bind include.Carl Hetherington
2020-07-26Various OSX warnings fixes.Carl Hetherington
2018-02-16Name threads on Linux.Carl Hetherington
2016-08-12Move raw_convert into libdcp.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
the suspected thread-unsafe crash bugs on OS X.
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵Carl Hetherington
stringstream.
2016-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Revert "Revert make_shared<> change which breaks build on some platforms; ↵Carl Hetherington
don't know why yet." This reverts commit eb3f28f4e614455a4d070d5fa2caaa24b9d9139c.
2016-06-21Revert make_shared<> change which breaks build on some platforms; don't know ↵Carl Hetherington
why yet.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-11-27Fix some stringstreams that had crept in.Carl Hetherington
2015-09-14Lots of #include <iostream>s for Arch.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-03-25Missing files.Carl Hetherington
2014-08-09Remove JSON server code.Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-02-19Put DCP name in JSON.Carl Hetherington
2014-02-19Missing files.Carl Hetherington