Alphabetical Index | Tags by Size | Find tag:

GCC (Grouped)

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

Authorship: 83% skyjake, 17% danij

View commits by date

Jump down to:
  Fixed (46)
  Clang (12)
  CMake (5)
  Server (2)
  Added (1)
  All Games (1)
  Amethyst (1)
  Cleanup (1)
  Cygwin (1)
  DED (1)
  Doom (1)
  libdeng (1)
  Linux (1)
  Plugins (1)
  qmake (1)
  Unix (1)
June 2016
2016-06-05 : Attempting to fix build failure
August 2012
2012-08-31 : Workaround for a BSP building issue
July 2012
2012-07-02 : Attempting to fix a bogus (?) compiler warning about memset()
March 2012
2012-03-25 : Fixing build
October 2011
2011-10-03 : Cleaning up some warnings
2011-10-03 : Disabled most warnings

  Fixed (46) — GCC

February 2020
2020-02-18 Cygwin | Fixed : Various build errors
December 2019
2019-12-13 Fixed : Build error with older versions of GCC
February 2017
2017-02-25 Amethyst | Fixed : Build failure (missing header)
October 2016
2016-10-20 Fixed : Crashes in Ubuntu 16.10 (GCC 6.2.0 20161005)
2016-10-20 Fixed : Compiler warnings in libdoomsday
August 2016
2016-08-14 Fixed | Linux : Fixed compiler issues with GCC 6.1
November 2015
2015-11-09 Fixed : Build failure (template specialization)
October 2014
2014-10-13 DED | Doom | Fixed : Benign compiler warning (potential use of uninitialized var)
February 2014
2014-02-06 Fixed : Build failure casting templated functions
2014-02-04 All Games | Fixed : Build and link errors
July 2013
2013-07-17 Fixed : Couple of minor compiler warnings
March 2013
2013-03-16 Fixed : Compiler warning about parentheses
2013-03-13 Clang | Fixed : Various compiler warnings
2013-03-01 Fixed : A couple of minor compiler warnings
2013-03-01 Clang | Fixed : Fixed build due to lack of enum predeclaration
February 2013
2013-02-22 Fixed : Failure to build
2013-02-11 Fixed : Compiler warnings and errors
January 2013
2013-01-03 Fixed : Further qualified type of Materials::Instance::groups
December 2012
2012-12-15 Fixed : Missing headers
2012-12-13 Fixed : Fixed build
November 2012
2012-11-24 Fixed : Compiler errors
2012-11-13 Clang | Fixed : Fix false positive warnings about potentially uninitialized variable
2012-11-09 Clang | Fixed : Various fixes for minor warnings output by Clang/GCC
2012-11-01 Fixed : Compilation failure (friending a private Instance)
October 2012
2012-10-10 Fixed : Fixed more supposedly ambiguous symbol name errors
2012-10-10 Fixed : Extraneous scope resolution operator in fileid.h
2012-10-10 Fixed : Ambiguous named symbol references in dd_games.cpp and dd_wad.cpp
September 2012
2012-09-10 Fixed : Conflicts between C/C++ linkage of extern variables
2012-09-08 Fixed : Build errors related to extern
2012-09-08 Fixed : Signed/unsigned warnings re D_CMD(WarpMap)
2012-09-04 Clang | Fixed : Fixed build
August 2012
2012-08-09 Clang | Fixed : Fixed build
2012-08-08 Fixed : Fix deprecated string constant conversion warnings
July 2012
2012-07-30 Clang | Fixed : Fixed build
2012-07-23 Clang | Fixed : Fixed build
2012-07-03 Fixed : Compiler warnings about extra braces
June 2012
2012-06-26 Fixed : Warning about ignored function attribute
2012-06-26 Fixed : Segfault when loading WAV data
April 2012
2012-04-13 Fixed : Modified superblockmap.h to compile on gcc 4.0
2012-04-13 Fixed : Compiler errors and warnings
March 2012
2012-03-12 Fixed : Illegal and accidental dynamic linkage from plugin to engine
January 2012
2012-01-28 Fixed : Fixed build
2012-01-06 Fixed : Fixed build
December 2011
2011-12-28 Fixed : Fixed const pointer conversion issues
2011-12-12 Fixed : Fixed compiler warning about pointer type
2011-12-09 Fixed : Fixed build

↑ Back to top

  Clang (12) — GCC

March 2015
2015-03-15 Clang | CMake : Enable C++11/C11 with a target property
December 2014
2014-12-06 Clang | Plugins : Disable C++ warnings about missing field initializers
March 2013
2013-03-13 Clang | Fixed : Various compiler warnings
2013-03-01 Clang | Fixed : Fixed build due to lack of enum predeclaration
January 2013
2013-01-28 Clang : Ignore warnings about unused results in texc and md2tool
2013-01-17 Clang | Cleanup | Server : Ignore some warnings
November 2012
2012-11-13 Clang | Fixed : Fix false positive warnings about potentially uninitialized variable
2012-11-09 Clang | Fixed : Various fixes for minor warnings output by Clang/GCC
September 2012
2012-09-04 Clang | Fixed : Fixed build
August 2012
2012-08-09 Clang | Fixed : Fixed build
July 2012
2012-07-30 Clang | Fixed : Fixed build
2012-07-23 Clang | Fixed : Fixed build

↑ Back to top

  CMake (5) — GCC

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

↑ Back to top

  Server (2) — GCC

July 2015
2015-07-24 CMake | Server : Ignore warnings due to old/C-like code
January 2013
2013-01-17 Clang | Cleanup | Server : Ignore some warnings

↑ Back to top

  Added (1) — GCC

July 2012
2012-07-02 Added : Added warning diagnostics option

↑ Back to top

  All Games (1) — GCC

February 2014
2014-02-04 All Games | Fixed : Build and link errors

↑ Back to top

  Amethyst (1) — GCC

February 2017
2017-02-25 Amethyst | Fixed : Build failure (missing header)

↑ Back to top

  Cleanup (1) — GCC

January 2013
2013-01-17 Clang | Cleanup | Server : Ignore some warnings

↑ Back to top

  Cygwin (1) — GCC

February 2020
2020-02-18 Cygwin | Fixed : Various build errors

↑ Back to top

  DED (1) — GCC

October 2014
2014-10-13 DED | Doom | Fixed : Benign compiler warning (potential use of uninitialized var)

↑ Back to top

  Doom (1) — GCC

October 2014
2014-10-13 DED | Doom | Fixed : Benign compiler warning (potential use of uninitialized var)

↑ Back to top

  libdeng (1) — GCC

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

↑ Back to top

  Linux (1) — GCC

August 2016
2016-08-14 Fixed | Linux : Fixed compiler issues with GCC 6.1

↑ Back to top

  Plugins (1) — GCC

December 2014
2014-12-06 Clang | Plugins : Disable C++ warnings about missing field initializers

↑ Back to top

  qmake (1) — GCC

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

↑ Back to top

  Unix (1) — GCC

July 2012
2012-07-27 Unix : Allow //-comments (C99) and anonymous structs

↑ Back to top