aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2014-09-16Redefined CodePoint utility masks as C++14 binary literalsHEADmasterAdrian Kummerlaender
* they are more expressive as the shift-syntax in my opinion
2014-04-11Simplified bitmask utility functionsAdrian Kummerländer
* they were relocated into a separate compilation unit by 79a65ce ** but I want them to be inlined which is hindered by exactly that ** i.e. the implementations are now moved to the utility header file and marked as inline * removed unnecessary declaration of arguments as reference
2014-03-12Switched to cmake build systemAdrian Kummerländer