Codebase list herbstluftwm / debian/0.9.4-4 .hlwm.imp
debian/0.9.4-4

Tree @debian/0.9.4-4 (Download .tar.gz)

.hlwm.imp @debian/0.9.4-4raw · history · blame

# Custom mapping file for include-what-you-use
[
    { include: ['<bits/exception.h>', 'private', '<exception>', 'public']},
    { include: ['<bits/getopt_core.h>', 'private', '<getopt.h>', 'public']},
    { include: ['<ext/alloc_traits.h>', 'private', '<vector>', 'public']}, # see https://github.com/include-what-you-use/include-what-you-use/issues/648

    { symbol: ['CLOCK_REALTIME', 'private', '<time.h>', 'public']},
    { symbol: ['time_t', 'private', '<time.h>', 'public']},
    { symbol: ['timespec', 'private', '<time.h>', 'public']},
    { symbol: ['uint32_t', 'private', '<cstdint>', 'public'] },
]