bake-toolkit 2.11.2 → 2.11.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/documentation/_build/html/_images/AddRepository.png +0 -0
- data/documentation/_build/html/_images/AvailableSoftware.png +0 -0
- data/documentation/_build/html/_images/FirstSelect.png +0 -0
- data/documentation/_build/html/_images/Import.png +0 -0
- data/documentation/_build/html/_images/InstallNewSoftware.png +0 -0
- data/documentation/_build/html/_images/Licenses.png +0 -0
- data/documentation/_build/html/_images/New.png +0 -0
- data/documentation/_build/html/_images/Restart.png +0 -0
- data/documentation/_build/html/_images/Result.png +0 -0
- data/documentation/_build/html/_images/Script.png +0 -0
- data/documentation/_build/html/_images/SecondSelect.png +0 -0
- data/documentation/_build/html/_images/SelectExport.png +0 -0
- data/documentation/_build/html/_images/SelectImport.png +0 -0
- data/documentation/_build/html/_images/SelectNew.png +0 -0
- data/documentation/_build/html/_images/TrustMe.png +0 -0
- data/documentation/_build/html/_images/WrongSelect.png +0 -0
- data/documentation/_build/html/_images/bake_build_hierachy.png +0 -0
- data/documentation/_build/html/_images/bake_tagcloud.png +0 -0
- data/documentation/_build/html/_images/buildFile.png +0 -0
- data/documentation/_build/html/_images/buildMain.png +0 -0
- data/documentation/_build/html/_images/console.png +0 -0
- data/documentation/_build/html/_images/cvsp.png +0 -0
- data/documentation/_build/html/_images/cygwin_mount.png +0 -0
- data/documentation/_build/html/_images/cygwin_ruby.png +0 -0
- data/documentation/_build/html/_images/cygwin_tty.png +0 -0
- data/documentation/_build/html/_images/hier.png +0 -0
- data/documentation/_build/html/_images/keys.png +0 -0
- data/documentation/_build/html/_images/pref.png +0 -0
- data/documentation/_build/html/_images/problem.png +0 -0
- data/documentation/_build/html/_images/vs_2010_install.png +0 -0
- data/documentation/_build/html/_images/vs_debug.png +0 -0
- data/documentation/_build/html/_images/vs_error.png +0 -0
- data/documentation/_build/html/_images/vs_install1.png +0 -0
- data/documentation/_build/html/_images/vs_installed.png +0 -0
- data/documentation/_build/html/_images/vs_options.png +0 -0
- data/documentation/_build/html/_images/vs_select_config.png +0 -0
- data/documentation/_build/html/_images/vs_show_config.png +0 -0
- data/documentation/_build/html/_images/vs_update.png +0 -0
- data/documentation/_build/html/_images/vs_update_site.png +0 -0
- data/documentation/_build/html/_sources/changelog.txt +314 -0
- data/documentation/_build/html/_sources/commandline/commandline.txt +107 -0
- data/documentation/_build/html/_sources/concepts/build_hierarchy.txt +34 -0
- data/documentation/_build/html/_sources/concepts/concepts.txt +11 -0
- data/documentation/_build/html/_sources/concepts/the_main_project.txt +45 -0
- data/documentation/_build/html/_sources/concepts/the_project_meta_file.txt +72 -0
- data/documentation/_build/html/_sources/ide/eclipse/eclipse.txt +24 -0
- data/documentation/_build/html/_sources/ide/eclipse/how_to_convert_existing_cdt_workspace.txt +31 -0
- data/documentation/_build/html/_sources/ide/eclipse/how_to_create_a_new_project_in_eclipse.txt +18 -0
- data/documentation/_build/html/_sources/ide/eclipse/how_to_create_a_workspace_in_eclipse.txt +27 -0
- data/documentation/_build/html/_sources/ide/eclipse/how_to_install_eclipse_plugin.txt +44 -0
- data/documentation/_build/html/_sources/ide/eclipse/how_to_use_bake_in_eclipse.txt +86 -0
- data/documentation/_build/html/_sources/ide/ide_integrations.txt +8 -0
- data/documentation/_build/html/_sources/ide/vs/how_to_create_vs_projects.txt +15 -0
- data/documentation/_build/html/_sources/ide/vs/how_to_debug_in_vs.txt +35 -0
- data/documentation/_build/html/_sources/ide/vs/how_to_used_bake_in_vs.txt +35 -0
- data/documentation/_build/html/_sources/ide/vs/vs.txt +10 -0
- data/documentation/_build/html/_sources/ide/vs/vs_install.txt +43 -0
- data/documentation/_build/html/_sources/index.txt +34 -0
- data/documentation/_build/html/_sources/install/install_bake.txt +112 -0
- data/documentation/_build/html/_sources/internal.txt +50 -0
- data/documentation/_build/html/_sources/known_issues.txt +9 -0
- data/documentation/_build/html/_sources/license.txt +4 -0
- data/documentation/_build/html/_sources/performance/performance.txt +104 -0
- data/documentation/_build/html/_sources/quickstart/quickstart.txt +70 -0
- data/documentation/_build/html/_sources/syntax/derive_configs.txt +93 -0
- data/documentation/_build/html/_sources/syntax/project_meta_syntax.txt +19 -0
- data/documentation/_build/html/_sources/syntax/syntax.txt +10 -0
- data/documentation/_build/html/_sources/syntax/variable_substitutions.txt +175 -0
- data/documentation/_build/html/_sources/tips_and_tricks/how_to_use_bake_with_cygwin.txt +49 -0
- data/documentation/_build/html/_sources/tips_and_tricks/static_code_analysis.txt +122 -0
- data/documentation/_build/html/_sources/tips_and_tricks/the_bakery.txt +66 -0
- data/documentation/_build/html/_sources/tips_and_tricks/the_clang.txt +43 -0
- data/documentation/_build/html/_sources/tips_and_tricks/tips_and_tricks.txt +33 -0
- data/documentation/_build/html/_sources/why_bake/why_bake.txt +40 -0
- data/documentation/_build/html/_static/AddRepository.png +0 -0
- data/documentation/_build/html/_static/AvailableSoftware.png +0 -0
- data/documentation/_build/html/_static/FirstSelect.png +0 -0
- data/documentation/_build/html/_static/Import.png +0 -0
- data/documentation/_build/html/_static/InstallNewSoftware.png +0 -0
- data/documentation/_build/html/_static/Lib.meta +8 -0
- data/documentation/_build/html/_static/Licenses.png +0 -0
- data/documentation/_build/html/_static/Main.meta +26 -0
- data/documentation/_build/html/_static/New.png +0 -0
- data/documentation/_build/html/_static/PMetaMain.meta +15 -0
- data/documentation/_build/html/_static/PMetaSub.meta +15 -0
- data/documentation/_build/html/_static/Restart.png +0 -0
- data/documentation/_build/html/_static/Result.png +0 -0
- data/documentation/_build/html/_static/Script.png +0 -0
- data/documentation/_build/html/_static/SecondSelect.png +0 -0
- data/documentation/_build/html/_static/Select.png +0 -0
- data/documentation/_build/html/_static/SelectExport.png +0 -0
- data/documentation/_build/html/_static/SelectImport.png +0 -0
- data/documentation/_build/html/_static/SelectNew.png +0 -0
- data/documentation/_build/html/_static/TrustMe.png +0 -0
- data/documentation/_build/html/_static/WrongSelect.png +0 -0
- data/documentation/_build/html/_static/ajax-loader.gif +0 -0
- data/documentation/_build/html/_static/bake_build_hierachy.png +0 -0
- data/documentation/_build/html/_static/bake_tagcloud.png +0 -0
- data/documentation/_build/html/_static/basic.css +599 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.css +1109 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap-responsive.min.css +9 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.css +6167 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/css/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/img/glyphicons-halflings-white.png +0 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/img/glyphicons-halflings.png +0 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.js +2287 -0
- data/documentation/_build/html/_static/bootstrap-2.3.2/js/bootstrap.min.js +6 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css +476 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.css.map +1 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap-theme.min.css +5 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css +6584 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.css.map +1 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/css/bootstrap.min.css +5 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.eot +0 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.svg +288 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff +0 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.js +2317 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/bootstrap.min.js +7 -0
- data/documentation/_build/html/_static/bootstrap-3.3.4/js/npm.js +13 -0
- data/documentation/_build/html/_static/bootstrap-sphinx.css +186 -0
- data/documentation/_build/html/_static/bootstrap-sphinx.js +162 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/amelia/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/cerulean/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/cosmo/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/cyborg/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/flatly/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/img/glyphicons-halflings-white.png +0 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/img/glyphicons-halflings.png +0 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/journal/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/readable/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/simplex/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/slate/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/spacelab/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/spruce/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/superhero/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-2.3.2/united/bootstrap.min.css +9 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/cerulean/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/cosmo/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/custom/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/cyborg/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/darkly/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/flatly/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.eot +0 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.svg +288 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff +0 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/journal/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/lumen/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/paper/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/readable/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/sandstone/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/simplex/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/slate/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/spacelab/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/superhero/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/united/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/bootswatch-3.3.4/yeti/bootstrap.min.css +7 -0
- data/documentation/_build/html/_static/buildFile.png +0 -0
- data/documentation/_build/html/_static/buildMain.png +0 -0
- data/documentation/_build/html/_static/comment-bright.png +0 -0
- data/documentation/_build/html/_static/comment-close.png +0 -0
- data/documentation/_build/html/_static/comment.png +0 -0
- data/documentation/_build/html/_static/console.png +0 -0
- data/documentation/_build/html/_static/cvsp.png +0 -0
- data/documentation/_build/html/_static/cygwin_mount.png +0 -0
- data/documentation/_build/html/_static/cygwin_ruby.png +0 -0
- data/documentation/_build/html/_static/cygwin_tty.png +0 -0
- data/documentation/_build/html/_static/doctools.js +263 -0
- data/documentation/_build/html/_static/down-pressed.png +0 -0
- data/documentation/_build/html/_static/down.png +0 -0
- data/documentation/_build/html/_static/file.png +0 -0
- data/documentation/_build/html/_static/hier.png +0 -0
- data/documentation/_build/html/_static/jquery-1.11.1.js +10308 -0
- data/documentation/_build/html/_static/jquery.js +4 -0
- data/documentation/_build/html/_static/js/jquery-1.11.0.min.js +4 -0
- data/documentation/_build/html/_static/js/jquery-fix.js +2 -0
- data/documentation/_build/html/_static/keys.png +0 -0
- data/documentation/_build/html/_static/minus.png +0 -0
- data/documentation/_build/html/_static/plus.png +0 -0
- data/documentation/_build/html/_static/pref.png +0 -0
- data/documentation/_build/html/_static/problem.png +0 -0
- data/documentation/_build/html/_static/pygments.css +63 -0
- data/documentation/_build/html/_static/searchtools.js +622 -0
- data/documentation/_build/html/_static/syntax.html +704 -0
- data/documentation/_build/html/_static/syntax_collection_meta.html +179 -0
- data/documentation/_build/html/_static/underscore-1.3.1.js +999 -0
- data/documentation/_build/html/_static/underscore.js +31 -0
- data/documentation/_build/html/_static/up-pressed.png +0 -0
- data/documentation/_build/html/_static/up.png +0 -0
- data/documentation/_build/html/_static/vs_2010_install.png +0 -0
- data/documentation/_build/html/_static/vs_debug.png +0 -0
- data/documentation/_build/html/_static/vs_error.png +0 -0
- data/documentation/_build/html/_static/vs_install1.png +0 -0
- data/documentation/_build/html/_static/vs_installed.png +0 -0
- data/documentation/_build/html/_static/vs_options.png +0 -0
- data/documentation/_build/html/_static/vs_select_config.png +0 -0
- data/documentation/_build/html/_static/vs_show_config.png +0 -0
- data/documentation/_build/html/_static/vs_update.png +0 -0
- data/documentation/_build/html/_static/vs_update_site.png +0 -0
- data/documentation/_build/html/_static/websupport.js +808 -0
- data/documentation/_build/html/changelog.html +735 -0
- data/documentation/_build/html/commandline/commandline.html +284 -0
- data/documentation/_build/html/concepts/build_hierarchy.html +204 -0
- data/documentation/_build/html/concepts/concepts.html +181 -0
- data/documentation/_build/html/concepts/the_main_project.html +260 -0
- data/documentation/_build/html/concepts/the_project_meta_file.html +288 -0
- data/documentation/_build/html/genindex.html +152 -0
- data/documentation/_build/html/ide/eclipse/eclipse.html +185 -0
- data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +208 -0
- data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +191 -0
- data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +198 -0
- data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +196 -0
- data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +256 -0
- data/documentation/_build/html/ide/ide_integrations.html +182 -0
- data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +171 -0
- data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +185 -0
- data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +190 -0
- data/documentation/_build/html/ide/vs/vs.html +170 -0
- data/documentation/_build/html/ide/vs/vs_install.html +202 -0
- data/documentation/_build/html/index.html +238 -0
- data/documentation/_build/html/install/install_bake.html +279 -0
- data/documentation/_build/html/internal.html +217 -0
- data/documentation/_build/html/known_issues.html +175 -0
- data/documentation/_build/html/license.html +236 -0
- data/documentation/_build/html/objects.inv +0 -0
- data/documentation/_build/html/performance/performance.html +373 -0
- data/documentation/_build/html/quickstart/quickstart.html +236 -0
- data/documentation/_build/html/search.html +174 -0
- data/documentation/_build/html/searchindex.js +1 -0
- data/documentation/_build/html/syntax/derive_configs.html +295 -0
- data/documentation/_build/html/syntax/project_meta_syntax.html +884 -0
- data/documentation/_build/html/syntax/syntax.html +181 -0
- data/documentation/_build/html/syntax/variable_substitutions.html +378 -0
- data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +203 -0
- data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +284 -0
- data/documentation/_build/html/tips_and_tricks/the_bakery.html +401 -0
- data/documentation/_build/html/tips_and_tricks/the_clang.html +201 -0
- data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +196 -0
- data/documentation/_build/html/why_bake/why_bake.html +241 -0
- data/lib/blocks/executable.rb +1 -1
- data/lib/common/version.rb +1 -1
- metadata +244 -2
@@ -0,0 +1,174 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
|
+
|
8
|
+
<title>Search — bake 2.11.2 documentation</title>
|
9
|
+
|
10
|
+
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
|
11
|
+
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
12
|
+
<link rel="stylesheet" href="_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
13
|
+
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
|
14
|
+
|
15
|
+
<script type="text/javascript">
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
17
|
+
URL_ROOT: './',
|
18
|
+
VERSION: '2.11.2',
|
19
|
+
COLLAPSE_INDEX: false,
|
20
|
+
FILE_SUFFIX: '.html',
|
21
|
+
HAS_SOURCE: true
|
22
|
+
};
|
23
|
+
</script>
|
24
|
+
<script type="text/javascript" src="_static/jquery.js"></script>
|
25
|
+
<script type="text/javascript" src="_static/underscore.js"></script>
|
26
|
+
<script type="text/javascript" src="_static/doctools.js"></script>
|
27
|
+
<script type="text/javascript" src="_static/searchtools.js"></script>
|
28
|
+
<script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script>
|
29
|
+
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
|
30
|
+
<script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
31
|
+
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
|
32
|
+
<link rel="top" title="bake 2.11.2 documentation" href="index.html" />
|
33
|
+
<script type="text/javascript">
|
34
|
+
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
35
|
+
</script>
|
36
|
+
|
37
|
+
<script type="text/javascript" id="searchindexloader"></script>
|
38
|
+
|
39
|
+
<meta charset='utf-8'>
|
40
|
+
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
41
|
+
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
42
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
43
|
+
|
44
|
+
|
45
|
+
</head>
|
46
|
+
<body role="document">
|
47
|
+
|
48
|
+
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
49
|
+
<div class="container">
|
50
|
+
<div class="navbar-header">
|
51
|
+
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
52
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
53
|
+
<span class="icon-bar"></span>
|
54
|
+
<span class="icon-bar"></span>
|
55
|
+
<span class="icon-bar"></span>
|
56
|
+
</button>
|
57
|
+
<a class="navbar-brand" href="index.html">
|
58
|
+
bake</a>
|
59
|
+
<span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<div class="collapse navbar-collapse nav-collapse">
|
63
|
+
<ul class="nav navbar-nav">
|
64
|
+
|
65
|
+
|
66
|
+
<li class="dropdown globaltoc-container">
|
67
|
+
<a role="button"
|
68
|
+
id="dLabelGlobalToc"
|
69
|
+
data-toggle="dropdown"
|
70
|
+
data-target="#"
|
71
|
+
href="index.html">Section <b class="caret"></b></a>
|
72
|
+
<ul class="dropdown-menu globaltoc"
|
73
|
+
role="menu"
|
74
|
+
aria-labelledby="dLabelGlobalToc"><ul>
|
75
|
+
<li class="toctree-l1"><a class="reference internal" href="why_bake/why_bake.html">Why you should use bake</a></li>
|
76
|
+
<li class="toctree-l1"><a class="reference internal" href="install/install_bake.html">Install bake</a></li>
|
77
|
+
<li class="toctree-l1"><a class="reference internal" href="quickstart/quickstart.html">Quickstart</a></li>
|
78
|
+
<li class="toctree-l1"><a class="reference internal" href="concepts/concepts.html">Concepts</a></li>
|
79
|
+
<li class="toctree-l1"><a class="reference internal" href="syntax/syntax.html">Syntax</a></li>
|
80
|
+
<li class="toctree-l1"><a class="reference internal" href="commandline/commandline.html">Commandline</a></li>
|
81
|
+
<li class="toctree-l1"><a class="reference internal" href="ide/ide_integrations.html">IDE Support</a></li>
|
82
|
+
<li class="toctree-l1"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
|
83
|
+
<li class="toctree-l1"><a class="reference internal" href="performance/performance.html">Performance</a></li>
|
84
|
+
<li class="toctree-l1"><a class="reference internal" href="known_issues.html">Known Issues</a></li>
|
85
|
+
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a></li>
|
86
|
+
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
|
87
|
+
</ul>
|
88
|
+
<ul>
|
89
|
+
<li class="toctree-l1"><a class="reference internal" href="internal.html">Internal developing notes</a></li>
|
90
|
+
</ul>
|
91
|
+
</ul>
|
92
|
+
</li>
|
93
|
+
|
94
|
+
<li class="dropdown">
|
95
|
+
<a role="button"
|
96
|
+
id="dLabelLocalToc"
|
97
|
+
data-toggle="dropdown"
|
98
|
+
data-target="#"
|
99
|
+
href="#">SubSections <b class="caret"></b></a>
|
100
|
+
<ul class="dropdown-menu localtoc"
|
101
|
+
role="menu"
|
102
|
+
aria-labelledby="dLabelLocalToc"></ul>
|
103
|
+
</li>
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
</ul>
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
</div>
|
120
|
+
</div>
|
121
|
+
</div>
|
122
|
+
|
123
|
+
<div class="container">
|
124
|
+
<div class="row">
|
125
|
+
<div class="col-md-12">
|
126
|
+
|
127
|
+
<h1 id="search-documentation">Search</h1>
|
128
|
+
<div id="fallback" class="admonition warning">
|
129
|
+
<script type="text/javascript">$('#fallback').hide();</script>
|
130
|
+
<p>
|
131
|
+
Please activate JavaScript to enable the search
|
132
|
+
functionality.
|
133
|
+
</p>
|
134
|
+
</div>
|
135
|
+
<p>
|
136
|
+
From here you can search these documents. Enter your search
|
137
|
+
words into the box below and click "search". Note that the search
|
138
|
+
function will automatically search for all of the words. Pages
|
139
|
+
containing fewer words won't appear in the result list.
|
140
|
+
</p>
|
141
|
+
|
142
|
+
|
143
|
+
<form class="form-inline" action="" method="get">
|
144
|
+
<div class="form-group">
|
145
|
+
<input type="text" class="form-control" name="q" value="" />
|
146
|
+
</div>
|
147
|
+
<input type="submit" class="btn btn-default" value="search" />
|
148
|
+
<span id="search-progress" style="padding-left: 10px"></span>
|
149
|
+
</form>
|
150
|
+
|
151
|
+
|
152
|
+
|
153
|
+
<div id="search-results">
|
154
|
+
|
155
|
+
</div>
|
156
|
+
|
157
|
+
</div>
|
158
|
+
|
159
|
+
</div>
|
160
|
+
</div>
|
161
|
+
<footer class="footer">
|
162
|
+
<div class="container">
|
163
|
+
<p class="pull-right">
|
164
|
+
<a href="#">Back to top</a>
|
165
|
+
|
166
|
+
</p>
|
167
|
+
<p>
|
168
|
+
© Copyright 2015, E.S.R.Labs AG.<br/>
|
169
|
+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
170
|
+
</p>
|
171
|
+
</div>
|
172
|
+
</footer>
|
173
|
+
</body>
|
174
|
+
</html>
|
@@ -0,0 +1 @@
|
|
1
|
+
Search.setIndex({envversion:47,filenames:["changelog","commandline/commandline","concepts/build_hierarchy","concepts/concepts","concepts/the_main_project","concepts/the_project_meta_file","ide/eclipse/eclipse","ide/eclipse/how_to_convert_existing_cdt_workspace","ide/eclipse/how_to_create_a_new_project_in_eclipse","ide/eclipse/how_to_create_a_workspace_in_eclipse","ide/eclipse/how_to_install_eclipse_plugin","ide/eclipse/how_to_use_bake_in_eclipse","ide/ide_integrations","ide/vs/how_to_create_vs_projects","ide/vs/how_to_debug_in_vs","ide/vs/how_to_used_bake_in_vs","ide/vs/vs","ide/vs/vs_install","index","install/install_bake","internal","known_issues","license","performance/performance","quickstart/quickstart","syntax/derive_configs","syntax/project_meta_syntax","syntax/syntax","syntax/variable_substitutions","tips_and_tricks/how_to_use_bake_with_cygwin","tips_and_tricks/static_code_analysis","tips_and_tricks/the_bakery","tips_and_tricks/the_clang","tips_and_tricks/tips_and_tricks","why_bake/why_bake"],objects:{},objnames:{},objtypes:{},terms:{"0x00":20,"0x02":20,"0xff":20,"2p180":23,"2p95":[19,24],"3p0":23,"6p398":23,"7p352":23,"_dev":29,"_lintout":30,"_one_":33,"break":34,"byte":20,"case":[0,9,28,30],"default":[0,1,9,19,24,26,31],"export":7,"import":0,"long":[0,15,23],"new":[0,6],"return":24,"static":[],"switch":[0,7,11,24,34],"throw":19,"true":26,"try":7,"while":19,abc:[1,28],abi:0,abl:[30,34],abort:[0,20],about:11,abov:[2,7,22,25],absolut:0,absolute_path_to_working_dir:33,accept:[0,10],access:0,account:0,action:22,actual:19,adapt:7,add:[0,5,13,14,26,29,30],addit:[15,22,23],adjust:[0,4,5],adjustcdt:0,adjustinclud:0,adr:26,advantag:[],advis:22,after:[0,10,30,31],again:[0,7,23],alia:[29,30],all:[0,1,2,4,9,11,22,25,26,30,31,32,33],allow:[0,1,4,25,28],allunittest:31,almost:8,alpha:32,alphabet:0,alreadi:11,also:[0,8,9,11,14,28],alwai:[0,4,11,26],ambigu:0,analysi:[],analyz:[],ani:[4,14,22],annot:[0,15],anoth:[0,1,14,21,30],ansi:[1,29],anymor:[0,4,7,29],anyth:21,appear:11,appli:[0,22,28],appropri:[7,11,14],april:0,apropri:19,ar470:0,archiv:[0,2,5,21,26,28],archiverpath:[0,11,28],aren:34,argument:[0,14],aris:22,around:30,arrai:26,articular:22,artifact:28,artifactnam:[0,5,25,26,28],artifactnamebas:[0,28],asm:[1,26],asmpath:[0,11,28],asscoat:30,assembl:[28,33],associ:[6,22],assum:[1,5,19],atom:17,attribut:0,august:0,author:22,auto:[11,24],automat:[0,5,28],avail:[0,9,10,14,17],avoid:[0,4,19,29,34],back:26,background:29,backward:0,bake:0,bakeri:0,base:[0,25,28],basedon:[25,26],basi:33,basic:24,bat:[14,29],batch:[0,14],becaus:[5,25,30,34],been:[0,1,21,22],befor:[0,7,11],begin:0,below:[0,10,14,17],best:33,beteween:34,better:0,between:[11,34],big:34,bin:[0,14,28,29],binari:[22,29,30],bla:0,black:[1,24,29,31],blue:[26,31],bootload:28,bootloader_1:28,bootloaderupdat:28,both:25,bottom:2,box:11,broken:0,browser:19,bsp:31,bspabc:1,bspcorez6:0,bug:19,bugfix:0,build:0,build_:0,build_lib_bootloader_debug:28,build_lib_some_debug:28,build_main:24,built:[0,1,4,5,21,29,30,34],busi:22,cach:[0,24],calcul:28,call:[0,1,5,14,29,30,31,32],can:[0,1,2,4,5,6,7,8,9,10,11,13,14,15,19,20,28,29,30,32,34],candriv:[0,28],cannot:[0,4],care:0,caus:[19,22],cc2j:0,ccsv5:0,cdt:[0,4,6],chang:[0,4,7,11,19,21],charact:0,charg:22,check:[0,1,14,17,19,31,33],checkbox:7,checker:32,child:25,choos:[1,8,9],chosen:[0,11],circl:11,cl470:0,claim:22,clang:0,clang_analyz:[0,32],clean:0,clear:0,clearer:0,clearn:0,click:[11,15,17],clobber:0,close:0,cmake:[],cmd:[0,26],cmdline:[0,26],code:[0,1,24],code_st:0,collect:0,collectionmandatori:31,color:[1,19,24,29,31],com:[10,17],combin:[0,2],come:[13,30],comma:[0,1],command:[0,2,6,11,14,15,20,24,25,26,28,29,30,31,34],commandlin:0,comment:[0,1,26,31],commit:[7,9,33],common7:14,compar:9,compat:[0,34],compil:[0,1,4,5,11,14,19,24,26],complet:[7,11,30],complex:[0,23,34],compon:22,condit:22,config:[0,1,4,5,11,15,20],confignam:[0,28,30],configpkg:0,configur:[0,1,4,5,8,9],confnam:28,confus:0,connect:[19,20,22],consequenti:22,consist:[0,5,22],consol:[0,1,11,31],contain:[5,22,28],content:[2,7,26],context:[4,7,9],contract:22,contrast:23,contributor:22,control:[7,9],convers:[0,7],conversion_info:0,convert:6,copi:[0,22],copyright:22,corez6:0,corpor:22,correct:0,correctli:[0,17,19],cosmet:0,could:0,cpath:[0,11,28],cplusplu:32,cpp:[1,4,5,14,24,26,30,32],cpppath:[0,11,28],cprojec:9,cproject:[7,8,9,11],cpu:23,crash:0,creat:[0,6],createvsproject:[0,13],ctrl:0,current:[0,1,26,28,30,31],cursor:[26,31],custom:[2,5,30],customconfig:[0,2,25,26,32],cxxproject:[0,22],cyclic:0,cygdriv:29,cygwin:0,damag:22,darwin13:[19,24],data:22,deadcod:32,deal:22,debug:[0,1,4,5,12],debug_info:4,debug_main:5,decemb:0,decor:11,def:28,defaulttoolchain:[0,4,5,11,14,15,26,30,32],defin:[0,1,4],definit:[0,4,28],delet:[0,7,21],deped:19,depenc:34,depend:[0,1,2,4,5,11,19,25,26,28,29,30,32,33],dependend:34,deriv:0,derv:25,describ:[11,14],descript:[0,26,28,31],deselect:15,desgin:[],design:34,detail:24,develop:7,devenv:14,diag_warn:0,dialog:0,did:0,differ:[4,9,19],dir:[0,26,28],direct:[0,22],directli:[11,28],directori:0,disabl:15,discard:20,disclaim:22,disk:7,displai:[0,11,15,26,31],distribut:[22,31],doc:[0,30],docu:[0,25,26],document:0,doe:7,don:[14,28,34],done:[4,24],doubl:[17,26,31],download:[6,17],due:0,eabi:0,each:[0,22],earli:0,earlier:0,easi:[8,18,19,34],easiest:[29,34],easili:[4,32,34],echo:5,eclips:[0,4],eclipseord:[0,26],edit:[9,21,32],editor:6,either:32,element:[26,28,31],elf:28,els:[1,21],email:26,embrac:34,empti:[0,4,8,28],en_u:19,enabl:[6,9,11],end:0,energi:34,english:19,ensur:[0,7],entir:34,env:[0,26],environ:[0,14,19],environmentvari:28,equal:[0,28],equip:2,equival:22,error:[0,1,11,14,15],escap:29,especi:0,esrlab:[10,17],etc:[5,14,29,30,33],evalu:[19,28],evalut:28,even:[0,22,30,34],event:22,everi:[0,2,5,30],everyth:4,exampl:0,except:[11,20,24],exclud:31,exclude_filt:0,excludefil:[0,25,26],execut:[0,2,5,14,21,30,33],executableconfig:[0,2,4,5,25,26,30,32],exemplari:22,exens:28,exist:[0,6],exit:[0,24],exitstep:[0,26],expand:0,experiment:0,explicit:30,explicitli:[0,22],explor:[7,9,11],express:22,extend:[11,25,26],extens:17,extern:[0,19],externallibrari:[0,5,25,26,28],externallibrarysearchpath:[5,25,26,28],fact:30,fail:0,failur:34,fals:[0,26],fan:34,fast:[18,34],faster:23,featur:[0,9,10,11,33],februari:0,fetch:19,few:[11,34],file:0,filenam:[0,20],fill:[7,8,11],filter:[0,26],find:7,finish:9,first:[0,1,14,28,30,31],fit:[22,34],fix:[0,23],flag:[0,4,5,14,25,26,30,32],flex:30,focu:34,folder:[0,1,8,28,30],follow:[10,17,22,24,28,29,30,32],follw:24,form:22,format:30,format_specif:30,forward:[0,25,30],found:[0,7,9,19,24,29],free:22,from:0,front:26,fstab:29,full:28,furnish:22,gcc:[0,4,5,14,30,32],gcc_env:0,gem:[0,19],gener:[0,2,7,11,19,24,34],ghz:23,git:33,github:[0,6],given:20,glob:0,goal:[],good:[9,22,34],googl:19,govern:22,grant:22,graphic:22,greater:[0,20],greenhil:0,gsub:19,handl:[0,30],happen:5,hard:[28,34],hardcod:0,hash:[26,31],have:[0,1,4,7,8,9,11,14,19,22,26,28,29,30,31,32,34],hdd:23,header:0,hello:28,helper:30,here:[9,14,34],herebi:22,hereinaft:22,higher:0,highlin:19,hinder:34,holder:22,host:[0,1,5,19,24,28,30],hostnam:28,hour:34,howev:[0,19,22,33],http:[10,17],idea:9,ignor:[0,9,10],iinclud:[5,24],imagin:32,impli:22,improv:0,incident:22,includ:[0,1,4,5],include_filt:[0,31],include_path:0,includedir:[0,4,5,25,26,28,33],inclus:0,inconsist:[0,4],incorrect:33,independ:[31,34],indirect:[0,22],infix:[0,26],info:[0,20,24,33],inform:[24,26,30,31],informationen:7,inherit:0,input:0,instal:[0,6],instead:[0,4,7,29,32],integr:6,intel:23,intend:0,intern:[0,11],internaldefin:[0,11,25,26],internalinclud:[0,11,25,26],internat:19,interrupt:22,introduc:0,invalid:0,invok:32,issu:7,istal:19,item:[11,15],itself:4,januari:0,java:0,juli:0,junction:0,june:0,keep:26,keil:0,keyword:0,kicker:34,kind:22,known:[],lab:[10,17,22],label:11,lake:22,larg:34,last:[0,14,15],latest:0,lc_all:19,ldebug:0,lead:0,lear:22,least:2,leav:[4,21],length:20,less:34,let:5,level:0,liabil:22,liabl:22,lib:[0,4,5,26,28],libpostfixflag:[25,26],libprefixflag:[25,26],librari:[2,5,33],libraryconfig:[0,2,4,5,25,26,30],libsub:5,licens:10,life:28,lightweight:34,like:[0,1,2,4,11,14,17,19,25,28,30,32],limit:22,line:[0,11,14,15,20,22,25,26,28,29,30,31,34],link:[0,2,5,24,33],link_onli:0,linker:[0,2,14,26,28],linkerpath:[0,11,28],linkerscript:[0,25,26],lint:[0,21],lint_cmac:30,lint_cppmac:30,lint_max:30,lint_min:30,lintpolici:[25,26,30],linux:[0,33],list:[0,9,22,30,33],listen:20,llvm:0,lnt:[0,30],load:24,localhost:20,locat:[0,5,8],longer:0,look:[17,25,28,34],loss:22,machin:0,made:0,magic:0,mai:0,main1:31,main2:31,main:[0,1],mainconfignam:[0,4,28],mainproj:[1,31],mainprojectdir:[0,28,30],mainprojectnam:[0,4,28],maintain:34,maintanc:34,major:[9,29],mak:30,make:[0,7,19,29,30,34],makefil:[0,13],mani:4,manual:[6,7,21],map:0,mapfil:[25,26],march:0,mark:[0,7,11,26,31],match:[0,1],materi:22,matter:25,mean:[7,32,34],mechan:9,menu:[7,9,11,15],merchant:22,merg:[0,22],messag:0,met:22,meta:[0,4],method:19,microsoft:14,might:[7,11,19,33],min:23,mind:26,mingw:0,minor:0,minut:[11,24,34],misra:30,miss:0,mkdir:24,mmd:0,mode:0,modif:22,modifi:22,more:0,mous:[26,31],move:[0,26,31],msvc:[0,14],multipl:[23,34],must:[0,4,11,22,29,30,31,34],mv7a8:0,my_comput:28,my_project:[5,24],myinclud:28,mylibraryproject:30,myproj:[0,1,13],myproject:28,myprojectnam:28,myspecialcollect:31,myvar:28,name:[0,1,4,8,11,19,20,26,28,30,31,32],nativ:[14,23],navig:8,nbsp:[26,31],ndebug:4,ndefault:31,necessari:[0,29,34],need:[4,6,7,23,28,30],neglig:22,nest:0,network:19,newer:29,next:30,nicer:0,nico:0,nicoretti:24,nil:19,nilclass:19,nmake:13,non:0,none:[22,29],noninfring:22,note:[9,11],noth:24,notic:22,novemb:0,now:[0,5,6,11,17,29,30],number:[4,11,20,25],oathnam:0,obtain:22,octob:0,off:[0,11,26],offici:0,often:[19,30],old:[0,9],omit:[0,1],onc:[7,31],onli:[0,1,4,7,9,11,14,15,23,25,29],open:[0,19,30],opinion:34,optim:4,option:0,order:[0,5,25,30],origin:[29,33],other:[0,2,4,8,15,22,28,30,34],otherwis:[22,30],our:[29,34],out:[1,7,11,14,22,31,33],output:0,outputdir:[0,25,26,28],outsid:4,over:[26,31],overwrit:4,overwritten:[0,9],owner:22,packag:29,page:[6,9,11,14],paht:30,paket:20,paramet:[0,15,28,29,30],parent:[0,1,25,26],parser:[0,19],part:[22,28,30,31],parti:22,particular:22,password:19,path:[0,5,14,26],path_separ:0,pathnam:0,pathto:26,pattern:[0,1,26],pclint:30,peak:23,peopl:34,per:[0,9,19],perfect:7,perform:[],perman:29,permiss:22,permit:22,person:[22,26],personali:34,phisolophi:34,phrase:22,pictur:0,pipe:0,place:[0,30,32],platform:[24,28],pleas:[10,17],plugin:[0,10,14,17],point:34,polici:26,port:20,portion:22,posix:29,possibl:[0,1,6,7,22,28,30,33],post:[2,5],poststep:[0,5,25,26],practic:33,pragma:30,pre:[],predefin:4,prefer:[0,6],prefix:[0,29],preproc_with_compil:0,press:9,prestep:[0,25,26,30],prestepmain:2,pretti:[25,34],primarybootloader2includ:28,print:[0,33],print_less:0,problem:[11,30],process:[0,22,34],procur:22,product:22,profit:22,program:22,programm:29,progress:34,progressbar:[0,19],proj:0,projec:[7,28],project:0,projectdir:[0,28,30],projectnam:[0,28,30],projnam:28,properli:0,properti:[9,14],protect:19,prove:34,provid:[0,6,22,24,30,34],proxi:19,publish:22,purpos:[22,34],put:25,quickstart:[],quot:[26,31],raid:23,rake:0,ram:23,rare:[0,30],rather:34,rdoc:19,read:[5,7,10,34],readi:24,real:28,realli:1,reason:[29,34],rebuild:[11,21,23],rebuilt:0,recogn:[0,28],recommend:13,recompil:0,recorgn:30,recreat:[0,9],redirect:30,redistribut:22,reduc:4,redund:0,refactor:21,refer:[0,4,28],referenc:[0,4,22,28],regardless:30,regener:0,regular:[4,32],rel:[0,26,28],releas:[0,4,31],reload:[0,24],remov:[0,7,26,33],renam:[0,29],repetet:25,replac:[0,7,32],report:0,repositori:[7,33],reproduc:22,requir:0,reserv:22,resourc:0,respons:26,rest:[20,30],restart:10,restrict:[0,22],result:[0,7],retain:22,retriev:28,revis:19,rework:0,rewrite_solut:13,rgen:[0,19],rid:[9,29],right:[11,15,22],root1:[1,31],root2:[1,31],root:0,rtext:[0,6,19],rtext_eclipse_plugin:6,rubi:[0,7,19],ruby192:29,rubygem:[0,19],run:[0,19,23,31,34],same:[5,20,26],satisfi:7,script:[0,7,13,26,34],search:[0,1,5,26],sec:23,second:11,secur:[10,32],see:[0,11,15,19,22,29,32,34],seem:33,seen:11,select:[0,7,10],sell:22,sens:7,sensit:0,separ:[0,1,22,30],seper:28,septemb:0,sequenc:29,server:17,servic:22,set:[0,4,5,11,14],setup:[10,14],sever:[0,1,7,20,31],shall:[9,22],shell:[2,29],shift:0,shortcut:0,should:0,show:[0,30],show_config:0,show_doc:0,shown:[0,7,11,14,15,21],similar:9,simliar:32,simpli:[4,7,9,11],singl:0,site:[6,10,17],size:[11,30],slash:26,small:7,softwar:[6,10,18,22,33],solut:[14,19,30],some:[0,7,9,11,14,22,30],someth:[0,1,28],sometim:34,soon:6,sort:0,sourc:[0,5,7,9,15,19,21,22,32],space:[0,26],special:[22,28],specifi:[0,1,2,4,5,7,11,15,26,28,30,31,33],spent:34,src:[0,5,24],standard:9,start:[0,7,14],startup:[0,23],startupcod:0,startupstep:[0,26],state:22,statement:[11,33],step:[0,2,5,7,10,17,29,30,32,34],stick:34,still:[0,7],stop:[0,1,31],store:0,straight:25,strategi:0,stream:0,strict:22,string:[0,26,28,31],structur:24,studio:[0,12],stuff:[2,4],style:0,sub1:33,sub2:33,sub3:31,sub:[0,4,5,9],subcollect:31,subconfignam:0,subfold:0,subject:22,sublicens:22,subproject:4,subset:7,substanti:22,substitu:28,substitut:[0,5,22,26,28],subtag:0,successful:10,successfulli:[19,21,33],suppli:30,support:[0,1],suppress:30,sure:[19,30],svn:33,symlink:30,sync:33,system:[0,4,7,19,23,29,30],tag:0,take:[0,11,23,32,34],taken:5,target:[0,26],team:7,templat:0,term:22,test:14,text:26,than:0,thank:0,theconfig:28,thei:[9,34],them:[0,9],theori:22,theproject:28,therefor:[4,28,34],thi:[0,1,7,8,9,11,14,15,17,19,20,22,24,25,28,29,30,31,32,33,34],think:34,third:22,those:[11,34],though:[30,34],thread:23,three:[8,26],through:34,ti_ar:0,ti_cl:0,ti_hom:0,time:[7,24,28],tip:[],tms470:0,too:0,tool:[0,7,14,17,28,34],toolchain:[0,4,5,14,25,26,30],toolchain_nam:0,toolkit:[0,13,19,31],tort:22,touch:21,treat:0,tree:0,tri:20,trick:[],trust:10,tty:29,turn:0,two:[0,1,14,28,31],type:0,typo:0,unchang:21,uncommon:1,undefin:19,under:[0,7],underscor:22,understand:34,uniniti:0,unintention:0,uniqu:31,unit:31,unittest:31,unittestlib:31,unittestlibswithoutbsp:31,unix:0,unknown:20,unless:22,unlock:19,unnecessari:0,unter:9,updat:[0,6,10,17],updatesit:10,usag:28,user:[0,1,5,19,24],userlibrari:[25,26,28],usr:28,usual:[1,2,11,14,34],usuali:19,valid:[0,4,25,26,28],validexitcod:[0,26],valu:[0,26,28],variabl:[0,5,11,19,26],vcvarsal:14,verbos:0,veri:[0,8,9,19,23,31],version:[0,13,19,23,29,30,34],via:[0,7,11,15,17,29],view:11,virtual:0,visibl:29,visual:[0,12],vs2013:0,w3520:23,wai:[0,13,19,22,28,29,34],wait:34,wall:5,want:[0,1,7,9,24,32,34],warn:[0,10,20],warn_sect:0,warranti:22,web:19,webpag:19,well:[0,30],were:[0,19,22],what:[],whatev:[4,28],when:[0,13,21,22,33],where:[0,34],whether:[22,34],which:0,white:29,whole:[0,7,22,23],whom:22,why:[0,4,7,29],wildcard:[1,31],window:[0,6,7,11,15,23,28,29,33],wishlist:0,without:[0,14,21,22,23,28],wizard:[0,7],won:[2,30],work:[0,7,11,32,33],workaround:[0,21],workspac:[0,1,5,6],world:28,would:28,wrapper:[7,8,9],write:[0,28,32],written:[0,1,11],wrong:0,www:[10,17],wysiwyg:34,x86_64:[19,24],xeon:23,xml:[17,30],yesquant:31,yet:[7,14],you:[0,1,4,6,7,8,9,10,11,13,14,15,19,24,25,29,30,32],your:[7,9,19,28,29,30,34]},titles:["Changelog","Commandline","The build hierarchy","Concepts","The main project","The Project.meta file","Eclipse","How to convert existing CDT workspaces","How to create a new project in Eclipse","How to create a workspace in Eclipse","How to install bake Eclipse integration","How to use bake in Eclipse","IDE Support","How to create VS-Projects using bake","How to Debug in Visual Studio","How to use bake in Visual Studio","Visual Studio","How to install bake Visual Studio integration","Welcome to bake’s documentation!","Install bake","Internal developing notes","Known Issues","License","Performance","Quickstart","Derive configs","The Syntax of the Project.meta file","Syntax","Variables in Project.meta","How to use bake with cygwin","Static Code Analysis","The Bakery","Clang Analyze","Tips and Tricks","Why you should use bake"],titleterms:{"0x01":20,"0x0a":20,"import":[1,9],"new":8,"static":30,adjust:[11,28],advantag:4,analysi:30,analyz:32,applic:1,arbitrari:1,auto:28,bake:[1,10,11,13,15,17,18,19,23,28,29,30,34],bakeri:31,basic:30,bind:6,build:[1,2,11,20],cdt:[7,11],changelog:0,choos:11,clang:32,clean:[1,11],cmake:23,code:30,collect:31,commandlin:[1,31],compil:30,concept:3,config:25,configur:[11,30],convert:7,creat:[8,9,13],cygwin:29,debug:14,defin:[11,28,30],deriv:25,desgin:34,develop:20,differ:23,differnt:1,directori:[1,4],document:18,doe:19,due:30,dure:19,eclips:[6,8,9,10,11,23],environ:[23,28],error:[19,20,30],exampl:[1,2,4,5,19,30],exist:[7,28],fail:30,file:[1,5,11,26],from:1,get:1,goal:34,graph:2,header:20,help:1,hierarchi:2,highlight:6,how:[1,7,8,9,10,11,13,14,15,17,19,29,31],implic:25,includ:[11,30,33],inherit:25,instal:[10,17,19],instruct:26,integr:[10,17],interact:26,intern:20,invalid:19,issu:[19,21,30],junction:33,just:1,kei:6,known:[19,21,30],languag:19,licens:22,lint:30,main:[4,11],makefil:23,mani:30,messag:19,meta:[5,26,28,31],miss:30,more:1,most:1,nest:28,note:20,onli:30,option:1,output:4,packet:20,path:28,perform:23,perspect:11,pre:28,prefer:11,project:[1,4,5,8,11,13,20,26,28],quickstart:24,receiv:20,result:[11,23],root:1,rubi:23,search:30,select:11,send:20,set:19,setup:30,should:34,singl:1,socket:20,specif:1,start:[19,20],studio:[14,15,16,17],support:12,symlink:33,syntax:[6,26,27,31],test:23,than:1,tip:33,too:30,trick:33,type:20,unix:23,unnecessari:33,user:28,variabl:28,viewer:26,visual:[14,15,16,17],welcom:18,what:[5,31],which:1,why:34,within:1,workspac:[7,9],you:34}})
|
@@ -0,0 +1,295 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
|
+
|
8
|
+
<title>Derive configs — bake 2.11.2 documentation</title>
|
9
|
+
|
10
|
+
<link rel="stylesheet" href="../_static/basic.css" type="text/css" />
|
11
|
+
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
|
12
|
+
<link rel="stylesheet" href="../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
13
|
+
<link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
|
14
|
+
|
15
|
+
<script type="text/javascript">
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
17
|
+
URL_ROOT: '../',
|
18
|
+
VERSION: '2.11.2',
|
19
|
+
COLLAPSE_INDEX: false,
|
20
|
+
FILE_SUFFIX: '.html',
|
21
|
+
HAS_SOURCE: true
|
22
|
+
};
|
23
|
+
</script>
|
24
|
+
<script type="text/javascript" src="../_static/jquery.js"></script>
|
25
|
+
<script type="text/javascript" src="../_static/underscore.js"></script>
|
26
|
+
<script type="text/javascript" src="../_static/doctools.js"></script>
|
27
|
+
<script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js"></script>
|
28
|
+
<script type="text/javascript" src="../_static/js/jquery-fix.js"></script>
|
29
|
+
<script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
|
+
<script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
|
31
|
+
<link rel="top" title="bake 2.11.2 documentation" href="../index.html" />
|
32
|
+
<link rel="up" title="Syntax" href="syntax.html" />
|
33
|
+
<link rel="next" title="Commandline" href="../commandline/commandline.html" />
|
34
|
+
<link rel="prev" title="Variables in Project.meta" href="variable_substitutions.html" />
|
35
|
+
<meta charset='utf-8'>
|
36
|
+
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
37
|
+
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
38
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
39
|
+
|
40
|
+
</head>
|
41
|
+
<body role="document">
|
42
|
+
|
43
|
+
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
44
|
+
<div class="container">
|
45
|
+
<div class="navbar-header">
|
46
|
+
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
47
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
48
|
+
<span class="icon-bar"></span>
|
49
|
+
<span class="icon-bar"></span>
|
50
|
+
<span class="icon-bar"></span>
|
51
|
+
</button>
|
52
|
+
<a class="navbar-brand" href="../index.html">
|
53
|
+
bake</a>
|
54
|
+
<span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
|
55
|
+
</div>
|
56
|
+
|
57
|
+
<div class="collapse navbar-collapse nav-collapse">
|
58
|
+
<ul class="nav navbar-nav">
|
59
|
+
|
60
|
+
|
61
|
+
<li class="dropdown globaltoc-container">
|
62
|
+
<a role="button"
|
63
|
+
id="dLabelGlobalToc"
|
64
|
+
data-toggle="dropdown"
|
65
|
+
data-target="#"
|
66
|
+
href="../index.html">Section <b class="caret"></b></a>
|
67
|
+
<ul class="dropdown-menu globaltoc"
|
68
|
+
role="menu"
|
69
|
+
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
70
|
+
<li class="toctree-l1"><a class="reference internal" href="../why_bake/why_bake.html">Why you should use bake</a></li>
|
71
|
+
<li class="toctree-l1"><a class="reference internal" href="../install/install_bake.html">Install bake</a></li>
|
72
|
+
<li class="toctree-l1"><a class="reference internal" href="../quickstart/quickstart.html">Quickstart</a></li>
|
73
|
+
<li class="toctree-l1"><a class="reference internal" href="../concepts/concepts.html">Concepts</a></li>
|
74
|
+
<li class="toctree-l1 current"><a class="reference internal" href="syntax.html">Syntax</a></li>
|
75
|
+
<li class="toctree-l1"><a class="reference internal" href="../commandline/commandline.html">Commandline</a></li>
|
76
|
+
<li class="toctree-l1"><a class="reference internal" href="../ide/ide_integrations.html">IDE Support</a></li>
|
77
|
+
<li class="toctree-l1"><a class="reference internal" href="../tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
|
78
|
+
<li class="toctree-l1"><a class="reference internal" href="../performance/performance.html">Performance</a></li>
|
79
|
+
<li class="toctree-l1"><a class="reference internal" href="../known_issues.html">Known Issues</a></li>
|
80
|
+
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Changelog</a></li>
|
81
|
+
<li class="toctree-l1"><a class="reference internal" href="../license.html">License</a></li>
|
82
|
+
</ul>
|
83
|
+
<ul>
|
84
|
+
<li class="toctree-l1"><a class="reference internal" href="../internal.html">Internal developing notes</a></li>
|
85
|
+
</ul>
|
86
|
+
</ul>
|
87
|
+
</li>
|
88
|
+
|
89
|
+
<li class="dropdown">
|
90
|
+
<a role="button"
|
91
|
+
id="dLabelLocalToc"
|
92
|
+
data-toggle="dropdown"
|
93
|
+
data-target="#"
|
94
|
+
href="#">SubSections <b class="caret"></b></a>
|
95
|
+
<ul class="dropdown-menu localtoc"
|
96
|
+
role="menu"
|
97
|
+
aria-labelledby="dLabelLocalToc"><ul>
|
98
|
+
<li><a class="reference internal" href="#">Derive configs</a><ul>
|
99
|
+
<li><a class="reference internal" href="#deriving-a-config">Deriving a config</a></li>
|
100
|
+
<li><a class="reference internal" href="#inheritance-implications">Inheritance implications</a></li>
|
101
|
+
</ul>
|
102
|
+
</li>
|
103
|
+
</ul>
|
104
|
+
</ul>
|
105
|
+
</li>
|
106
|
+
|
107
|
+
|
108
|
+
|
109
|
+
|
110
|
+
|
111
|
+
<li>
|
112
|
+
<a href="variable_substitutions.html" title="Previous Chapter: Variables in Project.meta"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Variables in ...</span>
|
113
|
+
</a>
|
114
|
+
</li>
|
115
|
+
<li>
|
116
|
+
<a href="../commandline/commandline.html" title="Next Chapter: Commandline"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Commandline »</span>
|
117
|
+
</a>
|
118
|
+
</li>
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
|
124
|
+
</ul>
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
<form class="navbar-form navbar-right" action="../search.html" method="get">
|
129
|
+
<div class="form-group">
|
130
|
+
<input type="text" name="q" class="form-control" placeholder="Search" />
|
131
|
+
</div>
|
132
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
133
|
+
<input type="hidden" name="area" value="default" />
|
134
|
+
</form>
|
135
|
+
|
136
|
+
</div>
|
137
|
+
</div>
|
138
|
+
</div>
|
139
|
+
|
140
|
+
<div class="container">
|
141
|
+
<div class="row">
|
142
|
+
<div class="col-md-12">
|
143
|
+
|
144
|
+
<div class="section" id="derive-configs">
|
145
|
+
<h1>Derive configs<a class="headerlink" href="#derive-configs" title="Permalink to this headline">¶</a></h1>
|
146
|
+
<p>bake supports deriving configs, which allows you to put repetetive settings in a base config.</p>
|
147
|
+
<div class="section" id="deriving-a-config">
|
148
|
+
<h2>Deriving a config<a class="headerlink" href="#deriving-a-config" title="Permalink to this headline">¶</a></h2>
|
149
|
+
<p>Derving a config in bake is pretty straight forward, and looks like this:</p>
|
150
|
+
<div class="highlight-text"><div class="highlight"><pre>ExecutableConfig A
|
151
|
+
LibraryConfig B, extends: A
|
152
|
+
CustomConfig C, extends: B
|
153
|
+
ExecutableConfig D, extends: C
|
154
|
+
</pre></div>
|
155
|
+
</div>
|
156
|
+
<div class="admonition note">
|
157
|
+
<p class="first admonition-title">Note</p>
|
158
|
+
<p class="last">The config type of the parent config does not matter, but only settings which are valid in BOTH configs will be inherited.
|
159
|
+
In the example above D gets the dependencies from A, because “Dependency” is valid in all configs, but D does not get
|
160
|
+
the “Files” from A, because “Files” is not valid in CustomConfig.</p>
|
161
|
+
</div>
|
162
|
+
</div>
|
163
|
+
<div class="section" id="inheritance-implications">
|
164
|
+
<h2>Inheritance implications<a class="headerlink" href="#inheritance-implications" title="Permalink to this headline">¶</a></h2>
|
165
|
+
<table border="1" class="docutils">
|
166
|
+
<colgroup>
|
167
|
+
<col width="41%" />
|
168
|
+
<col width="59%" />
|
169
|
+
</colgroup>
|
170
|
+
<thead valign="bottom">
|
171
|
+
<tr class="row-odd"><th class="head">Setting</th>
|
172
|
+
<th class="head">Derived</th>
|
173
|
+
</tr>
|
174
|
+
</thead>
|
175
|
+
<tbody valign="top">
|
176
|
+
<tr class="row-even"><td>Set</td>
|
177
|
+
<td>parent + child</td>
|
178
|
+
</tr>
|
179
|
+
<tr class="row-odd"><td>Dependency</td>
|
180
|
+
<td>parent + child</td>
|
181
|
+
</tr>
|
182
|
+
<tr class="row-even"><td>ExternalLibrary</td>
|
183
|
+
<td>parent + child
|
184
|
+
(ordered by line number)</td>
|
185
|
+
</tr>
|
186
|
+
<tr class="row-odd"><td>ExternalLibrarySearchPath</td>
|
187
|
+
<td>parent + child
|
188
|
+
(ordered by line number)</td>
|
189
|
+
</tr>
|
190
|
+
<tr class="row-even"><td>UserLibrary</td>
|
191
|
+
<td>parent + child
|
192
|
+
(ordered by line number)</td>
|
193
|
+
</tr>
|
194
|
+
<tr class="row-odd"><td>PreSteps</td>
|
195
|
+
<td>parent + child</td>
|
196
|
+
</tr>
|
197
|
+
<tr class="row-even"><td>PostSteps</td>
|
198
|
+
<td>parent + child</td>
|
199
|
+
</tr>
|
200
|
+
<tr class="row-odd"><td>Makefile</td>
|
201
|
+
<td>used from parent if not
|
202
|
+
in child</td>
|
203
|
+
</tr>
|
204
|
+
<tr class="row-even"><td>CommandLine</td>
|
205
|
+
<td>used from parent if not
|
206
|
+
in child</td>
|
207
|
+
</tr>
|
208
|
+
<tr class="row-odd"><td>Files</td>
|
209
|
+
<td>parent + child</td>
|
210
|
+
</tr>
|
211
|
+
<tr class="row-even"><td>ExcludeFiles</td>
|
212
|
+
<td>parent + child</td>
|
213
|
+
</tr>
|
214
|
+
<tr class="row-odd"><td>IncludeDir</td>
|
215
|
+
<td>parent + child</td>
|
216
|
+
</tr>
|
217
|
+
<tr class="row-even"><td>LinkerScript</td>
|
218
|
+
<td>used from parent if not in child</td>
|
219
|
+
</tr>
|
220
|
+
<tr class="row-odd"><td>ArtifactName</td>
|
221
|
+
<td>used from parent if not in child</td>
|
222
|
+
</tr>
|
223
|
+
<tr class="row-even"><td>MapFile</td>
|
224
|
+
<td>used from parent if not in child</td>
|
225
|
+
</tr>
|
226
|
+
</tbody>
|
227
|
+
</table>
|
228
|
+
<table border="1" class="docutils">
|
229
|
+
<colgroup>
|
230
|
+
<col width="41%" />
|
231
|
+
<col width="59%" />
|
232
|
+
</colgroup>
|
233
|
+
<thead valign="bottom">
|
234
|
+
<tr class="row-odd"><th class="head">Toolchain Setting</th>
|
235
|
+
<th class="head">Derived</th>
|
236
|
+
</tr>
|
237
|
+
</thead>
|
238
|
+
<tbody valign="top">
|
239
|
+
<tr class="row-even"><td>basedOn</td>
|
240
|
+
<td>used from parent if not in child</td>
|
241
|
+
</tr>
|
242
|
+
<tr class="row-odd"><td>outputDir</td>
|
243
|
+
<td>used from parent if not in child</td>
|
244
|
+
</tr>
|
245
|
+
<tr class="row-even"><td>command</td>
|
246
|
+
<td>used from parent if not in child</td>
|
247
|
+
</tr>
|
248
|
+
<tr class="row-odd"><td>LibPrefixFlags</td>
|
249
|
+
<td>parent + child</td>
|
250
|
+
</tr>
|
251
|
+
<tr class="row-even"><td>LibPostfixFlags</td>
|
252
|
+
<td>parent + child</td>
|
253
|
+
</tr>
|
254
|
+
<tr class="row-odd"><td>Flags</td>
|
255
|
+
<td>parent + child</td>
|
256
|
+
</tr>
|
257
|
+
<tr class="row-even"><td>Define</td>
|
258
|
+
<td>parent + child</td>
|
259
|
+
</tr>
|
260
|
+
<tr class="row-odd"><td>InternalDefines</td>
|
261
|
+
<td>used from parent if not in child</td>
|
262
|
+
</tr>
|
263
|
+
<tr class="row-even"><td>InternalIncludes</td>
|
264
|
+
<td>used from parent if not in child</td>
|
265
|
+
</tr>
|
266
|
+
<tr class="row-odd"><td>LintPolicy</td>
|
267
|
+
<td>parent + child</td>
|
268
|
+
</tr>
|
269
|
+
<tr class="row-even"><td>Docu</td>
|
270
|
+
<td>used from parent if not in child</td>
|
271
|
+
</tr>
|
272
|
+
</tbody>
|
273
|
+
</table>
|
274
|
+
</div>
|
275
|
+
</div>
|
276
|
+
|
277
|
+
|
278
|
+
</div>
|
279
|
+
|
280
|
+
</div>
|
281
|
+
</div>
|
282
|
+
<footer class="footer">
|
283
|
+
<div class="container">
|
284
|
+
<p class="pull-right">
|
285
|
+
<a href="#">Back to top</a>
|
286
|
+
|
287
|
+
</p>
|
288
|
+
<p>
|
289
|
+
© Copyright 2015, E.S.R.Labs AG.<br/>
|
290
|
+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
291
|
+
</p>
|
292
|
+
</div>
|
293
|
+
</footer>
|
294
|
+
</body>
|
295
|
+
</html>
|