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,704 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
|
2
|
+
"http://www.w3.org/TR/html4/strict.dtd">
|
3
|
+
<html>
|
4
|
+
<head></head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
6
|
+
|
7
|
+
<body >
|
8
|
+
|
9
|
+
<style type="text/css">
|
10
|
+
|
11
|
+
#dhtmltooltip{
|
12
|
+
position: absolute;
|
13
|
+
width: 150px;
|
14
|
+
border: 2px solid black;
|
15
|
+
padding: 2px;
|
16
|
+
background-color: lightyellow;
|
17
|
+
visibility: hidden;
|
18
|
+
z-index: 100;
|
19
|
+
}
|
20
|
+
|
21
|
+
</style>
|
22
|
+
|
23
|
+
<style type="text/css">
|
24
|
+
.hide {
|
25
|
+
display:none;
|
26
|
+
}
|
27
|
+
.show {
|
28
|
+
display:block
|
29
|
+
}
|
30
|
+
.showInline {
|
31
|
+
display:inline
|
32
|
+
}
|
33
|
+
.help {
|
34
|
+
color:blue
|
35
|
+
}
|
36
|
+
.showRadio {
|
37
|
+
font-weight:bold;color:blue;text-decoration:overline underline
|
38
|
+
}
|
39
|
+
.hideRadio {
|
40
|
+
color:#AAAAFF;
|
41
|
+
}
|
42
|
+
.mycomment {
|
43
|
+
color:green
|
44
|
+
}
|
45
|
+
</style>
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
<table border="1" style="font-family:monospace"; font-size:10><td>
|
52
|
+
|
53
|
+
<span class="help" onMouseover="showProject()" onMouseout="notip()">Project</span> <span class="help" onMouseover="showDefaultConfig()" onMouseout="notip()">default</span>: <name> {<br>
|
54
|
+
<br>
|
55
|
+
|
56
|
+
<span class="help" onMouseover="showDescription()" onMouseout="notip()">Description</span> <text><br><br>
|
57
|
+
|
58
|
+
<span class="help" onMouseover="showResponsible()" onMouseout="notip()">Responsible</span> {<br>
|
59
|
+
<span class="help" onMouseover="showPerson()" onMouseout="notip()">Person</span> <name>,
|
60
|
+
<span class="help" onMouseover="showPersonEmail()" onMouseout="notip()">email</span>: <adr><br>
|
61
|
+
}<br><br>
|
62
|
+
|
63
|
+
<span class="mycomment"># 0..n configs</span><br>
|
64
|
+
<span class="showRadio" onMouseover="showExecutableConfig()" onMouseout="notip()" id="executableConfig">ExecutableConfig</span> |
|
65
|
+
<span class="hideRadio" onMouseover="showLibraryConfig()" onMouseout="notip()" id="libraryConfig">LibraryConfig</span> |
|
66
|
+
<span class="hideRadio" onMouseover="showCustomConfig()" onMouseout="notip()" id="customConfig">CustomConfig</span> <name>, <span class="help" onMouseover="showExtends()" onMouseout="notip()">extends</span>: <parent> {<br><br>
|
67
|
+
|
68
|
+
<span><span style="background-color:#EEEEEE;" class="show">
|
69
|
+
<span class="mycomment"># Valid for all config types</span><br><br>
|
70
|
+
<span class="help" onMouseover="showSet()" onMouseout="notip()">Set</span> <variable>, value: <value> | cmd: <line>, <span class="help" onMouseover="showEnv()" onMouseout="notip()">env</span>: true|false<br>
|
71
|
+
<span class="help" onMouseover="showDependency()" onMouseout="notip()">Dependency</span> <project>,
|
72
|
+
<span class="help" onMouseover="showDependencyConfig()" onMouseout="notip()">config</span>: <name><br>
|
73
|
+
<span class="help" onMouseover="showExternalLibrary()" onMouseout="notip()">ExternalLibrary</span> <lib>,
|
74
|
+
<span class="help" onMouseover="showExternalLibrarySearch()" onMouseout="notip()">search</span>: true|false<br>
|
75
|
+
<span class="help" onMouseover="showUserLibrary()" onMouseout="notip()">UserLibrary</span> <lib><br>
|
76
|
+
<span class="help" onMouseover="showExternalLibrarySearchPath()" onMouseout="notip()">ExternalLibrarySearchPath</span> <path><br>
|
77
|
+
<span class="help" onMouseover="showPreSteps()" onMouseout="notip()">PreSteps</span> {<br>
|
78
|
+
<span class="help" onMouseover="showMakefile()" onMouseout="notip()">Makefile</span> <file>,
|
79
|
+
<span class="help" onMouseover="showMakefileLib()" onMouseout="notip()">lib</span>: <lib>,
|
80
|
+
<span class="help" onMouseover="showMakefileTarget()" onMouseout="notip()">target</span>: <target>,
|
81
|
+
<span class="help" onMouseover="showMakefilePathTo()" onMouseout="notip()">pathTo</span>: <paths>,
|
82
|
+
<span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
|
83
|
+
<span class="help" onMouseover="showStepFilter()" onMouseout="notip()">filter</span>: <name>,
|
84
|
+
<span class="help" onMouseover="showValidExitCodes()" onMouseout="notip()">validExitCodes</span>: <[array]> {<br>
|
85
|
+
<span class="help" onMouseover="showMakefileFlags()" onMouseout="notip()">Flags</span> <flags><br>
|
86
|
+
}<br>
|
87
|
+
<span class="help" onMouseover="showCommandLine()" onMouseout="notip()">CommandLine</span> <line>,
|
88
|
+
<span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
|
89
|
+
<span class="help" onMouseover="showStepFilter()" onMouseout="notip()">filter</span>: <name>,
|
90
|
+
<span class="help" onMouseover="showValidExitCodes()" onMouseout="notip()">validExitCodes</span>: <[array]><br>
|
91
|
+
}<br>
|
92
|
+
<span class="help" onMouseover="showPostSteps()" onMouseout="notip()">PostSteps</span> {<br>
|
93
|
+
<span class="mycomment"># Same as for PreSteps</span><br>
|
94
|
+
}<br>
|
95
|
+
<span class="help" onMouseover="showStartupSteps()" onMouseout="notip()">StartupSteps</span> {<br>
|
96
|
+
<span class="mycomment"># Same as for PreSteps</span><br>
|
97
|
+
}<br>
|
98
|
+
<span class="help" onMouseover="showExitSteps()" onMouseout="notip()">ExitSteps</span> {<br>
|
99
|
+
<span class="mycomment"># Same as for PreSteps</span><br>
|
100
|
+
}<br>
|
101
|
+
<span class="help" onMouseover="showDefaultToolchain()" onMouseout="notip()">DefaultToolchain</span> <basedOn>, <span class="help" onMouseover="showOutputDir()" onMouseout="notip()">outputDir</span>: <dir>, <span class="help" onMouseover="showEclipseOrder()" onMouseout="notip()">eclipseOrder</span>: true|false {<br>
|
102
|
+
<span class="help" onMouseover="showDefaultCompiler()" onMouseout="notip()">Compiler</span> ASM | CPP | C,
|
103
|
+
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
104
|
+
<span class="help" onMouseover="showDefaultFlags()" onMouseout="notip()">Flags</span> <flags><br>
|
105
|
+
<span class="help" onMouseover="showDefaultDefine()" onMouseout="notip()">Define</span> <define><br>
|
106
|
+
<span class="help" onMouseover="showInternalDefines()" onMouseout="notip()">InternalDefines</span> <file><br>
|
107
|
+
}<br>
|
108
|
+
<span class="help" onMouseover="showDefaultArchiver()" onMouseout="notip()">Archiver</span>
|
109
|
+
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
110
|
+
<span class="help" onMouseover="showDefaultFlags()" onMouseout="notip()">Flags</span> <flags><br>
|
111
|
+
}<br>
|
112
|
+
<span class="help" onMouseover="showDefaultLinker()" onMouseout="notip()">Linker</span>
|
113
|
+
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
114
|
+
<span class="help" onMouseover="showDefaultFlags()" onMouseout="notip()">Flags</span> <flags><br>
|
115
|
+
<span class="help" onMouseover="showLibPrefixFlags()" onMouseout="notip()">LibPrefixFlags</span> <flags><br>
|
116
|
+
<span class="help" onMouseover="showLibPostfixFlags()" onMouseout="notip()">LibPostfixFlags</span> <flags><br>
|
117
|
+
}<br>
|
118
|
+
<span class="help" onMouseover="showInternalIncludes()" onMouseout="notip()">InternalIncludes</span> <file><br>
|
119
|
+
<span class="help" onMouseover="showDefaultLintPolicy()" onMouseout="notip()">LintPolicy</span> <policy><br>
|
120
|
+
<span class="help" onMouseover="showDocu()" onMouseout="notip()">Docu</span> <cmdLine><br>
|
121
|
+
}<br>
|
122
|
+
|
123
|
+
|
124
|
+
<span class="help" onMouseover="showToolchainProject()" onMouseout="notip()">Toolchain</span> <span class="help" onMouseover="showOutputDir()" onMouseout="notip()">outputDir</span>: <dir> {<br>
|
125
|
+
<span class="help" onMouseover="showCompiler()" onMouseout="notip()">Compiler</span> ASM | CPP | C,
|
126
|
+
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
127
|
+
<span class="help" onMouseover="showFlags()" onMouseout="notip()">Flags</span> <flags>, add: <flags>, remove: <flags><br>
|
128
|
+
<span class="help" onMouseover="showDefine()" onMouseout="notip()">Define</span> <define><br>
|
129
|
+
}<br>
|
130
|
+
<span class="help" onMouseover="showArchiver()" onMouseout="notip()">Archiver</span>
|
131
|
+
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
132
|
+
<span class="help" onMouseover="showFlags()" onMouseout="notip()">Flags</span> <flags>, add: <flags>, remove: <flags><br>
|
133
|
+
}<br>
|
134
|
+
<span class="help" onMouseover="showLinker()" onMouseout="notip()">Linker</span>
|
135
|
+
<span class="help" onMouseover="showCommand()" onMouseout="notip()">command</span>: <cmd> {</i><br>
|
136
|
+
<span class="help" onMouseover="showFlags()" onMouseout="notip()">Flags</span> <flags>, add: <flags>, remove: <flags><br>
|
137
|
+
<span class="help" onMouseover="showLibPrefixFlags()" onMouseout="notip()">LibPrefixFlags</span> <flags>, add: <flags>, remove: <flags><br>
|
138
|
+
<span class="help" onMouseover="showLibPostfixFlags()" onMouseout="notip()">LibPostfixFlags</span> <flags>, add: <flags>, remove: <flags><br>
|
139
|
+
}<br>
|
140
|
+
<span class="help" onMouseover="showLintPolicy()" onMouseout="notip()">LintPolicy</span> <policy><br>
|
141
|
+
<span class="help" onMouseover="showDocu()" onMouseout="notip()">Docu</span> <cmdLine><br>
|
142
|
+
}<br></span><br>
|
143
|
+
</span>
|
144
|
+
|
145
|
+
<span id="libExe_part"><span class="show" style="background-color:#EEEEEE;">
|
146
|
+
<span class="mycomment"># Valid for ExecutableConfig and LibraryConfig</span><br><br>
|
147
|
+
<span class="help" onMouseover="showFiles()" onMouseout="notip()">Files</span> <pattern> {<br>
|
148
|
+
<span class="help" onMouseover="showFilesFlags()" onMouseout="notip()">Flags</span> <flags>, add: <flags>, remove: <flags><br>
|
149
|
+
<span class="help" onMouseover="showFilesDefine()" onMouseout="notip()">Define</span> <define><br>
|
150
|
+
}<br>
|
151
|
+
<span class="help" onMouseover="showExcludeFiles()" onMouseout="notip()">ExcludeFiles</span> <pattern><br>
|
152
|
+
<span class="help" onMouseover="showIncludeDir()" onMouseout="notip()">IncludeDir</span> <dir>, <span class="help" onMouseover="showInherit()" onMouseout="notip()">inherit</span>: true|false, <span class="help" onMouseover="showInfix()" onMouseout="notip()">infix</span>: front|back<br>
|
153
|
+
|
154
|
+
</span><br></span>
|
155
|
+
|
156
|
+
<span id="exe_part"><span class="show" style="background-color:#EEEEEE;">
|
157
|
+
<span class="mycomment"># Valid for ExecutableConfig</span><br><br>
|
158
|
+
<span class="help" onMouseover="showLinkerScript()" onMouseout="notip()">LinkerScript</span> <script><br>
|
159
|
+
<span class="help" onMouseover="showMapFile()" onMouseout="notip()">MapFile</span> <name><br>
|
160
|
+
<span class="help" onMouseover="showArtifactName()" onMouseout="notip()">ArtifactName</span> <name><br></span><br></span>
|
161
|
+
|
162
|
+
<span id="custom_part" class="hide"><span style="background-color:#EEEEEE;" class="show">
|
163
|
+
<span class="mycomment"># Valid for CustomConfig</span><br><br>
|
164
|
+
<span class="showRadio" id="makefile" onMouseover="showMakefileCustom()" onMouseout="notip()">Makefile</span> |
|
165
|
+
<span class="hideRadio" id="commandline" onMouseover="showCommandlineCustom()" onMouseout="notip()">CommandLine</span>
|
166
|
+
<span style="background-color:#DDDDDD;" id="makefile_part" class="showInline"> <name>,
|
167
|
+
<span class="help" onMouseover="showMakefileLib()" onMouseout="notip()">lib</span>: <lib>,
|
168
|
+
<span class="help" onMouseover="showMakefileTarget()" onMouseout="notip()">target</span>: <target>,
|
169
|
+
<span class="help" onMouseover="showMakefilePathTo()" onMouseout="notip()">pathTo</span>: <paths>,
|
170
|
+
<span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
|
171
|
+
<span class="help" onMouseover="showStepFilter()" onMouseout="notip()">filter</span>: <name>,
|
172
|
+
<span class="help" onMouseover="showValidExitCodes()" onMouseout="notip()">validExitCodes</span>: <[array]> {<br>
|
173
|
+
<span class="help" onMouseover="showMakefileFlags()" onMouseout="notip()">Flags</span> <flags><br>
|
174
|
+
}<br>
|
175
|
+
</span>
|
176
|
+
<span style="background-color:#DDDDDD;" id="commandline_part" class="hide"><line>,
|
177
|
+
<span class="help" onMouseover="showStepDefault()" onMouseout="notip()">default</span>: on|off,
|
178
|
+
<span class="help" onMouseover="showStepFilter()" onMouseout="notip()">filter</span>: <name>,
|
179
|
+
<span class="help" onMouseover="showValidExitCodes()" onMouseout="notip()">validExitCodes</span>: <[array]>
|
180
|
+
</span>
|
181
|
+
<br></span><br></span>
|
182
|
+
}<br>
|
183
|
+
}<br>
|
184
|
+
|
185
|
+
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
|
190
|
+
|
191
|
+
<div id="dhtmltooltip"></div>
|
192
|
+
|
193
|
+
<script type="text/javascript">
|
194
|
+
|
195
|
+
|
196
|
+
function showProject() {
|
197
|
+
str = 'A bake project is very similiar to a project in Eclipse, Visual Studio, etc.<br>'+
|
198
|
+
'The name of the project is the directory name of the Project.meta file.'
|
199
|
+
ddrivetip("Project", "Yes", "1", "-",str)
|
200
|
+
}
|
201
|
+
|
202
|
+
function showDefaultConfig() {
|
203
|
+
str = 'Default configuration which is used if not explicitly specified on command line or Dependency definition.<br><br>'+
|
204
|
+
'Examples:<br>'+
|
205
|
+
'# Project.meta:<br>'+
|
206
|
+
'Dependency canDriver # uses default config of canDriver project<br>'+
|
207
|
+
'# Command line:<br>'+
|
208
|
+
'bake -m folder/dir/projABC # builds default config of project projABC'
|
209
|
+
ddrivetip("defaukt", "No", "-", "-",str)
|
210
|
+
}
|
211
|
+
|
212
|
+
function showResponsible() {
|
213
|
+
str = "Specify all responsible persons of the project."
|
214
|
+
ddrivetip("Responsible", "No,", "0..1", "-",str)
|
215
|
+
}
|
216
|
+
|
217
|
+
function showDescription() {
|
218
|
+
str = 'Description of the project.'
|
219
|
+
ddrivetip("Description", "No", "0..1", "-",str)
|
220
|
+
}
|
221
|
+
|
222
|
+
|
223
|
+
function showPerson() {
|
224
|
+
str = 'Person who is responsible for the project.'
|
225
|
+
ddrivetip("Person", "No", "0..1", "-",str)
|
226
|
+
}
|
227
|
+
|
228
|
+
function showPersonEmail() {
|
229
|
+
str = 'Use always double quotes (") for the email address.'
|
230
|
+
ddrivetip("email", "No", "-", "-",str)
|
231
|
+
}
|
232
|
+
|
233
|
+
function showExecutableConfig() {
|
234
|
+
document.getElementById('libExe_part').className="show"
|
235
|
+
document.getElementById('exe_part').className="show"
|
236
|
+
document.getElementById('custom_part').className="hide"
|
237
|
+
document.getElementById('executableConfig').className="showRadio"
|
238
|
+
document.getElementById('libraryConfig').className="hideRadio"
|
239
|
+
document.getElementById('customConfig').className="hideRadio"
|
240
|
+
|
241
|
+
str = 'This is the main config of an application. This is the only config type which has dependencies.'
|
242
|
+
ddrivetip("ExecutableConfig", "No","0..n","-",str)
|
243
|
+
}
|
244
|
+
|
245
|
+
function showLibraryConfig() {
|
246
|
+
document.getElementById('libExe_part').className="show"
|
247
|
+
document.getElementById('exe_part').className="hide"
|
248
|
+
document.getElementById('custom_part').className="hide"
|
249
|
+
document.getElementById('executableConfig').className="hideRadio"
|
250
|
+
document.getElementById('libraryConfig').className="showRadio"
|
251
|
+
document.getElementById('customConfig').className="hideRadio"
|
252
|
+
|
253
|
+
str = 'This config is used for a source library. The library will be linked automatically to the executable.'
|
254
|
+
ddrivetip("LibraryConfig", "No","0..n","-",str)
|
255
|
+
}
|
256
|
+
|
257
|
+
function showCustomConfig() {
|
258
|
+
document.getElementById('libExe_part').className="hide"
|
259
|
+
document.getElementById('exe_part').className="hide"
|
260
|
+
document.getElementById('custom_part').className="show"
|
261
|
+
document.getElementById('executableConfig').className="hideRadio"
|
262
|
+
document.getElementById('libraryConfig').className="hideRadio"
|
263
|
+
document.getElementById('customConfig').className="showRadio"
|
264
|
+
|
265
|
+
str = 'This config is used for special projects, e.g. for Makefile projects.<br>'+
|
266
|
+
'It is valid to leave a CustomConfig completely empty - nothing will be done in that case.'
|
267
|
+
ddrivetip("CustomConfig", "No","0..n","-",str)
|
268
|
+
}
|
269
|
+
|
270
|
+
function showExternalLibrary() {
|
271
|
+
str = 'Every config can specify libs which have to be linked to the executable.<br>'+
|
272
|
+
'It\'s possible to add a path, e.g.:<br>'+
|
273
|
+
'<i> ExternalLibrary "xy/z/ab"</i><br>'+
|
274
|
+
'In this case the lib "ab" is added to the linker command line as well as the lib search path "xy/z".<br>'+
|
275
|
+
'Note, that the linker will look for "libab.a".'
|
276
|
+
ddrivetip("ExternalLibrary", "No","0..n","-",str)
|
277
|
+
}
|
278
|
+
|
279
|
+
function showExternalLibrarySearch() {
|
280
|
+
str = 'If the attribute "search: false" is specified, the lib will not be searched but linked with the full name, e.g.<br>'+
|
281
|
+
'<i> ExternalLibrary "xy/z/libpq.a", search: false</i><br>'+
|
282
|
+
'will link "xy/z/libpq.a" to the executable.<br>'+
|
283
|
+
'It is also possible to specify an object file when using "search: false".'
|
284
|
+
ddrivetip("search", "No","-","true",str)
|
285
|
+
}
|
286
|
+
|
287
|
+
function showUserLibrary() {
|
288
|
+
str = 'A user library will be linked <i>before</i> any other libraries or objects to the executable.<br>'+
|
289
|
+
'It is also possible to specify an object file.<br>'+
|
290
|
+
'The library will be searched like an ExternalLibrary, but with the full name, e.g.<br>'+
|
291
|
+
'<i> UserLibrary "xy/z/libUser.a"</i><br>'+
|
292
|
+
'<i> UserLibrary "xy/z/something.o"</i><br>'+
|
293
|
+
'will link "libUser.a" and "something.o" before regular objects and libraries.<br>'+
|
294
|
+
'"xy/z" will be added as an ExternalLibrarySearchPath.'
|
295
|
+
ddrivetip("UserLibrary", "No","0..n","-",str)
|
296
|
+
}
|
297
|
+
|
298
|
+
function showExternalLibrarySearchPath() {
|
299
|
+
str = 'The linker looks for libraries in search paths.<br>'+
|
300
|
+
'Search paths can be defined implicitly by ExternalLibrary/UserLibrary or explicitly by this tag.'
|
301
|
+
ddrivetip("ExternalLibrarySearchPath", "No","0..n","-",str)
|
302
|
+
}
|
303
|
+
|
304
|
+
function showPreSteps() {
|
305
|
+
str = 'PreSteps are executed before compiling files of the project.<br>'+
|
306
|
+
'The number of steps are not limited.<br>'+
|
307
|
+
'If a step fails, all further steps of the project will be skipped.'
|
308
|
+
ddrivetip("PreSteps", "No","0..1","-",str)
|
309
|
+
}
|
310
|
+
|
311
|
+
function showPostSteps() {
|
312
|
+
str = 'PostSteps are executed after the main task of the project, e.g. linking an executable.<br>'+
|
313
|
+
'The number of steps are not limited.<br>'+
|
314
|
+
'If a step fails, all further steps of the project will be skipped.'
|
315
|
+
ddrivetip("PostSteps", "No","0..1","-",str)
|
316
|
+
}
|
317
|
+
|
318
|
+
function showStartupSteps() {
|
319
|
+
str = 'StartupSteps of ALL projects are executed before building the first project.<br>'+
|
320
|
+
'The number of steps are not limited.<br>'+
|
321
|
+
'If a step fails, all further startup steps of the project will be skipped.'
|
322
|
+
ddrivetip("StartupSteps", "No","0..1","-",str)
|
323
|
+
}
|
324
|
+
|
325
|
+
function showExitSteps() {
|
326
|
+
str = 'ExitSteps of ALL projects are executed after building complete workspace even if the build has failed.<br>'+
|
327
|
+
'The number of steps are not limited.<br>'+
|
328
|
+
'If a step fails, all further exit steps of the project will be skipped.'
|
329
|
+
ddrivetip("ExitSteps", "No","0..1","-",str)
|
330
|
+
}
|
331
|
+
|
332
|
+
function showStepDefault() {
|
333
|
+
str = 'Specifies if a step will be executed by default.<br>'+
|
334
|
+
'Disabling a step by default is useful if the step shall not be executed every build, e.g. special steps for releasing a software or some kind of developer test steps.'
|
335
|
+
ddrivetip("default", "No","-","on",str)
|
336
|
+
}
|
337
|
+
|
338
|
+
function showStepFilter() {
|
339
|
+
str = 'A step can be switched on or off explicitly regardless of the "default" attribute with the command line options<br>'+
|
340
|
+
'<i> --include_filter <filter name></i><br>'+
|
341
|
+
'<i> --exclude_filter <filter name></i><br>'
|
342
|
+
ddrivetip("filter", "No","-","-",str)
|
343
|
+
}
|
344
|
+
|
345
|
+
function showValidExitCodes() {
|
346
|
+
str = 'Define it as an array, e.g.:<br>'+
|
347
|
+
'..., validExitCodes: [200,201,202]'
|
348
|
+
ddrivetip("validExitCodes", "No","-","[0]",str)
|
349
|
+
}
|
350
|
+
|
351
|
+
|
352
|
+
function getMakefileDesc() {
|
353
|
+
return 'Makefile to be started, e.g.:<br>'+
|
354
|
+
'<i> Makefile "subDir/makefile"</i><br>'
|
355
|
+
}
|
356
|
+
|
357
|
+
function showMakefile() {
|
358
|
+
ddrivetip("Makefile", "No","0..n","-",getMakefileDesc())
|
359
|
+
}
|
360
|
+
|
361
|
+
function showMakefileLib() {
|
362
|
+
str = 'If the result of the makefile is a library which shall be linked to the executable, name it here.'
|
363
|
+
ddrivetip("lib", "No","-","-",str)
|
364
|
+
}
|
365
|
+
|
366
|
+
function showMakefileTarget() {
|
367
|
+
str = 'The target of the makefile.'
|
368
|
+
ddrivetip("target", "No","-","all",str)
|
369
|
+
}
|
370
|
+
|
371
|
+
function showMakefilePathTo() {
|
372
|
+
str = 'Comma separated list, e.g. "common, abc, xy".<br>'+
|
373
|
+
'The makefile can use variables like $(PATH_TO_common). This is very useful if paths to other projects are needed in the makefile.<br>'+
|
374
|
+
'Remember that more than one workspace root can exist and a hardcoded "../common" is not reliable in that case.<br>'+
|
375
|
+
'$(PATH_TO_common) will result in the path from the parent directory of the current project to the common project without the common directory itself. '+
|
376
|
+
'So if the current project and the common project have the same parent folder, the string will be empty.<br>'+
|
377
|
+
'Example:<br>'+
|
378
|
+
'makefile: c:\\workspaceroot\\yourProject\\makefile<br>'+
|
379
|
+
'usage in makefile: gcc -I$../../$(PATH_TO_common)common/include ...<br>'+
|
380
|
+
'It\'s done like this due to compatibility reasons.'
|
381
|
+
ddrivetip("pathTo", "No","-","-",str)
|
382
|
+
}
|
383
|
+
|
384
|
+
function showMakefileFlags() {
|
385
|
+
ddrivetip("Flags", "No","0..n","-j","Additional makefile flags.")
|
386
|
+
}
|
387
|
+
|
388
|
+
function getCommandLineDesc() {
|
389
|
+
return 'A command to execute, e.g.:<br>'+
|
390
|
+
'<i> CommandLine "ddump -Ruv -y 0xFFFFF -oRelease/application.bin Release/application.elf"</i><br>'+
|
391
|
+
'<i> CommandLine "echo Hello world!"</i><br>'
|
392
|
+
}
|
393
|
+
|
394
|
+
function showCommandLine() {
|
395
|
+
ddrivetip("CommandLine", "No","0..n","-",getCommandLineDesc())
|
396
|
+
}
|
397
|
+
|
398
|
+
|
399
|
+
function showEclipseOrder() {
|
400
|
+
str = 'If not specified or false, all files are compiled in alphabetical order using their full names.<p>'+
|
401
|
+
'If true, files are compiled in alphabetical order within a folder, '+
|
402
|
+
'but the folders are sorted in reverse alphabetical order.<br>'+
|
403
|
+
'This is only used for backward compatibility.'
|
404
|
+
ddrivetip("eclipseOrder", "No","-","false",str)
|
405
|
+
}
|
406
|
+
|
407
|
+
function showOutputDir() {
|
408
|
+
str = 'Specifies the output folder.<p>'+
|
409
|
+
'Use always relative paths, not absolute paths due to portability.<p>'+
|
410
|
+
'Use always "/" and not "\\".<p>'+
|
411
|
+
'If the first part of the path is equal to a project name, it is used as a shortcut to this project root. <br>'+
|
412
|
+
'To avoid this magic, use something like this: <br>'+
|
413
|
+
'<i> IncludeDir "./abc/include"</i><br>'
|
414
|
+
ddrivetip("outputdir", "No","0..1","-",str)
|
415
|
+
}
|
416
|
+
|
417
|
+
function showExtends() {
|
418
|
+
ddrivetip("extends", "No","0..1","-","Inherit settings from a parent config.<br>For more information see docu page 'Derive configs'.")
|
419
|
+
}
|
420
|
+
|
421
|
+
function showFiles() {
|
422
|
+
str = 'Specifies the files to build.<br>'+
|
423
|
+
'It\'s valid to specify a single file, e.g.<br>'+
|
424
|
+
'<i> Files "src/abc/def.asm"</i><br>'+
|
425
|
+
'or a pattern, e.g.<br>'+
|
426
|
+
'<i> Files "*/**/.cpp"</i><br>'+
|
427
|
+
'which builds all files with the ending ".cpp" in all subdirectories.<br>'+
|
428
|
+
'Note: ".." is not allowed in the file path. All files must be located within the project.<br>'+
|
429
|
+
'Note: if patterns are used, Flags and Define are ignored.'
|
430
|
+
ddrivetip("Files", "No","0..n","-",str)
|
431
|
+
}
|
432
|
+
|
433
|
+
function showExcludeFiles() {
|
434
|
+
str = 'Used to ignore files or directories.<br>'+
|
435
|
+
'ExcludeFiles has higher priority than Files.'
|
436
|
+
ddrivetip("ExcludeFiles", "No","0..n","-",str)
|
437
|
+
}
|
438
|
+
|
439
|
+
function showIncludeDir() {
|
440
|
+
str = 'Specifies the include directories for the assembler, C and C++ compiler.<p>'+
|
441
|
+
'Use always relative paths, not absolute paths due to portability.<p>'+
|
442
|
+
'Use always "/" and not "\\".<p>'+
|
443
|
+
'It is possible to work with different workspace roots. Do not include something like this: <br>'+
|
444
|
+
'<i> IncludeDir "../abc/include"</i><br>'+
|
445
|
+
'but<br>'+
|
446
|
+
'<i> IncludeDir "abc/include"</i><br>'+
|
447
|
+
'because it may happen, that abc does not exist in the same root as the current project. The path to abc will be calculated automatically.<p>'+
|
448
|
+
'To include directories of the current project, the project name can be omitted like this:<br>'+
|
449
|
+
'<i> IncludeDir "include"</i><br>'+
|
450
|
+
'<i> IncludeDir "generated/include"</i><br>'
|
451
|
+
ddrivetip("IncludeDir", "No","0..n","-",str)
|
452
|
+
}
|
453
|
+
|
454
|
+
function showInherit() {
|
455
|
+
str = 'Inherits the include to all projects, which depend on this project.'
|
456
|
+
ddrivetip("inherit", "No","0..1","false",str)
|
457
|
+
}
|
458
|
+
|
459
|
+
function showInfix() {
|
460
|
+
str = 'Injects the include path to all childs, either at the front (e.g. for mocking code) or at the end.'
|
461
|
+
ddrivetip("infix", "No","0..1","-",str)
|
462
|
+
}
|
463
|
+
|
464
|
+
function showSet() {
|
465
|
+
str = 'Sets a variable for this and all dependent projects.<br>'+
|
466
|
+
'The variable can be a simple value or the result of a cmd, e.g. \"cat myVar.txt\".'
|
467
|
+
ddrivetip("Set", "No","0..n","-",str)
|
468
|
+
}
|
469
|
+
|
470
|
+
function showEnv() {
|
471
|
+
str = 'Stores the variable also in system environment, which makes it available in everything which is executed by bake, e.g. in Pre- and PostSteps.'
|
472
|
+
ddrivetip("env", "No","-","false",str)
|
473
|
+
}
|
474
|
+
|
475
|
+
function showDependency() {
|
476
|
+
str = 'Specifies another project to be built before this project.<br>'+
|
477
|
+
'The archive, linker libs and search paths are imported from this project to the this project automatically.<br>'+
|
478
|
+
'If you omit the project, the current project will be used.<br>'+
|
479
|
+
'If you omit the config name, the default config will be used.<br>'+
|
480
|
+
'<b>Examples:</b><br>'+
|
481
|
+
' <i>Dependency gtest, config: lib<br>'+
|
482
|
+
' Dependency "my/folder/proj"</i>'
|
483
|
+
ddrivetip("Dependency", "No","0..n","-",str)
|
484
|
+
}
|
485
|
+
|
486
|
+
function showDependencyConfig() {
|
487
|
+
str = 'Config name of the project to build.'
|
488
|
+
ddrivetip("config", "Yes","-","-",str)
|
489
|
+
}
|
490
|
+
|
491
|
+
function showLinkerScript() {
|
492
|
+
str = 'Specifies the name including path of the linker script.'
|
493
|
+
ddrivetip("Dependency", "No","0..1","-",str)
|
494
|
+
}
|
495
|
+
|
496
|
+
function showMapFile() {
|
497
|
+
str = 'A mapfile will be written by the linker.'
|
498
|
+
ddrivetip("MapFile", "No","0..1","If name attribute is omitted: $(OutputDir)/$(ArtifactNameBase).map",str)
|
499
|
+
}
|
500
|
+
|
501
|
+
function showArtifactName() {
|
502
|
+
str = 'The artifact name inclusive file ending.<br>'+
|
503
|
+
'The artifact will be placed in the output directory.'
|
504
|
+
ddrivetip("ArtifactName","No","0..1","The project name and as file ending the default linker file ending.",str)
|
505
|
+
}
|
506
|
+
|
507
|
+
function showMakefileCustom() {
|
508
|
+
document.getElementById('makefile_part').className="showInline"
|
509
|
+
document.getElementById('commandline_part').className="hide"
|
510
|
+
document.getElementById('makefile').className="showRadio"
|
511
|
+
document.getElementById('commandline').className="hideRadio"
|
512
|
+
ddrivetip("Makefile", "No","0..1 - Either Makefile or CommandLine","-",getMakefileDesc())
|
513
|
+
}
|
514
|
+
|
515
|
+
function showCommandlineCustom() {
|
516
|
+
document.getElementById('makefile_part').className="hide"
|
517
|
+
document.getElementById('commandline_part').className="showInline"
|
518
|
+
document.getElementById('makefile').className="hideRadio"
|
519
|
+
document.getElementById('commandline').className="showRadio"
|
520
|
+
ddrivetip("CommandLine", "No","0..1 - Either Makefile or CommandLine","-",getCommandLineDesc())
|
521
|
+
}
|
522
|
+
|
523
|
+
function flagExample() {
|
524
|
+
return "<br>For removing flags use regular expressions which can be interpreted by ruby.<br>"+
|
525
|
+
"Regex options for start and stop string are automatically added in order to avoid substring matches.<br><br>"+
|
526
|
+
"Flag strings are always splitted at spaces and computed individually.<br><br>"+
|
527
|
+
"<b>Examples:</b><br>"+
|
528
|
+
" <i>Flags \"-x -y\"</i> overwrites the inherited flags<br><br>"+
|
529
|
+
" <i>Flags add: \"-x -y\"</i> adds -x and -y if not exist<br><br>"+
|
530
|
+
" <i>Flags remove: \"-x -y\"</i> removes -x and -y if exist<br><br>"+
|
531
|
+
" It is possible to combine the attributes like this:<br>"+
|
532
|
+
" <i>Flags remove: \"-x\", add: \"-y\"</i><br><br>"+
|
533
|
+
" To remove -g followed by any string, e.g. -g3, the command is:<br>"+
|
534
|
+
" <i>Flags remove: \"-g.*\"</i><br>"+
|
535
|
+
" An inherited flag string \"-abc -g3 -xy\" will end up in \"-abc -xy\"."
|
536
|
+
}
|
537
|
+
|
538
|
+
|
539
|
+
function showToolchainProject() {
|
540
|
+
str = 'Toolchain adaptions for a project.'
|
541
|
+
ddrivetip("Toolchain", "No","0..1","The DefaultToolchain settings from the main project",str)
|
542
|
+
}
|
543
|
+
|
544
|
+
function showDefaultToolchain() {
|
545
|
+
str = 'Settings which are valid for all projects and files unless they will be overwritten.<br>'+
|
546
|
+
'The attribute "basedOn" specifies the basic toolchain configuration provided by bake, e.g. "GCC", "Diab", etc.'
|
547
|
+
ddrivetip("DefaultToolchain", "In main project","0..1","-",str)
|
548
|
+
}
|
549
|
+
|
550
|
+
function showFilesFlags() {
|
551
|
+
ddrivetip("Flags", "No","0..n","Flags from project","Flags from the project can be overwritten, extended or (partly) removed.<br>"+flagExample())
|
552
|
+
}
|
553
|
+
|
554
|
+
function showFilesDefine() {
|
555
|
+
ddrivetip("Define", "No","0..n","-","Defines which are valid only for a specific file.")
|
556
|
+
}
|
557
|
+
|
558
|
+
function showFlags() {
|
559
|
+
ddrivetip("Flags", "No","0..n","Flags from DefaultToolchain","Flags from the DefaultToolchain can be overwritten, extended or (partly) removed.<br>"+flagExample())
|
560
|
+
}
|
561
|
+
|
562
|
+
function showDefine() {
|
563
|
+
ddrivetip("Define", "No","0..n","-","Defines valid for all files in the project.")
|
564
|
+
}
|
565
|
+
|
566
|
+
function showLibPrefixFlags() {
|
567
|
+
ddrivetip("LibPrefixFlags", "No","0..n","-","Linker libs can be prefixed if needed, e.g. with \"-Wl,--whole-archive\".")
|
568
|
+
}
|
569
|
+
|
570
|
+
function showLibPostfixFlags() {
|
571
|
+
ddrivetip("LibPostfixFlags", "No","0..n","-","Linker libs can be postfixed if needed, e.g. with \"-Wl,--no-whole-archive\".")
|
572
|
+
}
|
573
|
+
|
574
|
+
function showCompiler() {
|
575
|
+
ddrivetip("Compiler", "No","0..3 (for each compiler type: ASM, CPP, C)","-","Flags and defines can be specified independently for each compiler type.")
|
576
|
+
}
|
577
|
+
|
578
|
+
function showArchiver() {
|
579
|
+
ddrivetip("Archiver", "No","0..1","-","Settings for the archiver.")
|
580
|
+
}
|
581
|
+
|
582
|
+
function showLinker() {
|
583
|
+
ddrivetip("Linker", "No","0..1","-","Makes sense only for ExecutableConfigs.")
|
584
|
+
}
|
585
|
+
|
586
|
+
function showLintPolicy() {
|
587
|
+
ddrivetip("LintPolicy", "No","0..n","-","lnt-file - but it can be used for any other command line option for Lint.")
|
588
|
+
}
|
589
|
+
|
590
|
+
function showDocu() {
|
591
|
+
ddrivetip("Docu", "No","0..1","-","Command to build the documentation. e.g.:<br>doxygen main.cfg")
|
592
|
+
}
|
593
|
+
|
594
|
+
function showDefaultFlags() {
|
595
|
+
ddrivetip("Flags", "No","0..n","-","Default flags.")
|
596
|
+
}
|
597
|
+
|
598
|
+
function showDefaultDefine() {
|
599
|
+
ddrivetip("Define", "No","0..n","-","Defines which are valid for all files.")
|
600
|
+
}
|
601
|
+
|
602
|
+
function showInternalDefines() {
|
603
|
+
ddrivetip("InternalDefines", "No","0..1","-","File with list of compiler internal defines.<br>One define per line.<br>Empty lines and comments with # are allowed.")
|
604
|
+
}
|
605
|
+
|
606
|
+
function showInternalIncludes() {
|
607
|
+
ddrivetip("InternalIncludes", "No","0..1","-","File with list of compiler internal include folders.<br>One folder per line.<br>Empty lines and comments with # are allowed.")
|
608
|
+
}
|
609
|
+
|
610
|
+
function showDefaultCompiler() {
|
611
|
+
ddrivetip("Compiler", "No","0..3 (for each compiler type: ASM, CPP, C)","-","Default compiler settings.")
|
612
|
+
}
|
613
|
+
|
614
|
+
function showDefaultArchiver() {
|
615
|
+
ddrivetip("Archiver", "No","0..1","-","Default settings for the archiver.")
|
616
|
+
}
|
617
|
+
|
618
|
+
function showDefaultLinker() {
|
619
|
+
ddrivetip("Linker", "No","0..1","-","Default settings for the linker.")
|
620
|
+
}
|
621
|
+
|
622
|
+
function showDefaultLintPolicy() {
|
623
|
+
ddrivetip("LintPolicy", "No","0..n","-","lnt-file - but it can be used for any other command line option for Lint.")
|
624
|
+
}
|
625
|
+
|
626
|
+
function showCommand() {
|
627
|
+
ddrivetip("command", "No","-","Depending on toolchain, e.g. \"gcc\"","Change command, e.g. \"$(PATH_TO_EXE)/gcc_speciale.exe\"")
|
628
|
+
}
|
629
|
+
|
630
|
+
|
631
|
+
|
632
|
+
var offsetxpoint=20 //Customize x offset of tooltip
|
633
|
+
var offsetypoint=20 //Customize y offset of tooltip
|
634
|
+
var ie=document.all
|
635
|
+
var ns6=document.getElementById && !document.all
|
636
|
+
var enabletip=false
|
637
|
+
if (ie||ns6)
|
638
|
+
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
|
639
|
+
|
640
|
+
function ietruebody(){
|
641
|
+
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
|
642
|
+
}
|
643
|
+
|
644
|
+
function ddrivetip(item, manda, quan, def, desc){
|
645
|
+
if (ns6||ie){
|
646
|
+
|
647
|
+
var abc=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth
|
648
|
+
|
649
|
+
tipobj.style.width=(abc/2-offsetxpoint*2).toString()+"px"
|
650
|
+
tipobj.style.backgroundColor="#DDFFDD"
|
651
|
+
tipobj.innerHTML="<b><u>"+item+"</u><br><br>Mandatory:</b> "+manda+"<br><b>Quantity</b>: "+quan+"<br><b>Default</b>: "+def+"<br><br><b>Description</b>:<br>"+desc
|
652
|
+
enabletip=true
|
653
|
+
return false
|
654
|
+
}
|
655
|
+
}
|
656
|
+
|
657
|
+
function positiontip(e){
|
658
|
+
if (enabletip){
|
659
|
+
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
|
660
|
+
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
|
661
|
+
//Find out how close the mouse is to the corner of the window
|
662
|
+
var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint
|
663
|
+
var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint*2 : window.innerHeight-e.clientY-offsetypoint
|
664
|
+
var bottom=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight
|
665
|
+
|
666
|
+
var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
|
667
|
+
|
668
|
+
//if the horizontal distance isn't enough to accomodate the width of the context menu
|
669
|
+
if (rightedge<tipobj.offsetWidth+offsetxpoint/2)
|
670
|
+
//move the horizontal position of the menu to the left by it's width
|
671
|
+
tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth-offsetxpoint+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth-offsetxpoint+"px"
|
672
|
+
else if (curX<leftedge)
|
673
|
+
tipobj.style.left="5px"
|
674
|
+
else
|
675
|
+
//position the horizontal position of the menu where the mouse is positioned
|
676
|
+
tipobj.style.left=curX+offsetxpoint+"px"
|
677
|
+
|
678
|
+
//same concept with the vertical position
|
679
|
+
if (bottomedge<tipobj.offsetHeight)
|
680
|
+
tipobj.style.top=ie? ietruebody().scrollTop+bottom-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+bottom-tipobj.offsetHeight-offsetypoint+"px"
|
681
|
+
else
|
682
|
+
tipobj.style.top=curY+offsetypoint+"px"
|
683
|
+
tipobj.style.visibility="visible"
|
684
|
+
}
|
685
|
+
}
|
686
|
+
|
687
|
+
function notip(){
|
688
|
+
if (ns6||ie){
|
689
|
+
enabletip=false
|
690
|
+
tipobj.style.visibility="hidden"
|
691
|
+
tipobj.style.left="-1000px"
|
692
|
+
tipobj.style.backgroundColor=''
|
693
|
+
tipobj.style.width=''
|
694
|
+
}
|
695
|
+
}
|
696
|
+
|
697
|
+
document.onmousemove=positiontip
|
698
|
+
|
699
|
+
</script>
|
700
|
+
|
701
|
+
</td></table>
|
702
|
+
|
703
|
+
</body>
|
704
|
+
</html>
|