Skip to content
Snippets Groups Projects
  • Alessandro Di Federico's avatar
    076aeac7
    Move and rename all files · 076aeac7
    Alessandro Di Federico authored
    This commit moves around most files. The new directory structure is as
    follows:
    
    * `lib/$LIBRARY/`: contains a library, i.e., a set of `.cpp` files used
      by multiple libraries/tools.
    * `include/revng/$LIBRARY/`: contains the public headers associated to
      the library in `lib/$LIBRARY/`.
    * `tools/$TOOL/`: directory where all the `.cpp` files (and private
      headers) for a tool reside. Currently we have two tools: `revamb` and
      `revamb-dump`.
    
    On top of this, all file names are now in camel case.
    076aeac7
    History
    Move and rename all files
    Alessandro Di Federico authored
    This commit moves around most files. The new directory structure is as
    follows:
    
    * `lib/$LIBRARY/`: contains a library, i.e., a set of `.cpp` files used
      by multiple libraries/tools.
    * `include/revng/$LIBRARY/`: contains the public headers associated to
      the library in `lib/$LIBRARY/`.
    * `tools/$TOOL/`: directory where all the `.cpp` files (and private
      headers) for a tool reside. Currently we have two tools: `revamb` and
      `revamb-dump`.
    
    On top of this, all file names are now in camel case.