Skip to content

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

\page PageLibsScript MySQL Library Scripts

MySQL Library Scripts

This directory contains scripts that help developing and maintaining libraries. Here is a summary. For details, run the script with the --help flag.

  • create: Create a new library or C++ source code file from a template, fixing cmake files, copyright headers, header guards, namespaces, Doxygen references, etc.

  • move: Move a library, C++ source file, or subdirectory, maintaining cmake files, header guards, namespaces, Doxygen references, etc.

  • check: Check that libraries satisfy coding guidelines related to include files.