Commit Graph

103 Commits

Author SHA1 Message Date
tastytea 607e238698
Version bump 0.7.1.
continuous-integration/drone/push Build is passing Details
2019-09-23 19:02:33 +02:00
tastytea 7f99945719
Merge branch 'develop' 2019-09-23 19:02:13 +02:00
tastytea f7b2c22c23
Install header.
continuous-integration/drone/push Build was killed Details
2019-09-23 19:00:52 +02:00
tastytea 62542e4230
CI: Rename step clang6 → clang7.
continuous-integration/drone/push Build is passing Details
2019-09-13 19:15:10 +02:00
tastytea 1724c6d944
Version bump 0.7.0.
continuous-integration/drone/push Build is passing Details
2019-09-13 19:10:22 +02:00
tastytea acfc65c442
Merge branch 'develop'
* Modernize CMake recipes.
* Move files around.
* Install identiconppConfig.cmake.
2019-09-13 19:08:06 +02:00
tastytea b1e25041d9
Added include dir for BUILD_INTERFACE.
continuous-integration/drone/push Build is passing Details
2019-09-13 18:57:48 +02:00
tastytea 8af793ac6a
CI: Test with clang-7 on buster.
continuous-integration/drone/push Build is failing Details
2019-09-13 18:54:06 +02:00
tastytea 752ebfface
Add include dir to library. 2019-09-13 18:53:05 +02:00
tastytea 2d1bac9c3f
Moved identiconpp.hpp to include/. 2019-09-13 18:48:47 +02:00
tastytea d6c640698c
Modernized CMake recipes and moved files around. 2019-09-13 18:45:30 +02:00
tastytea 7e1dad0cf7
Add 2019 to copyright notice.
continuous-integration/drone/push Build is failing Details
2019-09-13 17:26:30 +02:00
tastytea 2477483517
Fix description in pkg-config recipe. 2019-09-13 17:19:32 +02:00
tastytea 74f55707f8
Remove unnecessary includes in CMake recipe.
continuous-integration/drone/push Build is failing Details
2019-09-13 16:59:15 +02:00
tastytea 4afee87285
Remove C support.
I'm not willing to invest the time to make it good.
2019-09-13 16:45:40 +02:00
tastytea 34eedfe6d1
Fix rpm package generation.
continuous-integration/drone/push Build is passing Details
* Set CXX for CentOS in CI correctly.
* Install the right ImageMagick.
* Fix gpg call.
* Fixed signature path.
2019-07-30 14:50:37 +02:00
tastytea 904313abd9
Version bump 0.6.1.
continuous-integration/drone/push Build is passing Details
2019-07-30 13:51:58 +02:00
tastytea 6f92a3625f
Updated readme.
continuous-integration/drone/push Build is passing Details
2019-07-30 13:41:16 +02:00
tastytea eb493d5c00
Whitesapace cleanup.
continuous-integration/drone/push Build is passing Details
2019-07-30 13:07:45 +02:00
tastytea 1f23390623
Added pkg-config file. 2019-07-30 13:04:08 +02:00
tastytea e5e4524947
Fixed header locations in cmake recipe.
continuous-integration/drone/push Build is passing Details
2019-07-30 12:27:17 +02:00
tastytea 04ccca4658
Updated drone config. 2019-07-30 12:26:35 +02:00
tastytea f6c82a321c
Simplyfied doxygen config. 2019-07-30 11:33:35 +02:00
tastytea 0ca6906cb5
Updated and modularized cmake recipes. 2019-07-30 11:32:57 +02:00
tastytea e6b5de0118
Moved tests. 2019-07-30 11:32:34 +02:00
tastytea 6b1b16304f
Changed padding to not have const uint8_t.
the build was successful Details
2019-02-20 23:02:09 +01:00
tastytea 588ec1b44c
Added tests for C interface
the build was successful Details
2019-01-18 15:55:13 +01:00
tastytea fb6eadd946
Added generate_base64()
the build was successful Details
2019-01-17 20:07:52 +01:00
tastytea d1a8dfd678
Fixed include guards
the build was successful Details
2019-01-07 13:54:37 +01:00
tastytea e7f64f9a61
Clarified contributing guidelines
the build was successful Details
2019-01-05 17:21:25 +01:00
tastytea 5e5ffb0343
Added C reference to readme.
the build was successful Details
2019-01-04 23:04:33 +01:00
tastytea 7868f42862
Added error reporting for the c interface.
the build was successful Details
2019-01-04 20:37:50 +01:00
tastytea dcf7317573
Enhanced documentation. 2019-01-04 20:35:28 +01:00
tastytea 8bb322edb9
Use friend class instead of protected members.
the build was successful Details
The reference got cluttered after I changed the private members to
protected.
2019-01-04 20:07:11 +01:00
tastytea 455eba820b
Initialize some variables.
They would have never been left unitialized, but the compiler didn't
know that.
2019-01-04 20:06:00 +01:00
tastytea ccbdb5c582
Added C interface to readme
the build was successful Details
2019-01-04 19:37:51 +01:00
tastytea 5be366f3cb
Added documentation to identiconpp_base64(). 2019-01-04 19:13:38 +01:00
tastytea da2b64b159
Merge branch 'c-interface' 2019-01-04 19:11:10 +01:00
tastytea 7cd528bea1
Added C-header to install recipe. 2019-01-04 19:10:59 +01:00
tastytea 28d08342d3
C-interface: Added more error checking. 2019-01-04 19:10:01 +01:00
tastytea cef436faf5
C-interface: Added example 2019-01-04 19:00:16 +01:00
tastytea 7c8a88bc6b
typo 2019-01-04 18:10:02 +01:00
tastytea 7d89f416e8
C-interface: return images as base64.
the build was successful Details
I couldn't figure out how to return them as MagickWand, maybe I can't
mix Magick++ with MagickWand.
2019-01-04 17:36:10 +01:00
tastytea 988eaf406c
Started C interface. 2019-01-03 13:28:53 +01:00
tastytea 91575c7775
Removed unnecessary includes 2019-01-03 10:16:38 +01:00
tastytea edaae3906b
typo 2019-01-03 10:07:46 +01:00
tastytea 356510adc9
Added include guards. 2019-01-03 08:37:00 +01:00
tastytea 9d784d18b1
Changed example, generated example images using example.
the build was successful Details
2019-01-03 08:20:36 +01:00
tastytea 6c8e8f336d
Added tests for not_hex().
the build was successful Details
2019-01-02 17:36:53 +01:00
tastytea 6e7bfed912
Added tests for check_entropy 2019-01-02 16:43:13 +01:00