toeb / cmakepp

An Enhancement Suite for the CMake Build System
Other
437 stars 37 forks source link

Release candidate of title case algorithm for cmakepp #111

Closed ahueck closed 9 years ago

ahueck commented 9 years ago

A title case algorithm written in cmake for cmakepp. It automatically tries to set the title case of a sentence. Example: "my simple title" -> "My Simple Title" It tries to keep certain words in lower case, as set by a style guide (easily changed). Caveat: it only works for English sentences correctly. Use case example: documentation, where title case might be useful for a section

toeb commented 9 years ago

Thanks for your Contribution! Let's see what the build server says :) - If possible please change your code to the suggestions I made - I am trying to keep cmakepp in a consistent shape (which does not alwyas work :) ).

toeb commented 9 years ago

So currently the build seems to fail because biicode is causing an error while publishing (something with the limit of numfiles is 2000) else the tests ran through. but I will need to fix that before I merge. I'm on it

toeb commented 9 years ago

alright! thanks for your contribution