Sha256: efbc3fa0c4a4f07ea6f299a9ffe356cb14dd3a1f878cf4bc93c0971d774b97a4

Contents?: true

Size: 1.11 KB

Versions: 12

Compression:

Stored size: 1.11 KB

Contents

Additional features
===================

.. toctree::
    :maxdepth: 1

    the_bakery
    static_code_analysis
    how_to_use_bake_with_cygwin
    the_clang
    dot
    qac
    bakeclean


Unnecessary includes
********************

If a library or executable is successfully build with "-v", unnecessary includes are printed out:

.. code-block:: console

    Info: Include to ../sub1/include/ seems to be unnecessary
    Info: Include to ../sub2/include/ seems to be unnecessary

This features depends on the compiler dependency files. For projects with assembler files, the list might be incorrect.
However, remove the IncludeDir statements from the Project.meta and check it out.

Symlinks and junctions
**********************

It is possible to use symlinks (Linux) or junctions (Windows) when working with git. Best practice:
    * Link all used projects into _one_ directory (e.g. from application repository and basis software repository).
    * Use this directory when working with bake, Eclipse, etc.
    * Specify "-w <absolute_path_to_working_dir>.
    * To sync/commit from/to svn, use the original directories created by git.

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bake-toolkit-2.27.0 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt
bake-toolkit-2.26.1 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt
bake-toolkit-2.26.0 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt
bake-toolkit-2.25.1 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt
bake-toolkit-2.25.0 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt
bake-toolkit-2.24.6 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt
bake-toolkit-2.24.5 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt
bake-toolkit-2.24.4 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt
bake-toolkit-2.24.3 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt
bake-toolkit-2.24.2 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt
bake-toolkit-2.24.1 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt
bake-toolkit-2.24.0 documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt