satya-das / cppparser

A library to parse C/C++ source as AST
Other
278 stars 36 forks source link

Use the systemwide-installed `boost` #28

Closed salehjg closed 3 weeks ago

salehjg commented 1 year ago

Changes:

  1. Removes common.
  2. Uses the systemwide-installed boost.
  3. Adds some missing inclusions regarding fstream (I think #include<iterator> is not needed, idk how it ended up there, please handle it on merging).
  4. ReadMe files.
  5. .gitignore and parser.tab.* files (now they are removed from the tree).
salehjg commented 1 year ago

See #23 .

satya-das commented 2 weeks ago

I had tried the system wide boost solution but it doesn't work on all machines and platforms. So, this method ensures less surprises when compiling.