autowiring icon indicating copy to clipboard operation
autowiring copied to clipboard

A C++ Inversion of Control Framework

Results 8 autowiring issues
Sort by recently updated
recently updated
newest added

After building autowiring with /std;c++latest, 15 tests hang when running AutowiringTest.exe on MSVC. Could someone help look? 1. git clone https://github.com/leapmotion/autowiring autowiring 2. pushd autowiring 3. mkdir build_amd64_Release && cd...

std::result_of was deprecated in C++17 and removed in C++20. In /std:c++17 mode, this triggers a deprecation warning in recent versions of MSVC. In /std:c++latest mode, now that microsoft/STL#380 has been...

... to use `std::runtime_error`. Fixes #1067.

MSVC will remove some transitive includes from STL headers in this release. After doing so, the autowiring build will fail and report that there is no `runtime_error` in namespace `std`...

Hi: We have just made some changes to the Visual C++ compiler that makes the checking of 'extern "C"' functions stricter - especially across namespaces. This has shown up some...

Hi: Visual C++ 2019 Update 1 (which should be released later this year) has a completely rewritten lambda parser and one side-effect of this rewrite is that the format of...

https://github.com/fmtlib/fmt provides a mature, well tested, and extremely fast implementation that would avoid potential format conversion problems.

I'm tired of having to update autowiring.io by hand. It should be possible to use a tag-based deploy trigger in Travis to have the build server generate and update our...

upkeep