Jump to content
The Dark Mod Forums

Search the Community

Showing results for tags 'pull request'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General Discussion
    • News & Announcements
    • The Dark Mod
    • Fan Missions
    • Off-Topic
  • Feedback and Support
    • TDM Tech Support
    • DarkRadiant Feedback and Development
    • I want to Help
  • Editing and Design
    • TDM Editors Guild
    • Art Assets
    • Music & SFX

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Added alternative method to get s_numPhysicalCPUCores value, when parsing /proc/cpuinfo fails (usable for non-x86 CPU, e.g. for MCST e2k architecture). These changes was accepted in RBDoom3-BFG - https://github.com/RobertBeckebans/RBDOOM-3-BFG/pull/478 platform_linux_cpp.diff
  2. Hello everyone! I made 2 changes in the source code. Could you, please, take a look at this? - CMake: Added check of compiler for support C++14 standard CXX_STANDARD supported values are 98, 11, 14, 17 and 20. Ref: https://cmake.org/cmake/help/latest/prop_tgt/CXX_STANDARD.html - ThirdParty/devil: fix for MCST lcc compiler LCC-Win32 and MCST lcc compilers define same identifier (LCC). Have been added check of MCST Elbrus 2000 (e2k) architecture. Ref: https://en.wikipedia.org/wiki/Elbrus_2000 Attached the patch with my changes. C++14_check_for_CMake_+_fix_for_ThirdParty-devil.patch
×
×
  • Create New...