.gitignore

Branch


Log

Author Commit Date CI Message
Kentaro Fukuchi 186ccf5d 2020-08-29T18:16:09 Added 'test-driver' to the list.
Kentaro Fukuchi 817e167d 2017-09-11T15:15:47 SPEC file has been removed. (closes #105)
Kentaro Fukuchi 077f357c 2017-09-08T00:15:11 Added 'README' to the ignore list.
Kentaro Fukuchi d3824495 2017-09-07T14:40:59 Added 'CTestTestfile.cmake'.
Kentaro Fukuchi 6a638336 2017-02-03T14:00:36 Test data packed.
André Klitzing f0f0dd3f 2016-09-27T13:45:17 Fix cmake build and add support for tests
André Klitzing 247559eb 2016-06-16T08: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
Kentaro Fukuchi 9a8f21ec 2015-05-05T01:07:45 Added some patterns to ignore some generated files. (closes #64)
Kentaro Fukuchi 518d0025 2014-08-05T15:12:30 Cleanups.
Kentaro Fukuchi f7a397e4 2014-07-25T02:20:38 New test suite test_split_urls has been added. (undertrial)
Kentaro Fukuchi 3a45af19 2012-02-28T18:39:04 Added tests/pthread_qrencode.
Kentaro Fukuchi fb22c96a 2011-05-05T19:45:05 All you need is .gitignore.