Alphabetical Index | Tags by Size | Find tag:

CMake (Grouped)

Related tags: Builder, Builds, Clang, Distrib, GCC, Git, MSVC, Project, Project files, qmake, TextMate, wikidocs

Authorship: 99% skyjake, 1% yagisan

View commits by date

Jump down to:
  Fixed (33)
  OS X (26)
  Windows (25)
  Unix (13)
  Added (11)
  Cleanup (10)
  Assimp (8)
  Builder (8)
  GCC (5)
  CPack (4)
  Installer (4)
  libgui (4)
  Qt (4)
  Oculus Rift (3)
  Tests (3)
  Amethyst (2)
  Debug (2)
  iOS (2)
  MSVC (2)
  Server (2)
  Clang (1)
  Debian (1)
  EAX (1)
  FluidSynth (1)
  FMOD (1)
  GameKit (1)
  GLES (1)
  Gloom (1)
  libcore (1)
  Linux (1)
  MinGW (1)
  OpenAL (1)
  Plugins (1)
  Revert (1)
January 2021
2021-01-31 : Option for installing to "products"
2021-01-23 : Disable SDK by default
December 2020
2020-12-24 : Use glbinding from deps
January 2020
2020-01-04 : Avoid failure when buildpackage.py produces no output
December 2019
2019-12-27 : Try to find Python 3 on the system path
2019-12-26 : Require Python 3 for build scripts
November 2019
2019-11-30 : Root-level project name
August 2019
2019-08-04 : Don't use PREFIX since CMake uses it
May 2019
2019-05-29 : Simplified install prefix configuration
2019-05-18 : Default deps build directory
2019-05-01 : Install prefix should be a string
March 2019
2019-03-16 : Use DENG_SDK_DIR for finding libraries
August 2018
2018-08-30 : Removed obsolete CMake policy
June 2018
2018-06-29 : Improved Doomsday library configuration
2018-06-29 : Only define SDL targets once
2018-06-29 : Omit Qt from the main configuration
February 2018
2018-02-05 : Build config improvements
March 2017
2017-03-21 : Correct variable type for certificate name
2017-03-03 : Define platform IDs for update checks in CMake config
January 2017
2017-01-26 : Policy warning from Qt 5.8.0 config modules
August 2016
2016-08-24 : Source merging should use a well-defined order for the sources
July 2016
2016-07-29 : Updated copyright text
2016-07-25 : Turbo mode: Merge source files per directory
2016-07-24 : Upgraded cotire to 1.7.8
June 2016
2016-06-26 : Use Qt Creator's qmake path as a hint
August 2015
2015-08-08 : Disallow builds in the source tree
2015-08-08 : Disallow builds in the source tree
June 2015
2015-06-07 : Place Assimp to the "Libraries" folder in IDEs
2015-06-07 : Updated cotire from 1.6.9 to 1.7.2
March 2015
2015-03-15 : Use the DENG_DEPEND_PATH environment variable when looking for SDL 2
February 2015
2015-02-28 : Option to install SDK; cleaned up OS X deployment
2015-02-27 : Require CMake 3.1
2015-02-23 : Don't use exported SDK libs if present in current build
2015-02-23 : User-friendliness; don't try to install from deployed bin folder
2015-02-20 : Compile and install readme documentation
2015-02-20 : Improved finding of FMOD, LibOVR; OS X plugin install names
2015-02-17 : Tests, Info.plist generation, package bundling, sublist macro
July 2011
2011-07-11 : Updated compiler flags on the Mac
March 2011
2011-03-10 : jDoom64 is built by default. Also included more headers.
August 2006
2006-08-01 : Update hexen build script

  Fixed (33) — CMake

February 2021
2021-02-09 Fixed | Unix : Install prefix set incorrectly
January 2021
2021-01-23 Fixed | GameKit : Fixed deployment when DE_ENABLE_SDK is disabled
February 2020
2020-02-25 Fixed : Installing a file to multiple directories
May 2019
2019-05-31 Fixed | MinGW : Fixed link libraries
July 2018
2018-07-30 Fixed : Include directories for pkg-config interface targets
August 2017
2017-08-20 Fixed : Check if CMake policies exist before setting preference
May 2017
2017-05-04 Fixed : Typo in client’s build configuration
April 2017
2017-04-28 Added | Fixed | Unix : Added a manual check for g++
March 2017
2017-03-04 Fixed : Missing quotes around DENG_PLATFORM_ID
May 2016
2016-05-07 Fixed | Windows : Compiling with a single-configuration makefile
2016-05-06 Assimp | Fixed : Linking Assimp's system dependencies
March 2016
2016-03-25 Fixed | OS X : Signing Doomsday.app
2016-03-01 Debug | Fixed | OS X : Do not strip debug symbols in debug builds
November 2015
2015-11-30 Fixed | Windows : Incorrect compiler flag for Assimp
August 2015
2015-08-01 Fixed | Windows : Run windeployqt on the right executable
July 2015
2015-07-27 Fixed | Installer : Missing/excessive installed components
2015-07-27 Fixed | Windows : Warning about missing VCINSTALLDIR
2015-07-09 Fixed : Compiling with static Assimp on GCC
June 2015
2015-06-13 Fixed | OS X : Removed duplicate rpath in Doomsday.app
2015-06-04 Fixed : CMake configs for SDK libraries
May 2015
2015-05-31 Fixed : libgui is dependent on Assimp
2015-05-24 Fixed | Unix : Incorrect build options; no default CPack generator
2015-05-24 Fixed | Unix : Correct file name; rpath for standalone use
2015-05-23 Fixed | Windows : Running windeployqt when path has spaces
2015-05-23 Fixed | Windows : Errors when packaging binaries with WiX
2015-05-22 Fixed | Oculus Rift | Windows : Use the correct LibOVR library path
2015-05-20 Debug | Fixed : Allow using the debug version of libassimp
2015-05-03 Fixed | Qt : Finding qmake, handling reconfiguration
April 2015
2015-04-07 Fixed | OS X | Tests : Deploy Qt on test apps
March 2015
2015-03-27 Fixed : Installing library targets
2015-03-21 Fixed | OS X : Bundling packages
February 2015
2015-02-27 Fixed | OS X : Fixed issues with the CPack installation procedure
March 2011
2011-03-11 Fixed : Fixed jDoom64 build configuration

↑ Back to top

  OS X (26) — CMake

January 2021
2021-01-08 OS X : Compatibility with Xcode's new build system
August 2019
2019-08-21 OS X : Deploy all dependencies
December 2018
2018-12-10 OS X : Revising dependency bundling
December 2017
2017-12-15 OS X : Disable cotire/precompiled headers by default
2017-12-15 OS X : Disable cotire/precompiled headers by default
August 2017
2017-08-18 OS X : Updated CMake policy regarding rpath
April 2017
2017-04-07 Added | OS X : Added a build option to disable Qt deployment
2017-04-06 FluidSynth | OS X : Option to use a static version of GLib et al.
November 2016
2016-11-07 OS X | Tests : Configuration tweaks to use the right libraries
March 2016
2016-03-25 Fixed | OS X : Signing Doomsday.app
2016-03-25 OS X : Re-sign application bundle after tools installation
2016-03-25 OS X : Re-sign application bundle after tools installation
2016-03-01 Debug | Fixed | OS X : Do not strip debug symbols in debug builds
June 2015
2015-06-14 OS X : Only use the override warning with AppleClang 7+
2015-06-13 OS X : Disable warning about inconsistent usage of 'override'
2015-06-13 Fixed | OS X : Removed duplicate rpath in Doomsday.app
May 2015
2015-05-26 OS X : Detect OS version, use the MACOS_10_7 definition
April 2015
2015-04-07 Fixed | OS X | Tests : Deploy Qt on test apps
March 2015
2015-03-21 Fixed | OS X : Bundling packages
February 2015
2015-02-28 OS X : Code signing
2015-02-27 Fixed | OS X : Fixed issues with the CPack installation procedure
2015-02-24 OS X : Building and running with Xcode
2015-02-23 OS X : Unix include directories needed, too
2015-02-21 OS X : Enabling C++11, DisplayMode default, building blank config
2015-02-19 OS X : Better method to install tools inside Doomsday.app
2015-02-19 OS X : Installing all apps and other components, tweaks for IDEs

↑ Back to top

  Windows (25) — CMake

December 2018
2018-12-17 Windows : Build configuration tweaks
2018-12-17 Windows : Enable folders in the VS solution
2018-12-17 Windows : Setting up new dependencies on Windows
July 2016
2016-07-25 Windows : Platform-specific tweaks for Turbo mode on Windows
May 2016
2016-05-07 Fixed | Windows : Compiling with a single-configuration makefile
April 2016
2016-04-11 Added | Windows : Added command line options for Amethyst
March 2016
2016-03-27 Windows : Attempt to configure Windows 7 compatibility
2016-03-21 Windows : Sign the deployed executables and libraries
2016-03-21 Windows : Sign all executables and libraries
2016-03-21 Windows : Sign executables if certificate provided
November 2015
2015-11-30 Fixed | Windows : Incorrect compiler flag for Assimp
August 2015
2015-08-01 Fixed | Windows : Run windeployqt on the right executable
July 2015
2015-07-27 Fixed | Windows : Warning about missing VCINSTALLDIR
May 2015
2015-05-28 Assimp | Windows : Link to and deploy the libassimp included in the build
2015-05-23 Fixed | Windows : Running windeployqt when path has spaces
2015-05-23 Fixed | Windows : Errors when packaging binaries with WiX
2015-05-22 Fixed | Oculus Rift | Windows : Use the correct LibOVR library path
March 2015
2015-03-01 Windows : Install Visual C++ redistributable libraries
2015-03-01 Windows : Tweaks for WiX installer packaging
February 2015
2015-02-22 Windows : RC for libcore, client, and shell
2015-02-22 Windows : Win32 resources and exports for plugins
2015-02-22 Windows : API exports, running windeployqt, .pack output
2015-02-22 Windows : Precompiled headers, better dependency finding
2015-02-22 Windows : Looking for DirectX and EAX
2015-02-22 Windows : Configuring the build for 32-bit Windows

↑ Back to top

  Unix (13) — CMake

February 2021
2021-02-09 Fixed | Unix : Install prefix set incorrectly
April 2017
2017-04-28 Added | Fixed | Unix : Added a manual check for g++
2017-04-15 Added | Unix : Added CMake variables for base and plugin directories
May 2016
2016-05-06 libgui | Revert | Unix : Link with zlib
2016-05-02 libgui | Unix : Link with zlib
November 2015
2015-11-28 Unix : Enable C++11 manually
May 2015
2015-05-28 Assimp | Unix : Link to and deploy libassimp
2015-05-24 Fixed | Unix : Incorrect build options; no default CPack generator
2015-05-24 CPack | Unix : Fixes for Debian and RPM packaging
2015-05-24 Fixed | Unix : Correct file name; rpath for standalone use
February 2015
2015-02-20 Unix : Building and installing on an Unix system
2015-02-16 Amethyst | Unix : Generate server and shell-text manual pages
May 2011
2011-05-17 Unix : Link against libm

↑ Back to top

  Added (11) — CMake

August 2021
2021-08-01 Added : Added option to disable Shell GUI app
November 2019
2019-11-27 Added | Builder : Added root CMakeLists; tweaks for Unix config
June 2017
2017-06-25 Added | Assimp | libgui : Added option to not use customized Assimp
April 2017
2017-04-28 Added | Fixed | Unix : Added a manual check for g++
2017-04-15 Added | Unix : Added CMake variables for base and plugin directories
2017-04-07 Added | OS X : Added a build option to disable Qt deployment
April 2016
2016-04-11 Added | Windows : Added command line options for Amethyst
March 2016
2016-03-27 Added : Added option for extra package file name suffix
August 2015
2015-08-09 Added | FMOD : Added build option to enable or disable the FMOD plugin
February 2015
2015-02-17 Added : Added projects for plugins, bundling for OS X
2015-02-15 Added : Added CMake project files; added sdk, apps subdirectories

↑ Back to top

  Cleanup (10) — CMake

May 2017
2017-05-06 Cleanup | iOS : Cleanup
February 2017
2017-02-06 Cleanup : Avoid globbing unnecessary files
July 2016
2016-07-28 Cleanup : Tweaked source file merging script
July 2015
2015-07-27 Cleanup : Whitespace
February 2015
2015-02-28 Cleanup : Cleanup
2015-02-23 Cleanup : Check environment variable DENG_DEPEND_PATH; cleanup
2015-02-18 Cleanup : Cleanup
2015-02-18 Cleanup : Building the client, bundling plugins, cleanup
2015-02-18 Cleanup : Cleanup and finding LibOVR, OpenAL, SDL2
2015-02-16 Cleanup : Better SDK library target naming

↑ Back to top

  Assimp (8) — CMake

June 2017
2017-06-25 Added | Assimp | libgui : Added option to not use customized Assimp
July 2016
2016-07-28 Assimp : Disable unnecessary model importers
May 2016
2016-05-06 Assimp | Fixed : Linking Assimp's system dependencies
July 2015
2015-07-09 Assimp : Assimp as static library; updated to the latest revision
June 2015
2015-06-19 Assimp : Allow falling back from pkg-config to manual config
May 2015
2015-05-28 Assimp | Unix : Link to and deploy libassimp
2015-05-28 Assimp | Windows : Link to and deploy the libassimp included in the build
2015-05-27 Assimp : Build libassimp as a subdirectory of libgui

↑ Back to top

  Builder (8) — CMake

November 2019
2019-11-27 Added | Builder : Added root CMakeLists; tweaks for Unix config
March 2018
2018-03-29 Builder : Disabled a policy warning
February 2018
2018-02-19 Builder : Rebuild packages automatically based on source files
2018-02-05 Builder : CMake 3.10 adds a new automoc policy
August 2016
2016-08-24 Builder : Changed default value for the Turbo build option
May 2015
2015-05-24 Builder | Debian : Updated package metadata for source packaging
2015-05-23 Builder : Updated platform_build to use CMake
2015-05-21 Builder : Use Version.cmake as the source for version information

↑ Back to top

  GCC (5) — CMake

May 2016
2016-05-02 GCC : Disable warnings about deprecated declarations
August 2015
2015-08-09 GCC : Disable cotire by default
2015-08-09 GCC : Disable cotire by default
July 2015
2015-07-24 GCC | Server : Ignore warnings due to old/C-like code
March 2015
2015-03-15 Clang | GCC : Enable C++11/C11 with a target property

↑ Back to top

  CPack (4) — CMake

January 2020
2020-01-01 CPack : Assimp as a package dependency
June 2015
2015-06-07 CPack : Removed Assimp packages, only install enabled components
May 2015
2015-05-24 CPack | Unix : Fixes for Debian and RPM packaging
2015-05-24 CPack : Package version number and file name

↑ Back to top

  Installer (4) — CMake

December 2018
2018-12-02 Installer : Component names and descriptions
March 2016
2016-03-24 Installer : Updated .rpm/.deb dependencies
2016-03-24 Installer : Updated .rpm/.deb dependencies
July 2015
2015-07-27 Fixed | Installer : Missing/excessive installed components

↑ Back to top

  libgui (4) — CMake

June 2018
2018-06-26 libgui : Renamed SDL2 finder; build glsandbox test with libgui
June 2017
2017-06-25 Added | Assimp | libgui : Added option to not use customized Assimp
May 2016
2016-05-06 libgui | Revert | Unix : Link with zlib
2016-05-02 libgui | Unix : Link with zlib

↑ Back to top

  Qt (4) — CMake

October 2018
2018-10-24 Qt : Finding qmake
May 2015
2015-05-03 Fixed | Qt : Finding qmake, handling reconfiguration
March 2015
2015-03-27 Qt : Complete build using Qt 4
2015-03-27 Qt : Qt 4 configuration for a non-GUI build

↑ Back to top

  Oculus Rift (3) — CMake

May 2015
2015-05-22 Fixed | Oculus Rift | Windows : Use the correct LibOVR library path
April 2015
2015-04-03 Oculus Rift : Updated SDK config for LibOVR 0.5.0.1
February 2015
2015-02-23 Oculus Rift : Check that LibOVR version is correct; update for 0.4.4

↑ Back to top

  Tests (3) — CMake

June 2018
2018-06-17 libcore | Tests : Build configuration improvements
November 2016
2016-11-07 OS X | Tests : Configuration tweaks to use the right libraries
April 2015
2015-04-07 Fixed | OS X | Tests : Deploy Qt on test apps

↑ Back to top

  Amethyst (2) — CMake

January 2021
2021-01-31 Amethyst : Check user's local bin dir
February 2015
2015-02-16 Amethyst | Unix : Generate server and shell-text manual pages

↑ Back to top

  Debug (2) — CMake

March 2016
2016-03-01 Debug | Fixed | OS X : Do not strip debug symbols in debug builds
May 2015
2015-05-20 Debug | Fixed : Allow using the debug version of libassimp

↑ Back to top

  iOS (2) — CMake

May 2017
2017-05-06 Cleanup | iOS : Cleanup
2017-05-03 GLES | iOS : Adapting build configuration for iOS and GLES3

↑ Back to top

  MSVC (2) — CMake

May 2016
2016-05-25 MSVC : Enable multi-processor compilation
July 2015
2015-07-25 MSVC : Build products are runnable within build directory (on Windows)

↑ Back to top

  Server (2) — CMake

May 2017
2017-05-02 Server : Build option to disable the server executable
July 2015
2015-07-24 GCC | Server : Ignore warnings due to old/C-like code

↑ Back to top

  Clang (1) — CMake

March 2015
2015-03-15 Clang | GCC : Enable C++11/C11 with a target property

↑ Back to top

  Debian (1) — CMake

May 2015
2015-05-24 Builder | Debian : Updated package metadata for source packaging

↑ Back to top

  EAX (1) — CMake

March 2015
2015-03-15 EAX | OpenAL : Check DENG_DEPEND_PATH; deploy OpenAL DLL

↑ Back to top

  FluidSynth (1) — CMake

April 2017
2017-04-06 FluidSynth | OS X : Option to use a static version of GLib et al.

↑ Back to top

  FMOD (1) — CMake

August 2015
2015-08-09 Added | FMOD : Added build option to enable or disable the FMOD plugin

↑ Back to top

  GameKit (1) — CMake

January 2021
2021-01-23 Fixed | GameKit : Fixed deployment when DE_ENABLE_SDK is disabled

↑ Back to top

  GLES (1) — CMake

May 2017
2017-05-03 GLES | iOS : Adapting build configuration for iOS and GLES3

↑ Back to top

  Gloom (1) — CMake

February 2018
2018-02-15 Gloom : Tweaking the build for Windows

↑ Back to top

  libcore (1) — CMake

June 2018
2018-06-17 libcore | Tests : Build configuration improvements

↑ Back to top

  Linux (1) — CMake

March 2016
2016-03-24 Linux : Do not auto-detect RPM requirements based on shared libs

↑ Back to top

  MinGW (1) — CMake

May 2019
2019-05-31 Fixed | MinGW : Fixed link libraries

↑ Back to top

  OpenAL (1) — CMake

March 2015
2015-03-15 EAX | OpenAL : Check DENG_DEPEND_PATH; deploy OpenAL DLL

↑ Back to top

  Plugins (1) — CMake

May 2017
2017-05-06 Plugins : Build option to link all plugins statically

↑ Back to top

  Revert (1) — CMake

May 2016
2016-05-06 libgui | Revert | Unix : Link with zlib

↑ Back to top