Auto-generated transcoding from Scala (Master branch) to Cpp v17 code with Github Copilot (Agent/Claude Opus 4.8)#16
Open
croisez wants to merge 2 commits into
Open
Auto-generated transcoding from Scala (Master branch) to Cpp v17 code with Github Copilot (Agent/Claude Opus 4.8)#16croisez wants to merge 2 commits into
croisez wants to merge 2 commits into
Conversation
added 2 commits
July 8, 2026 18:51
Converged to a working version on all Generators. Code compiled successfully with gcc downloaded at https://sourceforge.net/settings/mirror_choices?projectname=gcc-win64&filename=16.1.0/gcc-16.1.0-gdb-17.2.90.20260510-binutils-2.46.0-mingw-w64-v14.0.0-ucrt.7z&selected=deac-riga and cmake downloaded at https://cmake.org/download/ https://github.com/Kitware/CMake/releases/download/v4.4.0-rc3/cmake-4.4.0-rc3-windows-x86_64.zip
-- Building for: Visual Studio 17 2022 -- Selecting Windows SDK version 10.0.22621.0 to target Windows 10.0.26200. -- The CXX compiler identification is MSVC 19.43.34808.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Using the multi-header code from C:/Users/533713/TSimulus/cpp/build/_deps/nlohmann_json-src/include/ -- Configuring done (71.7s) -- Generating done (0.1s) -- Build files have been written to: C:/Users/533713/TSimulus/cpp/build c:\Users\533713\TSimulus\cpp>cmake --build build --config Release Version MSBuild 17.13.15+18b3035f6 pour .NET Framework 1>Checking Build System Building Custom Rule C:/Users/533713/TSimulus/cpp/CMakeLists.txt main.cpp tsimulus.vcxproj -> C:\Users\533713\TSimulus\cpp\build\Release\tsimulus.exe Building Custom Rule C:/Users/533713/TSimulus/cpp/CMakeLists.txt c:\Users\533713\TSimulus\cpp>.\build\Release\tsimulus.exe ..\examples\demo1.json date;series;value 2016-01-01 00:00:00.000;series-A;25.371870547526974 2016-01-01 00:00:00.000;series-B;25.207979232353463 2016-01-01 00:00:30.000;series-B;25.203951935167616 2016-01-01 00:01:00.000;series-A;25.3203355006747 2016-01-01 00:01:00.000;series-B;25.199905157352145 2016-01-01 00:01:30.000;series-B;25.195838980889103 2016-01-01 00:02:00.000;series-A;25.26872285923212 2016-01-01 00:02:00.000;series-B;25.191753487760515 2016-01-01 00:02:30.000;series-B;25.18764875994844 2016-01-01 00:03:00.000;series-A;25.21703327905557 2016-01-01 00:03:00.000;series-B;25.18352487943492 2016-01-01 00:03:30.000;series-B;25.179381928201988 2016-01-01 00:04:00.000;series-A;25.16526741600139 2016-01-01 00:04:00.000;series-B;25.175219988231696 2016-01-01 00:04:30.000;series-B;25.17103914150608 2016-01-01 00:05:00.000;series-A;25.113425925925927 2016-01-01 00:05:00.000;series-B;25.16949701116073 2016-01-01 00:05:30.000;series-B;25.190107695159725 2016-01-01 00:06:00.000;series-A;25.06150946468553 2016-01-01 00:06:00.000;series-B;25.210699718349534 2016-01-01 00:06:30.000;series-B;25.231273162712196 2016-01-01 00:07:00.000;series-A;25.009518688136545 2016-01-01 00:07:00.000;series-B;25.251828110229756 2016-01-01 00:07:30.000;series-B;25.272364642884245 2016-01-01 00:08:00.000;series-A;24.957454252135307 2016-01-01 00:08:00.000;series-B;25.28520243712532 2016-01-01 00:08:30.000;series-B;25.233945249290993 2016-01-01 00:09:00.000;series-A;24.905316812538167 2016-01-01 00:09:00.000;series-B;25.182669892539742 2016-01-01 00:09:30.000;series-B;25.131376448853594 2016-01-01 00:10:00.000;series-A;24.853107025201474 2016-01-01 00:10:00.000;series-B;25.08006500021461 2016-01-01 00:10:30.000;series-B;25.028735628604814 ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converged to a working version and tested all Generators.
Code compiled successfully with gcc downloaded at https://sourceforge.net/settings/mirror_choices?projectname=gcc-win64&filename=16.1.0/gcc-16.1.0-gdb-17.2.90.20260510-binutils-2.46.0-mingw-w64-v14.0.0-ucrt.7z&selected=deac-riga
and cmake downloaded at https://cmake.org/download/ https://github.com/Kitware/CMake/releases/download/v4.4.0-rc3/cmake-4.4.0-rc3-windows-x86_64.zip