Transporter

Results 54 comments of Transporter

Variables for the colors would be very nice. Then you could create the CSS files multiple times and create themes in different colors.

Works for me, too. It would be nice to accept and merge the PR.

The current versions of OptiX, TensorRT and blaze do not work either.

I aggree to lilianmoraru! The current system is a pain!

@Bjoe Thanks for your efford to create a CMake script! I've tried your branch: > CMake Error: File D:/poco/macchina.io/platform/cmake/cmake_uninstall.cmake.in does not exist. CMake Error at platform/CMakeLists.txt:305 (configure_file): configure_file Problem configuring...

Hi! Nice idea, but conan.io is not necessary, because you could use poco as a git sub module. This includes the poco source code on git clone/fetch/pull.

I agree, changing the build system to CMake (#53) is a necessary requirement. With CMake it is also easy to integrate the build scripts from submodules into the build system...

That's an interesting idea. Matlab is a very powerful tool. But I personally would rather put the work into a Python support. With Python you can now also do almost...

I agree with this! Calling Matlab from Python is a disaster! Especially because the Python interface of Matlab varies between versions.

`${CMAKE_CURRENT_BINARY_DIR}/sm/misc` from PR #3270 should also work, since further down this directory is also added as an include directory. You only have to test once if this directory is really...