Thread overview
[Issue 24623] Rename version CppRuntime_Clang/Gcc to CppRuntime_libcxx/libstdcxx.
[Issue 24623] Rename version CppRuntime_Clang/Gcc to CppRuntime_libcpp/libstdcpp.
Jun 22
Dlang Bot
Jun 22
Dlang Bot
Jun 30
Dlang Bot
June 22
https://issues.dlang.org/show_bug.cgi?id=24623

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@JohanEngelen updated dlang/dmd pull request #16610 "Rename CppRuntime_Clang/Gcc to CppRuntime_libcpp/libstdcpp https://issues.dlang.org/show_bug.cgi?id=24546 ." fixing this issue:

- Rename CppRuntime_Clang/Gcc to CppRuntime_libcpp/libstdcpp.
  Add libcpp and libstdcpp -target= option recognition.

  Fix bugzilla 24623 https://issues.dlang.org/show_bug.cgi?id=24623

https://github.com/dlang/dmd/pull/16610

--
June 22
https://issues.dlang.org/show_bug.cgi?id=24623

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16610 "Rename CppRuntime_Clang/Gcc to CppRuntime_libcpp/libstdcpp." was merged into master:

- 349b493810d9fe6f1997df93d23194589f170584 by Johan Engelen:
  Fix bugzilla issue 24623: Rename CppRuntime_Clang/Gcc to
CppRuntime_libcpp/libstdcpp. Add libcpp and libstdcpp -target= option
recognition.

https://github.com/dlang/dmd/pull/16610

--
June 22
https://issues.dlang.org/show_bug.cgi?id=24623

johanengelen@weka.io changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Rename version              |Rename version
                   |CppRuntime_Clang/Gcc to     |CppRuntime_Clang/Gcc to
                   |CppRuntime_libcpp/libstdcpp |CppRuntime_libcxx/libstdcxx
                   |.                           |.

--
June 22
https://issues.dlang.org/show_bug.cgi?id=24623

--- Comment #3 from johanengelen@weka.io ---
libcpp is the GCC C PreProcessing library).

libstdc++v3 refers to itself as (lib)stdcxx in code.
libc++ similarly.

Changed title of bug report: cpp --> cxx

--
June 30
https://issues.dlang.org/show_bug.cgi?id=24623

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #16613 "Fix bugzilla issue 24623 followup." was merged into master:

- 988f31a2767417c4ccb595fce493835baa121e10 by Johan Engelen:
  Fix bugzilla issue 24623 followup.
  Rename CppRuntime to _LLVM and _GNU
  Also accept c++ for cxx in target string.

https://github.com/dlang/dmd/pull/16613

--