Alphabetical Index | Tags by Size | Find tag:

qmake (Grouped)

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

Authorship: 98% skyjake, 2% danij, 1% Jan Engelhardt

View commits by date

Jump down to:
  OS X (41)
  Fixed (39)
  Unix (27)
  Added (21)
  Windows (16)
  libgui (7)
  SDK (7)
  Builder (6)
  Cleanup (5)
  Debug (4)
  libdeng2 (4)
  64-bit (3)
  Qt (3)
  Client (2)
  Documentation (2)
  Oculus Rift (2)
  Resources (2)
  SDL (2)
  Clang (1)
  Doom64 (1)
  FluidSynth (1)
  GCC (1)
  Installer (1)
  libappfw (1)
  libcore (1)
  libdeng (1)
  libdeng1 (1)
  MSVC (1)
  Optimize (1)
  Revert (1)
  Scripting (1)
  Server (1)
  Shell (1)
  Snowberry (1)
  Stereo 3D (1)
  StringPool (1)
  Ubuntu (1)
  Xcode (1)
August 2014
2014-08-14 : Deploying built packages
May 2014
2014-05-21 : In a server-only build, don't link to the libassimp binary
March 2014
2014-03-11 : Improved dep file for Open Asset Import Library
February 2014
2014-02-04 : Enable libdeng2 C++ API in all plugins
October 2013
2013-10-13 : Don't link libgui to the game plugins
May 2013
2013-05-24 : Don't build libgui if client is disabled
February 2013
2013-02-17 : Allow packagers to set DENG_LIB_DIR
January 2013
2013-01-19 : libdeng2 no longer links with QtOpenGL
2013-01-06 : Moved tools to doomsday/tools
December 2012
2012-12-31 : No more exporting symbols out of the executable
November 2012
2012-11-12 : Alphabetical order of source files
October 2012
2012-10-30 : Unifying engine deployment (win32/unix), moved libdeng2 configs
2012-10-25 : Tests are not built by default
2012-10-14 : Renamed plugin targets
2012-10-14 : Build tools as part of the project
March 2012
2012-03-25 : SDL_net is no longer a dependency
2012-03-19 : Separated platform-specific parts into config_*.pri
2012-03-10 : Disable strip in build.pro
2012-03-10 : SCRIPT_PYTHON can be empty unless needed
2012-03-08 : Copyright year update in .pro/.pri files
February 2012
2012-02-04 : Install fonts and cphelp.txt under Data
January 2012
2012-01-15 : Detect stable build, select apt repository accordingly
September 2011
2011-09-19 : Adjustments for 10.4u build
2011-09-17 : Removed config_user.pri from repository
2011-09-14 : Include Snowberry files in the installation
2011-09-13 : Install Snowberry on Unix
2011-09-13 : Allow plugins to load symbols from the engine

  OS X (41) — qmake

February 2015
2015-02-12 OS X : Try pkg-config if SDL2_FRAMEWORK_DIR is undefined
October 2014
2014-10-15 OS X | Xcode : Script for generating an Xcode workspace
July 2014
2014-07-17 Fixed | OS X : Various build and deployment issues with Qt 5
2014-07-08 OS X : Disable DisplayMode when using Qt 5+
2014-07-06 libgui | OS X : Various tweaks for better OS X 10.10 compatibility
May 2014
2014-05-21 OS X : Upgraded to SDL 2 and used @rpath for dynamic linking
April 2014
2014-04-29 OS X : Deploy Open Asset Import Library to app bundle
2014-04-10 Added | OS X : Added build option "deng_c++11"
February 2014
2014-02-28 Added | OS X | SDK : Added Mac deployment for apps
2014-02-06 OS X : Using the OpenGL framework in Lion
2014-02-06 Fixed | OS X : Using the OpenGL framework in Snow Leopard
January 2014
2014-01-13 OS X : deng_noclient is not available in the OS X build
December 2013
2013-12-06 Fixed | OS X : Library directory for libintl
2013-12-06 Fixed | OS X : Library directory for libintl
October 2013
2013-10-23 OS X | Qt : Updating for Qt 5.2 (beta) on Mavericks
August 2013
2013-08-11 Fixed | OS X | Qt : Various Qt 5 and C++11 compatibility fixes
July 2013
2013-07-01 Debug | OS X | Unix : Build option "deng_debuginfo" for including debug info
March 2013
2013-03-24 OS X : Tweaked library install name functions
February 2013
2013-02-12 OS X : Building the client is required at the moment
2013-02-09 OS X | Shell : Renamed app to "Doomsday Shell.app"
2013-02-02 Fixed | OS X : Removed another incompatible option
2013-02-02 Fixed | OS X : Removed an unsupported option when using an old compiler
January 2013
2013-01-29 OS X : Tweaked deployment of shared libraries
2013-01-08 OS X : Attempting to fix 10.4 build
2013-01-05 Fixed | OS X : Fixed a path to libdeng1
December 2012
2012-12-21 OS X | Server : Adjusting build settings and bundling
2012-12-13 Doom64 | Fixed | OS X : Deployment of the binary
November 2012
2012-11-20 Fixed | OS X : Application bundling should not occur after clean
2012-11-09 Fixed | OS X : Fixed a bundling issue with the FMOD shared library
October 2012
2012-10-28 OS X : Correct dynamic linking ID for plugins
2012-10-14 OS X : Include bundleapp.sh in the project
July 2012
2012-07-26 OS X : Compiling on Mountain Lion
2012-07-08 OS X : Remove the warning diagnostic gcc option with OS X 10.4u SDK
June 2012
2012-06-28 OS X : Removed a stray 'p' from the libdeng2 postlink commands
May 2012
2012-05-22 OS X : Link plugins to the bundled libdeng2
April 2012
2012-04-26 Cleanup | OS X : Further post SDL disable cleanup
2012-04-26 OS X : Integrate bundleapp.sh as a forced post-build step
2012-04-15 Cleanup | OS X : Cleanup
March 2012
2012-03-27 OS X : Improved configuration robustness
2012-03-27 Added | OS X : Added configuration for Lion (64-bit only)
2012-03-17 OS X : Deployment checks QTDIR environment variable

↑ Back to top

  Fixed (39) — qmake

February 2015
2015-02-02 Fixed : Deploy packages in a server-only build
September 2014
2014-09-01 Fixed | Oculus Rift | Windows : Fixed LibOVR include path
August 2014
2014-08-22 Fixed | Unix : Build options for C++11
2014-08-22 Fixed | Unix : Build options for Qt 5.2 / X11
July 2014
2014-07-17 Fixed | OS X : Various build and deployment issues with Qt 5
April 2014
2014-04-19 Fixed | FluidSynth : No need for GLib 2.0 if not building FluidSynth
February 2014
2014-02-28 Fixed | Windows : Library directory option for MSVC
2014-02-27 Fixed | SDK : libdeng1 is not part of the SDK
2014-02-26 Fixed | libdeng2 | SDK : Missing public header
2014-02-25 Fixed : Typo
2014-02-19 Fixed | libappfw : Duplicate header file
2014-02-06 Fixed | OS X : Using the OpenGL framework in Snow Leopard
January 2014
2014-01-26 Fixed | libgui : Platform-specific source file
December 2013
2013-12-06 Fixed | OS X : Library directory for libintl
2013-12-06 Fixed | OS X : Library directory for libintl
November 2013
2013-11-20 Fixed | Stereo 3D : Debug/release build settings
2013-11-19 Fixed : Warning about missing header files
August 2013
2013-08-31 Client | Fixed : Typo in convenience header file names
2013-08-11 Fixed | OS X | Qt : Various Qt 5 and C++11 compatibility fixes
2013-08-11 Debug | Fixed | Windows : Typo in config_win32.pri related to rc options
May 2013
2013-05-15 Fixed | Windows : VC solution generator script
2013-05-12 Fixed | libgui : Fixed typo
2013-05-06 Clang | Fixed : Disabling certain warnings
March 2013
2013-03-31 Fixed | Unix : Output directory accessed before created
2013-03-13 Fixed : QtWidgets is only for Qt 5
February 2013
2013-02-02 Fixed | OS X : Removed another incompatible option
2013-02-02 Fixed | OS X : Removed an unsupported option when using an old compiler
January 2013
2013-01-05 Fixed | OS X : Fixed a path to libdeng1
December 2012
2012-12-13 Doom64 | Fixed | OS X : Deployment of the binary
November 2012
2012-11-20 Fixed | OS X : Application bundling should not occur after clean
2012-11-17 Fixed : Incorrect source location when using DisplayMode dummy
2012-11-09 Fixed | OS X : Fixed a bundling issue with the FMOD shared library
2012-11-06 Added | Fixed | Windows : Fixed tests.pro, added "deng_nodirectsound" option
October 2012
2012-10-25 Fixed | Windows : Fixed tests for Windows
May 2012
2012-05-25 Fixed : Quote DENG_BASE_DIR and DENG_LIB_DIR properly
March 2012
2012-03-10 Fixed : PYTHON variable replaced with SCRIPT_PYTHON
2012-03-05 Fixed | Unix : Snowberry paths install order
2012-03-05 Fixed | Unix : Snowberry paths install order
January 2012
2012-01-23 Fixed | Unix : Fixed path to man page

↑ Back to top

  Unix (27) — qmake

January 2015
2015-01-13 Unix : Use pkg-config to determine flags for ncurses
August 2014
2014-08-22 Fixed | Unix : Build options for C++11
2014-08-22 Fixed | Unix : Build options for Qt 5.2 / X11
2014-08-12 Added | Unix : Added build option "deng_distcc"
2014-08-04 Unix : Enable C++11
2014-08-04 Unix : Enable C++11
May 2014
2014-05-02 libgui | Unix : libgui implies dependency on libassimp
February 2014
2014-02-28 Unix : Link against built libraries rather than system
2014-02-20 Builder | Unix : Use environment to find python
2014-02-20 Builder | Unix : Use environment to find python
November 2013
2013-11-21 Unix : Using ccache with gcc
2013-11-21 Unix : Using ccache with gcc
2013-11-21 Added | Unix : Added build option for using ccache
2013-11-21 Added | Unix : Added build option for using ccache
July 2013
2013-07-01 Debug | OS X | Unix : Build option "deng_debuginfo" for including debug info
March 2013
2013-03-31 Fixed | Unix : Output directory accessed before created
July 2012
2012-07-13 Unix : Build config for glib-2.0
May 2012
2012-05-09 Unix : Check that xxf86vm and xrandr exist
April 2012
2012-04-08 Unix : Always link against libX11
March 2012
2012-03-30 Unix : Tell linker where to find shared libraries
2012-03-26 Unix : Apply SDL cflags also in C++ source files
2012-03-22 Unix : Sorting out compilation and linker issues on Ubuntu
2012-03-11 Added | Unix : Added deng_nosnowberry for excluding Snowberry
2012-03-05 Fixed | Unix : Snowberry paths install order
2012-03-05 Fixed | Unix : Snowberry paths install order
January 2012
2012-01-23 Fixed | Unix : Fixed path to man page
2012-01-17 Unix : Adjusted linker options

↑ Back to top

  Added (21) — qmake

August 2014
2014-08-12 Added | Unix : Added build option "deng_distcc"
May 2014
2014-05-21 Added | SDL : Upgraded to SDL 2.0, added a dep_sdl2.pri
April 2014
2014-04-28 Added | libgui : Added build option to use libassimp under external
2014-04-28 Added : Added precompiled headers for SDK libs and client/server apps
2014-04-10 Added | OS X : Added build option "deng_c++11"
February 2014
2014-02-28 Added | OS X | SDK : Added Mac deployment for apps
2014-02-27 Added | SDK : Added an app deployment macro
2014-02-25 Added | SDK : Added sdk.pro, install rules for headers
November 2013
2013-11-21 Added | Unix : Added build option for using ccache
2013-11-21 Added | Unix : Added build option for using ccache
February 2013
2013-02-12 Added : Added build option "deng_noclient"
January 2013
2013-01-18 Added | Windows : Added instructions into qmake_msvc.py
December 2012
2012-12-21 Added : Added separate server.pro for the server
November 2012
2012-11-06 Added | Fixed | Windows : Fixed tests.pro, added "deng_nodirectsound" option
April 2012
2012-04-01 Added : Added "deng_noopenal" option for disabling OpenAL
March 2012
2012-03-27 Added | OS X : Added configuration for Lion (64-bit only)
2012-03-24 Added : Added CONFIG option deng_nodisplaymode
2012-03-11 Added | Unix : Added deng_nosnowberry for excluding Snowberry
2012-03-08 Added : Added comment in versions.pri
2012-03-08 Added : Added comment in versions.pri
2012-03-02 Added : Added mapdata.hs to OTHERFILES

↑ Back to top

  Windows (16) — qmake

October 2014
2014-10-18 Oculus Rift | Windows : ATL no longer needed with LibOVR 0.4.2
September 2014
2014-09-01 Fixed | Oculus Rift | Windows : Fixed LibOVR include path
August 2014
2014-08-01 Windows : Write built binaries directly to "distrib/products"
July 2014
2014-07-17 Installer | Windows : Switched to VS 2013 and Qt 5
May 2014
2014-05-20 Windows : Basic configuration for MinGW
February 2014
2014-02-28 Fixed | Windows : Library directory option for MSVC
January 2014
2014-01-04 SDL | Windows : Upgraded SDL, updated build configuration to suit
August 2013
2013-08-11 Debug | Fixed | Windows : Typo in config_win32.pri related to rc options
2013-08-11 64-bit | Windows : Add 'win64' to CONFIG
2013-08-06 Revert | Windows : Disable global optimizations (Og) in release build
July 2013
2013-07-23 Windows : Disable global optimizations (Og) in release build
May 2013
2013-05-15 Fixed | Windows : VC solution generator script
January 2013
2013-01-18 Added | Windows : Added instructions into qmake_msvc.py
November 2012
2012-11-06 Added | Fixed | Windows : Fixed tests.pro, added "deng_nodirectsound" option
October 2012
2012-10-25 Fixed | Windows : Fixed tests for Windows
April 2012
2012-04-01 Windows : Removed obsolete WIN32_GAMMA define

↑ Back to top

  libgui (7) — qmake

August 2014
2014-08-14 libcore | libgui : Building and deploying packages
July 2014
2014-07-06 libgui | OS X : Various tweaks for better OS X 10.10 compatibility
May 2014
2014-05-02 libgui | Unix : libgui implies dependency on libassimp
April 2014
2014-04-28 Added | libgui : Added build option to use libassimp under external
February 2014
2014-02-26 libgui | Scripting : Moved gui.de to libgui
January 2014
2014-01-26 Fixed | libgui : Platform-specific source file
May 2013
2013-05-12 Fixed | libgui : Fixed typo

↑ Back to top

  SDK (7) — qmake

February 2014
2014-02-28 Added | OS X | SDK : Added Mac deployment for apps
2014-02-27 Added | SDK : Added an app deployment macro
2014-02-27 Fixed | SDK : libdeng1 is not part of the SDK
2014-02-27 SDK : Determining install location of libraries
2014-02-26 Fixed | libdeng2 | SDK : Missing public header
2014-02-25 SDK : Install libraries to the SDK directory
2014-02-25 Added | SDK : Added sdk.pro, install rules for headers

↑ Back to top

  Builder (6) — qmake

August 2014
2014-08-14 Builder : Building and deploying packages
February 2014
2014-02-20 Builder | Unix : Use environment to find python
2014-02-20 Builder | Unix : Use environment to find python
2014-02-20 Builder : Run Python 2 specifically
2014-02-20 Builder : Run Python 2 specifically
August 2013
2013-08-13 Builder | Optimize : Avoid numerous python invocations when parsing

↑ Back to top

  Cleanup (5) — qmake

February 2014
2014-02-26 64-bit | Cleanup : Preprocessor symbol for 64-bit builds
2014-02-26 64-bit | Cleanup : Preprocessor symbol for 64-bit builds
April 2012
2012-04-26 Cleanup | OS X : Further post SDL disable cleanup
2012-04-15 Cleanup | OS X : Cleanup
March 2012
2012-03-11 Cleanup : Cleanup

↑ Back to top

  Debug (4) — qmake

February 2015
2015-02-10 Debug | MSVC : Enable debug information in release builds
2015-02-09 Debug | Documentation : Clarified debug build option
August 2013
2013-08-11 Debug | Fixed | Windows : Typo in config_win32.pri related to rc options
July 2013
2013-07-01 Debug | OS X | Unix : Build option "deng_debuginfo" for including debug info

↑ Back to top

  libdeng2 (4) — qmake

February 2014
2014-02-26 Fixed | libdeng2 | SDK : Missing public header
December 2012
2012-12-04 libdeng2 : Updated with renamed files
November 2012
2012-11-01 libdeng2 : Include the .rc template in the project
2012-11-01 libdeng2 : Include the .rc template in the project

↑ Back to top

  64-bit (3) — qmake

February 2014
2014-02-26 64-bit | Cleanup : Preprocessor symbol for 64-bit builds
2014-02-26 64-bit | Cleanup : Preprocessor symbol for 64-bit builds
August 2013
2013-08-11 64-bit | Windows : Add 'win64' to CONFIG

↑ Back to top

  Qt (3) — qmake

August 2014
2014-08-13 Qt : Minimum required version of Qt is now 4.8
October 2013
2013-10-23 OS X | Qt : Updating for Qt 5.2 (beta) on Mavericks
August 2013
2013-08-11 Fixed | OS X | Qt : Various Qt 5 and C++11 compatibility fixes

↑ Back to top

  Client (2) — qmake

August 2013
2013-08-31 Client | Fixed : Typo in convenience header file names
July 2013
2013-07-11 Client : Include bootstrap.de in the project

↑ Back to top

  Documentation (2) — qmake

February 2015
2015-02-09 Debug | Documentation : Clarified debug build option
February 2014
2014-02-09 Documentation : Documented some deng_* build options

↑ Back to top

  Oculus Rift (2) — qmake

October 2014
2014-10-18 Oculus Rift | Windows : ATL no longer needed with LibOVR 0.4.2
September 2014
2014-09-01 Fixed | Oculus Rift | Windows : Fixed LibOVR include path

↑ Back to top

  Resources (2) — qmake

September 2014
2014-09-28 Resources : Add MAPINFO defs to the game's base data package
August 2014
2014-08-14 Resources : Continued cleaning up package building

↑ Back to top

  SDL (2) — qmake

May 2014
2014-05-21 Added | SDL : Upgraded to SDL 2.0, added a dep_sdl2.pri
January 2014
2014-01-04 SDL | Windows : Upgraded SDL, updated build configuration to suit

↑ Back to top

  Clang (1) — qmake

May 2013
2013-05-06 Clang | Fixed : Disabling certain warnings

↑ Back to top

  Doom64 (1) — qmake

December 2012
2012-12-13 Doom64 | Fixed | OS X : Deployment of the binary

↑ Back to top

  FluidSynth (1) — qmake

April 2014
2014-04-19 Fixed | FluidSynth : No need for GLib 2.0 if not building FluidSynth

↑ Back to top

  GCC (1) — qmake

November 2012
2012-11-15 GCC | libdeng : Disable warnings about not being ISO C compliant

↑ Back to top

  Installer (1) — qmake

July 2014
2014-07-17 Installer | Windows : Switched to VS 2013 and Qt 5

↑ Back to top

  libappfw (1) — qmake

February 2014
2014-02-19 Fixed | libappfw : Duplicate header file

↑ Back to top

  libcore (1) — qmake

August 2014
2014-08-14 libcore | libgui : Building and deploying packages

↑ Back to top

  libdeng (1) — qmake

November 2012
2012-11-15 GCC | libdeng : Disable warnings about not being ISO C compliant

↑ Back to top

  libdeng1 (1) — qmake

July 2012
2012-07-23 libdeng1 : Enable strict warnings for GCC/Clang

↑ Back to top

  MSVC (1) — qmake

February 2015
2015-02-10 Debug | MSVC : Enable debug information in release builds

↑ Back to top

  Optimize (1) — qmake

August 2013
2013-08-13 Builder | Optimize : Avoid numerous python invocations when parsing

↑ Back to top

  Revert (1) — qmake

August 2013
2013-08-06 Revert | Windows : Disable global optimizations (Og) in release build

↑ Back to top

  Scripting (1) — qmake

February 2014
2014-02-26 libgui | Scripting : Moved gui.de to libgui

↑ Back to top

  Server (1) — qmake

December 2012
2012-12-21 OS X | Server : Adjusting build settings and bundling

↑ Back to top

  Shell (1) — qmake

February 2013
2013-02-09 OS X | Shell : Renamed app to "Doomsday Shell.app"

↑ Back to top

  Snowberry (1) — qmake

March 2012
2012-03-08 Snowberry : Launcher script and .desktop file respect config.pri

↑ Back to top

  Stereo 3D (1) — qmake

November 2013
2013-11-20 Fixed | Stereo 3D : Debug/release build settings

↑ Back to top

  StringPool (1) — qmake

November 2012
2012-11-07 StringPool : Removed build option "deng_stringpoolzoneallocs"

↑ Back to top

  Ubuntu (1) — qmake

October 2013
2013-10-28 Ubuntu : Do not install apt repository with package

↑ Back to top

  Xcode (1) — qmake

October 2014
2014-10-15 OS X | Xcode : Script for generating an Xcode workspace

↑ Back to top