Skip to content

Files

Latest commit

cb6fe1b · Aug 27, 2024

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 27, 2024
Jun 19, 2024
Jun 19, 2024
Jun 19, 2024
Jun 19, 2024
Jun 19, 2024
Jun 19, 2024
Jun 19, 2024

\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.