summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAge
* feat(Upgrade): New upstream releaseManoj Srivastava2020-05-23
| | | | | | | Also, added a fallback definition for PATH_MAX, missing on the Hurd. NMU ack. Make tweaks to have it compile on Debian. Signed-off-by: Manoj Srivastava <srivasta@debian.org>
* Merge branch 'upstream'Manoj Srivastava2020-05-22
|\
| * Rework CMakeLists to show REQUIRED packages all at onceBardur Arantsson2017-06-13
| | | | | | | | This also avoids a few deprecation warnings for PRINT_ENABLED_FEATURES().
| * Remove obsolete 'cppformat' vendor codeBardur Arantsson2017-01-04
| |
| * Rework compiler flagsBardur Arantsson2016-10-22
| | | | | | | | | | | | | | They're all currently identical for both GCC/Clang anyway. Move sanitizer flags to DEBUG-only configuration. Closes #8
| * Remove requirement for janssonBardur Arantsson2016-10-05
| |
| * Add a few more compiler warning flagsBardur Arantsson2016-10-05
| |
| * Use C++14 mode for compilationBardur Arantsson2016-02-05
| |
| * Build: Produce multiple independent executablesBardur Arantsson2016-02-05
| |
* | Merge branch 'upstream'Manoj Srivastava2016-01-27
|\| | | | | | | | | | | | | | | | | Signed-off-by: Manoj Srivastava <srivasta@debian.org> # Conflicts: # src/CMakeLists.txt # src/config.h # src/lua/llimits.h
| * Fix linking if jansson is installed in non-default directoryBardur Arantsson2015-04-15
| | | | | | | | | | ("non-default" in the sense of not-searched-automatically by the linker).
| * Bump Boost to 1.54.x and add boost::filesystem dependencyBardur Arantsson2015-04-14
| | | | | | | | | | As fas as I can tell, 1.54.x should be available in the latest Ubuntu LTS, so it hopefully shouldn't be a problem.
| * Add ASAN and UBSAN options by defaultBardur Arantsson2015-02-23
| |
| * CMake: Move common compilation flags to a variable to reduce duplicationBardur Arantsson2015-02-23
| |
| * Remove cmovie supportBardur Arantsson2014-06-25
| |
| * C++: Add Boost dependencyBardur Arantsson2013-09-27
| |
| * Add missing "m" C standard libraryBardur Arantsson2013-08-08
| |
| * Fix a linking issue on some distributions/toolchains.Bardur Arantsson2012-11-29
| |
| * Add Clang support and C++ supportBardur Arantsson2012-06-30
| |
| * Lua: Move automatizer to CBardur Arantsson2012-06-19
| |
| * Don't warn about unused variables since SGLib uses them.Bardur Arantsson2012-05-28
| |
| * Cleanup: Remove SUPPORT_GAMMA -- should be handled by OS.Bardur Arantsson2012-04-02
| |
| * Remove unused USE_WINSOCK and USE_UNIXSOCK compile-time flagsBardur Arantsson2012-04-02
| |
| * Refactor: USE_TRANSPARENCY compile-time flag always setBardur Arantsson2012-03-29
| |
| * Refactor: EGO_GRAPHICS compile-time flag always setBardur Arantsson2012-03-29
| |
| * Add DEBUG.txt file with a little note on how to enable debugging.Bardur Arantsson2012-03-29
| |
| * Add support for building the GTK2 interface with the CMake build system.Bardur Arantsson2010-05-04
| |
| * Build system: Add build support for Windows/MinGW.Bardur Arantsson2010-03-14
| | | | | | | | Thanks to wino45 for the help.
| * Fixes for CMake SDL detection code.Bardur Arantsson2010-02-04
| | | | | | | | Thanks to Kernigh for the fixes.
| * Fix typo in CMakeFile which was causing problems for users with ↵Bardur Arantsson2010-02-04
| | | | | | | | | | | | "non-standard" locations of X11 includes. Thanks to Kernigh for the fix.
| * Add an "install" target.Bardur Arantsson2010-01-17
| |
| * Minimum CMake requirement is really 2.6.Bardur Arantsson2010-01-11
| |
| * CMake build system: supports X11, Curses and SDL frontends.Bardur Arantsson2010-01-10
|
* tome (2.3.11-ah-2) unstable; urgency=lowManoj Srivastava2014-05-14
* Modified the install paths to deploy to the FHS compliant /usr/games/tome and /var/games/tome, as we have always done * This is a major change, and includes theming. Some of the options have changed. Because of this, the manual page has been removed; there is a command line help option and in game help until the manual page is rewritten. # imported from the archive