Biswapriyo Nath

Results 36 issues of Biswapriyo Nath

Check _WIN32 instead of _MSC_VER because the later one is for MSVC only. Also __MINGW64__ is defined for 64 bit only. So, chekcing _WIN32 includes all cases. This fixes building...

I've seen that the current Appveyor.yml files compile frontend and backend separately. There is a procedure which can pack both files in one tar.gz container. All credit goes to @IlyaFinkelshteyn...

* Use pacboy to download dependencies instead of a separate step. * Use ninja instead of make because ninja is faster and native in msys2. * Use cmake options instead...

In MSYS2/MinGW, the include directory is `/mingw64/include/` for x86 and `/mingw64/include/` for x86_64. But according to the [docs][1], I have to add `-I` option in command line to include the...

Remove some upstream patches: * 0003-issue-4107.patch https://github.com/opencv/opencv/commit/30ff9c6775f3449dcf015eb9c7da26be3e51191d * 0017-fix-highgui-qt-opengl-linking.patch https://github.com/opencv/opencv/commit/82818e7324fc212f37960c3c1e7e1ab99d4c8cc2 * 0103-sfm-module-linking.patch https://github.com/opencv/opencv_contrib/commit/f1200c5fbf2ec7a195c2877f58a5cafb845f7ae9

``` The pragma comment directive is valid for MSVC only. So, the DirectX detection fails in mingw. The failure is fixed by adding the required linking library (here d3d11) in...

category: build/install
platform: win32

The current CI configuration with Appveyor takes 1 hour approximately. It does not build various configuration in parallel. So, every jobs are waiting for another to complete. Even CI builds...

build / code