matt-42 / iod

Meta programming utilities for C++14. Merged in matt-42/lithium
MIT License
727 stars 58 forks source link

FYI – alternative symbol generator/extractor CLI tool #8

Closed fish2000 closed 9 years ago

fish2000 commented 9 years ago

It’s a work in progress but I thought you might be interested:

https://github.com/fish2000/iod-symbolizer/

… I wrote it to e.g.: conditionally extract all symbols from .hpp/.hh/.cpp/.cc/.mm files in directories {aa/src, bb/src, aa/include, bb/include} – originally for one project but now I have spun it off. Written in Python, runs quick enough to use it as a CMake target πŸ’―

Salud – thanks again for releasing your work

-Alex

matt-42 commented 9 years ago

Hi fish2000 Nice one. Less hacky than the iod C++ symboliser. Thanks for sharing. I'll put a note in the doc about this project.

Matthieu