rimmartin

Results 113 comments of rimmartin

Hi, has anyone removed the ::experimental namespace and tested with more recent compilers?

Exploring addition of a directed acyclic graph flow both visually and programmatically. It allows the user to connect the edges, the job to job dependencies, start a directional build manually....

Thank you, I'll read and learn

Hi @wojdyr, work related. Treated similar to mol2 & sdf bond information. Moe for example writes out CONECT's and then read in to try to insure the connectivity is identical....

which shell are you using? with PowerShell 7.3.0-preview.3-189-gbcafe74c174091a0f47cf7a5eeb4bca8aefa8718 ``` $originalPath=$Env:Path Set-Item -Path Env:Path -Value ("C:\apache\apache-maven-3.8.6\bin;C:\sylvanmats\cnpm;C:\sylvanmats\cnpm\lib;C:\jdk-17.0.1\bin;c:\msys64\mingw64\bin;c:\msys64\usr\bin;c:\cmake-3.22.1-windows-x86_64\bin;C:\Program\ Files\ (x86)\GnuWin32\bin;C:/sylvanmats/cnpm/cpp_modules/openssl;C:/sylvanmats/cnpm/cpp_modules/urlcpp;C:/sylvanmats/cnpm/cpp_modules/zlib/dist/lib;C:/sylvanmats/cnpm/cpp_modules/libgit2/dist/lib;C:/sylvanmats/cnpm/cpp_modules/antlr4/runtime/Cpp/dist;" + $Env:Path) New-Item alias:cmake -value 'cmake.exe' cd cpp_modules/antlr4/runtime/Cpp mkdir -p build mkdir -p...

Oh compile lines are: ``` g++ -fPIE -std=c++17 -I../working-copyDevCLI11/CLI11/include -Wl,--allow-multiple-definition -MT main.o -MMD -MP -O3 -c -o main.o main.cpp g++ -pie -Wl,--allow-multiple-definition -o main main.o -lm -lpthread -lz -lstdc++ -ldl...

The code above needs a fairly healthy upgrade rewrite. V8 has changed the way function callbacks work https://strongloop.com/strongblog/node-js-v0-12-c-apis-breaking/ In Node v0.10, you write: ``` c++ v8::Handle FortyTwo(const v8::Arguments& args) {...

Are you looking for the compare? https://github.com/jiangmiao/node-curl/compare/master...JCMais:develop it says it is "This branch is 84 commits ahead, 4 commits behind jiangmiao:master" and that it can't automatically merge so not sure...

@tarek-salah the solution is already in a fork; would be good to get these back together