kc3-lang/libqrencode/.gitignore

Branch :


Log

Author Commit Date CI Message
186ccf5d 2020-08-29 18:16:09 Added 'test-driver' to the list.
817e167d 2017-09-11 15:15:47 SPEC file has been removed. (closes #105)
077f357c 2017-09-08 00:15:11 Added 'README' to the ignore list.
d3824495 2017-09-07 14:40:59 Added 'CTestTestfile.cmake'.
6a638336 2017-02-03 14:00:36 Test data packed.
f0f0dd3f 2016-09-27 13:45:17 Fix cmake build and add support for tests
247559eb 2016-06-16 08:09:07 Add CMakeLists.txt to build project with cmake This will help to build library on non-unix systems. Example Linux: cmake . -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=true -DCMAKE_BUILD_TYPE=release make make install Example MinGW: cmake . -DBUILD_SHARED_LIBS=true -DCMAKE_BUILD_TYPE=release -G "MinGW Makefiles" mingw32-make closes #78
9a8f21ec 2015-05-05 01:07:45 Added some patterns to ignore some generated files. (closes #64)
518d0025 2014-08-05 15:12:30 Cleanups.
f7a397e4 2014-07-25 02:20:38 New test suite test_split_urls has been added. (undertrial)