Files
CMake/Source
Regina Pfeifer a1ddf2d0ba clang-tidy: Replace typedef with using
Automate the conversion with

  perl -i -0pe 's/typedef ([^;]*) ([^ ]+);/using $2 = $1;/g'

then manually fix a few places.
2019-09-04 18:03:01 +02:00
..
2019-08-23 08:43:35 -04:00
2019-03-18 14:18:13 -04:00
2019-03-18 14:18:13 -04:00
2019-08-23 08:43:35 -04:00
2019-09-04 18:03:01 +02:00
2019-09-04 00:01:06 -04:00
2019-04-04 13:24:39 -04:00
2019-03-30 15:34:59 +01:00
2019-07-21 09:25:32 +02:00
2019-08-27 10:54:24 -04:00
2019-09-04 18:03:01 +02:00
2019-03-18 15:09:10 +01:00
2019-08-19 20:01:39 +02:00
2019-08-29 09:38:21 -04:00
2019-08-19 20:01:39 +02:00
2019-08-22 13:10:18 -04:00