Commit graph

374 commits

Author SHA1 Message Date
neargye
96ac608d13 wip 2019-10-03 18:25:40 +05:00
neargye
fd53f1e723 v0.9.1 2019-10-02 18:38:47 +05:00
neargye
aa45d44f05 add NAMEOF_ENUM_SUPPORTED and NAMEOF_TYPE_SUPPORTED 2019-10-02 17:48:39 +05:00
neargye
67c27efd61 add nodiscard 2019-10-02 15:09:57 +05:00
neargye
47fa9b5f7c fix enums 2019-10-01 18:55:37 +05:00
neargye
a8dac47ada update ci 2019-10-01 18:43:46 +05:00
neargye
7f4fc39a0a update test 2019-10-01 18:43:32 +05:00
neargye
9145963e35 less bin size nameof_enum 2019-10-01 18:43:24 +05:00
neargye
6a976ef472 less bin size nameof & nameof_type 2019-10-01 18:43:02 +05:00
neargye
48ffc2f855 using nodiscard only where it's need 2019-09-13 19:45:01 +05:00
neargye
9de7bbaeb8 more sfinae-friendly 2019-09-12 18:05:12 +05:00
neargye
c597ade7ac update readme 2019-08-29 23:27:40 +05:00
neargye
dbe2547ed1 fix conan.py 2019-08-29 23:25:08 +05:00
neargye
4172418e59 fix type cast nameof_enum 2019-08-29 18:48:54 +05:00
neargye
7f1ed8b98f add macro to no check support 2019-08-28 22:00:45 +05:00
neargye
a267cc70d7 fix is_nameof_*_supported 2019-08-27 20:31:09 +05:00
neargye
d74130477e update conan.py 2019-08-27 17:10:19 +05:00
neargye
23c959c3e2 less bin size, thanks @rollbear 2019-08-27 16:24:33 +05:00
neargye
f6a6c5de10 improve static_assert and come clean-up 2019-08-26 21:26:28 +05:00
neargye
44833f2272 improving nameof_type & nameof_enum 2019-08-25 18:04:50 +05:00
neargye
e62d87432f update ci, cmake, conan 2019-08-24 20:34:41 +05:00
neargye
50ded04922 clean-up nameof_type_impl() 2019-08-24 20:30:49 +05:00
neargye
c99f0a4e40 update readme 2019-08-20 17:12:42 +05:00
neargye
31301aca91 clean-up ci 2019-08-20 17:12:32 +05:00
neargye
7e974384b2 update readme 2019-08-01 01:14:32 +05:00
neargye
523a9896ac move xcode image up 2019-08-01 00:53:57 +05:00
neargye
cb08b67e9d clean-up cmake:
* formating
* remove set(CMAKE_VERBOSE_MAKEFILE
* use function to simplify test
2019-08-01 00:53:53 +05:00
Balazs Benics
0639b4b0c4
Update, modernize cmakelists (#14)
* remove IS_TOPLEVEL_PROJECT cmake variable from top level

* rework example/CMakeLists.txt with generator expressions

* rework test/CMakeLists.txt with generator expressions

* fix unknown cxx_std_20 on certain cmake versions

* update test_package/CMakeLists.txt with modern cmake
2019-07-31 18:09:26 +02:00
Balazs Benics
fea658233a
Merge pull request #11 from steakhal/migrate-to-conan-ci
Migrate to conan ci
2019-07-30 22:45:18 +02:00
terik23
ecddb3c302 remove extra parentheses 2019-07-31 00:10:01 +05:00
Balazs Benics
341104fb62 add xcode10.2 and xcode11 to travis matrix 2019-07-30 23:45:56 +05:00
terik23
412e9a69d0 formating conanfile.py 2019-07-30 23:45:47 +05:00
terik23
ef791f7a8a returned appveyor version name 2019-07-30 23:45:36 +05:00
terik23
4c5b75e56e formating test_package.cpp 2019-07-30 23:44:48 +05:00
terik23
b5a158d0d2 disable travis email notifications 2019-07-30 23:44:28 +05:00
Balazs Benics
e4c754cb43 move build.py to .ci folder and hide appveyor.yml 2019-07-29 19:36:53 +02:00
Balazs Benics
d32e9ce4f7 set maintained as the target repository for deploy 2019-07-28 22:59:58 +02:00
Balazs Benics
231ea223c8 enable deploy to travis on new tag 2019-07-28 22:29:21 +02:00
Balazs Benics
707bb945fd building header only libs tests and examples 2019-07-28 22:12:39 +02:00
Balazs Benics
4073167fa4 fix mingw configurations 2019-07-28 16:34:20 +02:00
Balazs Benics
c6c6112161 try ConanMultiPacker 2019-07-28 15:51:18 +02:00
Balazs Benics
1400b612c1 fix cross building 2019-07-28 15:37:11 +02:00
Balazs Benics
7276880fdf fix non stdc++17 buildbots 2019-07-28 15:10:20 +02:00
Balazs Benics
a362b570bb fix appveyor again 2019-07-28 13:10:25 +02:00
Balazs Benics
9c5ae69b36 update ci scripts 2019-07-28 12:47:40 +02:00
Balazs Benics
1aea83279c update appveyor script 2019-07-28 12:18:16 +02:00
Balazs Benics
3ae26b5430 refine conan requirements and packaging 2019-07-28 12:15:50 +02:00
Balazs Benics
5a1e58bbdf rework CI scripts, integrate conan auto upload 2019-07-28 11:56:06 +02:00
Balazs Benics
f0720ba756 initial implementation of conan recipe 2019-07-28 11:53:25 +02:00
Balazs Benics
18a7bb7f8c fix travis and appveyor buildbots 2019-07-28 01:43:41 +05:00