Manu343726 / ctti

Compile Time Type Information for C++
MIT License
570 stars 55 forks source link

Can you create a release with the latest and greatest? #26

Open caseymcc opened 6 years ago

caseymcc commented 6 years ago

I have completed a hunter package (https://github.com/ruslo/hunter) for ctti just would like to have newer version of a release to base it on (0.0.1 seems quite dated). I can base it it on the current master (with the PR for VS2015 https://github.com/Manu343726/ctti/pull/25) and create a release myself but it is generally better to have a release on the main repo.

TheLartians commented 5 years ago

I second that, I'm using something similar, and am currently referring to the latest git commit. It would be nice to have a consistent versioning of ctti to prevent conflicts with other packages.

caseymcc commented 5 years ago

I hunterized (https://github.com/ruslo/hunter) ctti, hunter requires a release (hence the reason I was asking) so I had to create one for it that you can get here (https://github.com/hunter-packages/ctti/releases)

TheLartians commented 5 years ago

Oh cool, thanks! I'll use yours for now (nice that it even has an installable target). Still would be good if we could use the main repo as well.