bake-toolkit 2.11.2 → 2.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,735 @@
|
|
|
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>Changelog — 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="next" title="License" href="license.html" />
|
|
33
|
+
<link rel="prev" title="Known Issues" href="known_issues.html" />
|
|
34
|
+
<meta charset='utf-8'>
|
|
35
|
+
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
|
36
|
+
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
|
37
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
38
|
+
|
|
39
|
+
</head>
|
|
40
|
+
<body role="document">
|
|
41
|
+
|
|
42
|
+
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
|
43
|
+
<div class="container">
|
|
44
|
+
<div class="navbar-header">
|
|
45
|
+
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
|
46
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
|
47
|
+
<span class="icon-bar"></span>
|
|
48
|
+
<span class="icon-bar"></span>
|
|
49
|
+
<span class="icon-bar"></span>
|
|
50
|
+
</button>
|
|
51
|
+
<a class="navbar-brand" href="index.html">
|
|
52
|
+
bake</a>
|
|
53
|
+
<span class="navbar-text navbar-version pull-left"><b>2.11.2</b></span>
|
|
54
|
+
</div>
|
|
55
|
+
|
|
56
|
+
<div class="collapse navbar-collapse nav-collapse">
|
|
57
|
+
<ul class="nav navbar-nav">
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
<li class="dropdown globaltoc-container">
|
|
61
|
+
<a role="button"
|
|
62
|
+
id="dLabelGlobalToc"
|
|
63
|
+
data-toggle="dropdown"
|
|
64
|
+
data-target="#"
|
|
65
|
+
href="index.html">Section <b class="caret"></b></a>
|
|
66
|
+
<ul class="dropdown-menu globaltoc"
|
|
67
|
+
role="menu"
|
|
68
|
+
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
|
69
|
+
<li class="toctree-l1"><a class="reference internal" href="why_bake/why_bake.html">Why you should use bake</a></li>
|
|
70
|
+
<li class="toctree-l1"><a class="reference internal" href="install/install_bake.html">Install bake</a></li>
|
|
71
|
+
<li class="toctree-l1"><a class="reference internal" href="quickstart/quickstart.html">Quickstart</a></li>
|
|
72
|
+
<li class="toctree-l1"><a class="reference internal" href="concepts/concepts.html">Concepts</a></li>
|
|
73
|
+
<li class="toctree-l1"><a class="reference internal" href="syntax/syntax.html">Syntax</a></li>
|
|
74
|
+
<li class="toctree-l1"><a class="reference internal" href="commandline/commandline.html">Commandline</a></li>
|
|
75
|
+
<li class="toctree-l1"><a class="reference internal" href="ide/ide_integrations.html">IDE Support</a></li>
|
|
76
|
+
<li class="toctree-l1"><a class="reference internal" href="tips_and_tricks/tips_and_tricks.html">Tips and Tricks</a></li>
|
|
77
|
+
<li class="toctree-l1"><a class="reference internal" href="performance/performance.html">Performance</a></li>
|
|
78
|
+
<li class="toctree-l1"><a class="reference internal" href="known_issues.html">Known Issues</a></li>
|
|
79
|
+
<li class="toctree-l1 current"><a class="current reference internal" href="">Changelog</a></li>
|
|
80
|
+
<li class="toctree-l1"><a class="reference internal" href="license.html">License</a></li>
|
|
81
|
+
</ul>
|
|
82
|
+
<ul>
|
|
83
|
+
<li class="toctree-l1"><a class="reference internal" href="internal.html">Internal developing notes</a></li>
|
|
84
|
+
</ul>
|
|
85
|
+
</ul>
|
|
86
|
+
</li>
|
|
87
|
+
|
|
88
|
+
<li class="dropdown">
|
|
89
|
+
<a role="button"
|
|
90
|
+
id="dLabelLocalToc"
|
|
91
|
+
data-toggle="dropdown"
|
|
92
|
+
data-target="#"
|
|
93
|
+
href="#">SubSections <b class="caret"></b></a>
|
|
94
|
+
<ul class="dropdown-menu localtoc"
|
|
95
|
+
role="menu"
|
|
96
|
+
aria-labelledby="dLabelLocalToc"><ul>
|
|
97
|
+
<li><a class="reference internal" href="#">Changelog</a></li>
|
|
98
|
+
</ul>
|
|
99
|
+
</ul>
|
|
100
|
+
</li>
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
<li>
|
|
107
|
+
<a href="known_issues.html" title="Previous Chapter: Known Issues"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Known Issues</span>
|
|
108
|
+
</a>
|
|
109
|
+
</li>
|
|
110
|
+
<li>
|
|
111
|
+
<a href="license.html" title="Next Chapter: License"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">License »</span>
|
|
112
|
+
</a>
|
|
113
|
+
</li>
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
</ul>
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
<form class="navbar-form navbar-right" action="search.html" method="get">
|
|
124
|
+
<div class="form-group">
|
|
125
|
+
<input type="text" name="q" class="form-control" placeholder="Search" />
|
|
126
|
+
</div>
|
|
127
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
|
128
|
+
<input type="hidden" name="area" value="default" />
|
|
129
|
+
</form>
|
|
130
|
+
|
|
131
|
+
</div>
|
|
132
|
+
</div>
|
|
133
|
+
</div>
|
|
134
|
+
|
|
135
|
+
<div class="container">
|
|
136
|
+
<div class="row">
|
|
137
|
+
<div class="col-md-12">
|
|
138
|
+
|
|
139
|
+
<div class="section" id="changelog">
|
|
140
|
+
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline">¶</a></h1>
|
|
141
|
+
<dl class="docutils">
|
|
142
|
+
<dt>September 3, 2015 - bake-toolkit 2.11.2</dt>
|
|
143
|
+
<dd><ul class="first last simple">
|
|
144
|
+
<li>Bugfix: all files were always be recompiled with ruby < 1.9.3</li>
|
|
145
|
+
<li>Changed: switched to new docu style, thanks Nico!</li>
|
|
146
|
+
</ul>
|
|
147
|
+
</dd>
|
|
148
|
+
<dt>August 4, 2015 - bake-toolkit 2.11.1</dt>
|
|
149
|
+
<dd><ul class="first last simple">
|
|
150
|
+
<li>Added: project dir output for conversion tool</li>
|
|
151
|
+
<li>Moved: wishlist to github</li>
|
|
152
|
+
</ul>
|
|
153
|
+
</dd>
|
|
154
|
+
<dt>July 31, 2015 - bake-toolkit 2.11.0</dt>
|
|
155
|
+
<dd><ul class="first last simple">
|
|
156
|
+
<li>Added: new parameters for includeDir: inherit and infix</li>
|
|
157
|
+
<li>Added: dependency output for conversion tool</li>
|
|
158
|
+
<li>Bugfix: makefile flags where not used when cleaning the workspace</li>
|
|
159
|
+
</ul>
|
|
160
|
+
</dd>
|
|
161
|
+
<dt>July 6, 2015 - bake-toolkit 2.10.3</dt>
|
|
162
|
+
<dd><ul class="first last simple">
|
|
163
|
+
<li>Bugfix: Build stopped unintentionally when using -r</li>
|
|
164
|
+
</ul>
|
|
165
|
+
</dd>
|
|
166
|
+
<dt>July 3, 2015 - bake-toolkit 2.10.2</dt>
|
|
167
|
+
<dd><ul class="first last simple">
|
|
168
|
+
<li>Bugfix: PostSteps were unintentionally executed if a dependent step (e.g. linking) was not executed due to an error in another project (e.g. compiler error)</li>
|
|
169
|
+
</ul>
|
|
170
|
+
</dd>
|
|
171
|
+
<dt>July 1, 2015 - bake-toolkit 2.10.1</dt>
|
|
172
|
+
<dd><ul class="first last simple">
|
|
173
|
+
<li>Added: Possibility to add descriptions for configs which will be printed when using –show_configs</li>
|
|
174
|
+
<li>Bugfix: link_only did not link only if not all sources of the main project were not built before</li>
|
|
175
|
+
<li>Bugfix: Ctrl-C on command line did not work properly under Linux</li>
|
|
176
|
+
</ul>
|
|
177
|
+
</dd>
|
|
178
|
+
<dt>July 1, 2015 - Eclipse plugin 1.5.1</dt>
|
|
179
|
+
<dd><ul class="first last simple">
|
|
180
|
+
<li>Bugfix: AdjustIncludes broken for subfolder projects (with a “^” in the name)</li>
|
|
181
|
+
<li>Bugfix: Error parser broken for subfolder projects (with a “^” in the name)</li>
|
|
182
|
+
<li>Bugfix: Configs with inherited DefaultToolchain were not selectable to build</li>
|
|
183
|
+
</ul>
|
|
184
|
+
</dd>
|
|
185
|
+
<dt>June 10, 2015 - bake-toolkit 2.9.2</dt>
|
|
186
|
+
<dd><ul class="first last simple">
|
|
187
|
+
<li>Cosmetic: Redundant include directories are now removed before calling the compiler</li>
|
|
188
|
+
<li>Bugfix: Moving cached meta files was not recognized correctly, wrong path references may have been used</li>
|
|
189
|
+
</ul>
|
|
190
|
+
</dd>
|
|
191
|
+
<dt>June 8, 2015 - bake-toolkit 2.9.1</dt>
|
|
192
|
+
<dd><ul class="first last simple">
|
|
193
|
+
<li>Changed: “–doc” replaced by “–show_doc” to avoid confusion</li>
|
|
194
|
+
</ul>
|
|
195
|
+
</dd>
|
|
196
|
+
<dt>June 5, 2015 - bake-toolkit 2.9.0</dt>
|
|
197
|
+
<dd><ul class="first last simple">
|
|
198
|
+
<li>Added: “–create” command line option to create project templates</li>
|
|
199
|
+
<li>Added: “–conversion_info” command line option for bake conversion tool</li>
|
|
200
|
+
<li>Cosmetic: made output clearer if “–link_only” is used for non ExecutableConfigs</li>
|
|
201
|
+
</ul>
|
|
202
|
+
</dd>
|
|
203
|
+
<dt>June 5, 2015 - Eclipse plugin 1.4.5</dt>
|
|
204
|
+
<dd><ul class="first last simple">
|
|
205
|
+
<li>Bugfix: input streams from bake were closed too early under Linux - console window output and AdjustCDT feature should work correctly now</li>
|
|
206
|
+
<li>Added: “Link This Project Only” shortcut added</li>
|
|
207
|
+
<li>Added: Files under “build_*” and ”.bake” are now automatically marked as derived (not shown in “Open Resource” dialog)</li>
|
|
208
|
+
<li>Changed: error message dialog of AdjustCDT now displays the end instead of the beginning of very long error messages</li>
|
|
209
|
+
</ul>
|
|
210
|
+
</dd>
|
|
211
|
+
<dt>May 19, 2015 - bake-toolkit 2.8.0</dt>
|
|
212
|
+
<dd><ul class="first last simple">
|
|
213
|
+
<li>Bugfix: when building a project with -p name, not only name was built, but all projects which start with the string name</li>
|
|
214
|
+
<li>Added: more info why Project.meta files are reloaded</li>
|
|
215
|
+
<li>Added: createVSProjects can create VS2013 projects</li>
|
|
216
|
+
</ul>
|
|
217
|
+
</dd>
|
|
218
|
+
<dt>April 22, 2015 - bake-toolkit 2.7.0</dt>
|
|
219
|
+
<dd><ul class="first last simple">
|
|
220
|
+
<li>Added: possibility to use Eclipse file ordering for compilation (eclipseOrder attribute for DefaultToolchain)</li>
|
|
221
|
+
<li>Changed: $(:) and $(/) are now mapped to Ruby internal variables <a class="reference external" href="File::PATH_SEPARATOR">File::PATH_SEPARATOR</a> and <a class="reference external" href="File::SEPARATOR">File::SEPARATOR</a>.</li>
|
|
222
|
+
<li>This fixes the result in Cygwin/MinGW environments</li>
|
|
223
|
+
<li>Bugfix: cmdline files are now written even if the build step fails</li>
|
|
224
|
+
</ul>
|
|
225
|
+
</dd>
|
|
226
|
+
<dt>April 14, 2015 - bake-toolkit 2.6.0</dt>
|
|
227
|
+
<dd><ul class="first last simple">
|
|
228
|
+
<li>Added: validExitCodes attribute to steps (if a step has valid exit codes != 0)</li>
|
|
229
|
+
<li>Added: StartupSteps and ExitSteps (always executed before and after a build)</li>
|
|
230
|
+
</ul>
|
|
231
|
+
</dd>
|
|
232
|
+
<dt>April 8, 2015 - bake-toolkit 2.5.0</dt>
|
|
233
|
+
<dd><ul class="first last simple">
|
|
234
|
+
<li>Added: OS dependent variable $(:), which is used for setting the PATH variable</li>
|
|
235
|
+
</ul>
|
|
236
|
+
</dd>
|
|
237
|
+
<dt>March 30, 2015 - bake-toolkit 2.4.3</dt>
|
|
238
|
+
<dd><ul class="first last simple">
|
|
239
|
+
<li>Added: If Project.meta files are updated, sources will only be recompiled if necessary</li>
|
|
240
|
+
<li>Added: Set command in Project.meta has now an env attribute to store variables also in system environment which makes them accessible from user scripts</li>
|
|
241
|
+
<li>Added: GCC_ENV toolchain (uses environment variables)</li>
|
|
242
|
+
<li>Added: Improved MSVC support</li>
|
|
243
|
+
</ul>
|
|
244
|
+
</dd>
|
|
245
|
+
<dt>March 16, 2015 - VS plugin 1.0.1</dt>
|
|
246
|
+
<dd><ul class="first last simple">
|
|
247
|
+
<li>Added: Support for VS2013</li>
|
|
248
|
+
</ul>
|
|
249
|
+
</dd>
|
|
250
|
+
<dt>March 12, 2015 - bake-toolkit 2.3.4</dt>
|
|
251
|
+
<dd><ul class="first last simple">
|
|
252
|
+
<li>Changed: Clang command is now “clang” per default instead of llvm-gcc</li>
|
|
253
|
+
<li>Added: CLANG_ANALYZE toolchain</li>
|
|
254
|
+
<li>Added: MSVC toolchain</li>
|
|
255
|
+
<li>Bugfix: some minor fixes</li>
|
|
256
|
+
</ul>
|
|
257
|
+
</dd>
|
|
258
|
+
<dt>February 27, 2015 - Eclipse plugin 1.3.0</dt>
|
|
259
|
+
<dd><ul class="first last simple">
|
|
260
|
+
<li>Added: bake projects with equal names can be imported now</li>
|
|
261
|
+
</ul>
|
|
262
|
+
</dd>
|
|
263
|
+
<dt>February 19, 2015 - bake-toolkit 2.2.2</dt>
|
|
264
|
+
<dd><ul class="first last simple">
|
|
265
|
+
<li>Changed: output dirs are now prefixed with “build_” per default</li>
|
|
266
|
+
<li>Changed: introduced complex variable $(OutputDir,projectName,configName)</li>
|
|
267
|
+
<li>Changed: reworked merge strategy of two configs, especially toolchain options</li>
|
|
268
|
+
<li>Added: variables can be nested now</li>
|
|
269
|
+
<li>Bugfix: fixed dependency header check for Unix when running Windows on a virtual machine</li>
|
|
270
|
+
<li>Bugfix: variable OutputDir did not take overwritten output directory from toolchain into account</li>
|
|
271
|
+
<li>Cosmetic: do not show internal pipes anymore when printing command lines</li>
|
|
272
|
+
</ul>
|
|
273
|
+
</dd>
|
|
274
|
+
<dt>January 26, 2015 - bake-toolkit 2.1.1</dt>
|
|
275
|
+
<dd><ul class="first last simple">
|
|
276
|
+
<li>Bugfix: dependent header file check in 2.1.0 was broken</li>
|
|
277
|
+
<li>Changed: files defined via glob pattern are sorted alphabetically now</li>
|
|
278
|
+
</ul>
|
|
279
|
+
</dd>
|
|
280
|
+
<dt>January 23, 2015 - bake-toolkit 2.1.0</dt>
|
|
281
|
+
<dd><ul class="first last simple">
|
|
282
|
+
<li>Bugfix: fixed crash in warning output if setting variable via cmd did not work</li>
|
|
283
|
+
<li>Workaround: dependent header files are now ignored on Windows if path starts with “/” and file cannot be found</li>
|
|
284
|
+
<li>Changed: output of lint is now ignored, linting will only fails if it cannot be executed</li>
|
|
285
|
+
<li>Changed: introduced new verbose mode -v3, shifted some output to this level</li>
|
|
286
|
+
<li>Added: a dependency project can be specified with parent folders if it is ambiguous, e.g. Dependency “my/folder/proj”, config: lib</li>
|
|
287
|
+
<li>Added: experimental CC2J output</li>
|
|
288
|
+
</ul>
|
|
289
|
+
</dd>
|
|
290
|
+
<dt>January 23, 2015 - Eclipse plugin 1.2.1</dt>
|
|
291
|
+
<dd><ul class="first last simple">
|
|
292
|
+
<li>Bugfix: importing projects with existing .(c)project files may be placed in wrong folder</li>
|
|
293
|
+
</ul>
|
|
294
|
+
</dd>
|
|
295
|
+
<dt>January 15, 2015 - bake-toolkit 2.0.10</dt>
|
|
296
|
+
<dd><ul class="first last simple">
|
|
297
|
+
<li>Bugfix: spaces in paths were not handled correctly in all cases</li>
|
|
298
|
+
<li>Bugfix: dependency files of Keil compiler not treated correctly</li>
|
|
299
|
+
<li>Added: showing why files are built in verbose mode -v2</li>
|
|
300
|
+
<li>Added: whole workspace can be linted now (projects will be linted separately)</li>
|
|
301
|
+
<li>Changed: removed bake-doc command, use bake –doc instead</li>
|
|
302
|
+
<li>Changed: if no default project is specified, possible build configs are shown on command line again like in bake 1.x</li>
|
|
303
|
+
</ul>
|
|
304
|
+
</dd>
|
|
305
|
+
<dt>January 7, 2015 - bake-toolkit 2.0.3</dt>
|
|
306
|
+
<dd><ul class="first last">
|
|
307
|
+
<li><dl class="first docutils">
|
|
308
|
+
<dt>Changed: default configuration is chosen if configuration name is omitted. This applies to command line as well as to Dependency definitions, e.g.:</dt>
|
|
309
|
+
<dd><ul class="first">
|
|
310
|
+
<li><p class="first">Project.meta</p>
|
|
311
|
+
<blockquote>
|
|
312
|
+
<div><div class="highlight-console"><div class="highlight"><pre><span class="go">Dependency canDriver # no config attribute</span>
|
|
313
|
+
</pre></div>
|
|
314
|
+
</div>
|
|
315
|
+
</div></blockquote>
|
|
316
|
+
</li>
|
|
317
|
+
<li><p class="first">Command line</p>
|
|
318
|
+
<blockquote>
|
|
319
|
+
<div><div class="highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~$</span> bake -m bla/myProj
|
|
320
|
+
</pre></div>
|
|
321
|
+
</div>
|
|
322
|
+
</div></blockquote>
|
|
323
|
+
</li>
|
|
324
|
+
</ul>
|
|
325
|
+
<div class="last admonition note">
|
|
326
|
+
<p class="first admonition-title">Note</p>
|
|
327
|
+
<p class="last">To show the possible configs of a project, use the <cite>–show_configs</cite> command line option.</p>
|
|
328
|
+
</div>
|
|
329
|
+
</dd>
|
|
330
|
+
</dl>
|
|
331
|
+
</li>
|
|
332
|
+
<li><p class="first">Changed: more than one config of a project can be used in one build.</p>
|
|
333
|
+
<blockquote>
|
|
334
|
+
<div><p>Example:</p>
|
|
335
|
+
<div class="highlight-console"><div class="highlight"><pre><span class="go">Dependency canDriver, config: C1</span>
|
|
336
|
+
<span class="go">Dependency canDriver, config: C2</span>
|
|
337
|
+
</pre></div>
|
|
338
|
+
</div>
|
|
339
|
+
<p>To reference a config of the current project, omit the project name, e.g.:</p>
|
|
340
|
+
<div class="highlight-console"><div class="highlight"><pre><span class="go">Dependency config: C3</span>
|
|
341
|
+
</pre></div>
|
|
342
|
+
</div>
|
|
343
|
+
<p>To build a single project, you can still use -p command line argument:</p>
|
|
344
|
+
<div class="highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~$</span> bake Debug -p canDriver
|
|
345
|
+
</pre></div>
|
|
346
|
+
</div>
|
|
347
|
+
<p>However, if canDriver has more than one config in the workspace, all configs will be built. To build only a single config, use a comma separator like this:</p>
|
|
348
|
+
<div class="highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~$</span> bake Debug -p canDriver,C1
|
|
349
|
+
</pre></div>
|
|
350
|
+
</div>
|
|
351
|
+
</div></blockquote>
|
|
352
|
+
</li>
|
|
353
|
+
<li><dl class="first docutils">
|
|
354
|
+
<dt>Changed: the default output folder has been changed due to the new feature of having several configs of a project in one workspace.</dt>
|
|
355
|
+
<dd><table border="1" class="first docutils">
|
|
356
|
+
<colgroup>
|
|
357
|
+
<col width="12%" />
|
|
358
|
+
<col width="36%" />
|
|
359
|
+
<col width="53%" />
|
|
360
|
+
</colgroup>
|
|
361
|
+
<thead valign="bottom">
|
|
362
|
+
<tr class="row-odd"><th class="head"></th>
|
|
363
|
+
<th class="head">Old</th>
|
|
364
|
+
<th class="head">New</th>
|
|
365
|
+
</tr>
|
|
366
|
+
</thead>
|
|
367
|
+
<tbody valign="top">
|
|
368
|
+
<tr class="row-even"><td>Main project</td>
|
|
369
|
+
<td>$(MainConfigName)</td>
|
|
370
|
+
<td>$(MainConfigName)</td>
|
|
371
|
+
</tr>
|
|
372
|
+
<tr class="row-odd"><td>Sub Project</td>
|
|
373
|
+
<td>$(MainConfigName)_$(MainProjectName)</td>
|
|
374
|
+
<td>$(SubConfigName)_$(MainProjectName)_$(MainConfigName)</td>
|
|
375
|
+
</tr>
|
|
376
|
+
</tbody>
|
|
377
|
+
</table>
|
|
378
|
+
<div class="last admonition warning">
|
|
379
|
+
<p class="first admonition-title">Warning</p>
|
|
380
|
+
<p>Be careful if you have something like this in Project.meta:</p>
|
|
381
|
+
<div class="highlight-console"><div class="highlight"><pre><span class="go">ExternalLibrary "bspCoreZ6/$(MainConfigName)_$(MainProjectName)/src/coreZ6/startup/startupCode.o", search:false</span>
|
|
382
|
+
</pre></div>
|
|
383
|
+
</div>
|
|
384
|
+
<p class="last">This refers to the old output directory. Change it or if you want to support old and new bake versions,
|
|
385
|
+
write a PreStep which copies the file from the new location to the old one.</p>
|
|
386
|
+
</div>
|
|
387
|
+
</dd>
|
|
388
|
+
</dl>
|
|
389
|
+
</li>
|
|
390
|
+
<li><p class="first">Changed: with -f a pattern can be specified, not only a single file. All files matching this string will be compiled.</p>
|
|
391
|
+
</li>
|
|
392
|
+
<li><p class="first">Changed: variables in Dependency definitions are not allowed anymore to avoid inconsistencies.</p>
|
|
393
|
+
</li>
|
|
394
|
+
<li><p class="first">Changed: no error will be reported anymore if makefile has no clean target.</p>
|
|
395
|
+
</li>
|
|
396
|
+
<li><p class="first">Changed: source files will now be compiled and archived ordered by the Files definition in Project.meta, not by a Eclipse-backward-compatibility-ordering.</p>
|
|
397
|
+
</li>
|
|
398
|
+
<li><p class="first">Changed: reworked some error messages, more error annotations are shown in IDEs</p>
|
|
399
|
+
</li>
|
|
400
|
+
<li><p class="first">Added: “–include_filter” and “–exclude_filter” also work for main step of CustomConfig</p>
|
|
401
|
+
</li>
|
|
402
|
+
<li><p class="first">Added: possibility to add comments in roots.bake</p>
|
|
403
|
+
</li>
|
|
404
|
+
<li><p class="first">Added: new variables CPPPath, CPath, ASMPath, ArchiverPath and LinkerPath. These variables can also be used in InternalDefines and InternalInclude files.</p>
|
|
405
|
+
</li>
|
|
406
|
+
<li><p class="first">Added: lint is not restricted to GCC toolchain anymore.</p>
|
|
407
|
+
</li>
|
|
408
|
+
<li><p class="first">Added: –docu option. Specify the docu command line in Docu tag of the (Default)Toolchain.</p>
|
|
409
|
+
</li>
|
|
410
|
+
<li><p class="first">Removed: support for Ruby 1.8. Use Ruby 1.9 or higher.</p>
|
|
411
|
+
</li>
|
|
412
|
+
<li><p class="first">Removed: dependencies to cxxproject and rake gems</p>
|
|
413
|
+
</li>
|
|
414
|
+
<li><p class="first">Removed: “-j” as default flag when calling makefiles. This must be explicitly specified.</p>
|
|
415
|
+
</li>
|
|
416
|
+
<li><p class="first">Removed: option to check for unnecessary includes</p>
|
|
417
|
+
</li>
|
|
418
|
+
<li><dl class="first docutils">
|
|
419
|
+
<dt>Removed: hardcoded TI compiler commands and flags</dt>
|
|
420
|
+
<dd><table border="1" class="first last docutils">
|
|
421
|
+
<colgroup>
|
|
422
|
+
<col width="21%" />
|
|
423
|
+
<col width="69%" />
|
|
424
|
+
<col width="10%" />
|
|
425
|
+
</colgroup>
|
|
426
|
+
<thead valign="bottom">
|
|
427
|
+
<tr class="row-odd"><th class="head"></th>
|
|
428
|
+
<th class="head">Old</th>
|
|
429
|
+
<th class="head">New</th>
|
|
430
|
+
</tr>
|
|
431
|
+
</thead>
|
|
432
|
+
<tbody valign="top">
|
|
433
|
+
<tr class="row-even"><td>Compiler command</td>
|
|
434
|
+
<td>$(ti_home)/ccsv5/tools/compiler/tms470/bin/cl470</td>
|
|
435
|
+
<td>ti_cl</td>
|
|
436
|
+
</tr>
|
|
437
|
+
<tr class="row-odd"><td>Compiler flags</td>
|
|
438
|
+
<td>-mv7A8 -g –include_path=”#{ti_home}/ccsv5/tools/compiler/tms470/include”
|
|
439
|
+
–diag_warning=225 -me –abi=eabi –code_state=32 –preproc_with_compile</td>
|
|
440
|
+
<td> </td>
|
|
441
|
+
</tr>
|
|
442
|
+
<tr class="row-even"><td>Archiver command</td>
|
|
443
|
+
<td>$(ti_home)/ccsv5/tools/compiler/tms470/bin/ar470</td>
|
|
444
|
+
<td>ti_ar</td>
|
|
445
|
+
</tr>
|
|
446
|
+
<tr class="row-odd"><td>Linker command</td>
|
|
447
|
+
<td>$(ti_home)/ccsv5/tools/compiler/tms470/bin/cl470</td>
|
|
448
|
+
<td>ti_cl</td>
|
|
449
|
+
</tr>
|
|
450
|
+
<tr class="row-even"><td>Linker flags</td>
|
|
451
|
+
<td>-mv7A8 -g –diag_warning=225 -me –abi=eabi –code_state=32 -z
|
|
452
|
+
–warn_sections -i”$(ti_home)/ccsv5/tools/compiler/tms470/lib”
|
|
453
|
+
-i”$(ti_home)/ccsv5/tools/compiler/tms470/include”</td>
|
|
454
|
+
<td> </td>
|
|
455
|
+
</tr>
|
|
456
|
+
<tr class="row-odd"><td>Linker lib prefix flags</td>
|
|
457
|
+
<td>-lDebug/configPkg/linker.cmd</td>
|
|
458
|
+
<td> </td>
|
|
459
|
+
</tr>
|
|
460
|
+
</tbody>
|
|
461
|
+
</table>
|
|
462
|
+
</dd>
|
|
463
|
+
</dl>
|
|
464
|
+
</li>
|
|
465
|
+
<li><p class="first">Bugfix: variables in add and remove attributes of Flags now work as intended</p>
|
|
466
|
+
</li>
|
|
467
|
+
<li><p class="first">Bugfix: output folder was not created if no sources are specified for LibraryConfig and ExecutableConfig.</p>
|
|
468
|
+
</li>
|
|
469
|
+
<li><p class="first">Bugfix: “-p” was not forwarded in bakery.</p>
|
|
470
|
+
</li>
|
|
471
|
+
<li><p class="first">Cosmetic: bakery now calls bake with relative pathnames, which results in nicer outputs.</p>
|
|
472
|
+
</li>
|
|
473
|
+
</ul>
|
|
474
|
+
</dd>
|
|
475
|
+
<dt>December 19, 2014 - Eclipse plugin 1.2.0</dt>
|
|
476
|
+
<dd><ul class="first last simple">
|
|
477
|
+
<li>Bugfix: it is now ensured, that bake will be started from Eclipse working directory</li>
|
|
478
|
+
<li>Bugfix: projects created with the “new bake project wizard” are now placed in the correct folder.</li>
|
|
479
|
+
<li>Added: Eclipse working directory shown in bake preference dialog (important if -w option is used with relative paths)</li>
|
|
480
|
+
<li>Added: Options to recreate .(c)project files when importing bake projects</li>
|
|
481
|
+
<li>Changed: Eclipse configurations will be named “bake” and not “Do not use this config, use bake instead”</li>
|
|
482
|
+
</ul>
|
|
483
|
+
</dd>
|
|
484
|
+
<dt>December 16, 2014 - Eclipse plugin 1.1.1</dt>
|
|
485
|
+
<dd><ul class="first last simple">
|
|
486
|
+
<li>Bugfix: Adjust include and defines broken feature used wrong command line option.</li>
|
|
487
|
+
</ul>
|
|
488
|
+
</dd>
|
|
489
|
+
<dt>November 7, 2014 - bake-toolkit 1.8.0, Eclipse plugin 1.1.0</dt>
|
|
490
|
+
<dd><ul class="first last simple">
|
|
491
|
+
<li>Added: InternalIncludes and InternalDefines in DefaultToolchain, which are forwarded to the IDE.</li>
|
|
492
|
+
<li>Changed: No default options for PC-lint in combination with GCC will be provided anymore. Use the official way, see co-gcc.lnt in PC-lint installation.</li>
|
|
493
|
+
<li>Bugfix: verbose output for replacing non-existing environment variables broken.</li>
|
|
494
|
+
</ul>
|
|
495
|
+
</dd>
|
|
496
|
+
<dt>November 4, 2014 - bake-toolkit 1.7.0</dt>
|
|
497
|
+
<dd><ul class="first last simple">
|
|
498
|
+
<li>Added: Option to define output directory relative/absolute for each project or for all projects.</li>
|
|
499
|
+
<li>Added: –set command line option to set variables</li>
|
|
500
|
+
<li>Added: Optional “Description” tag for projects in Project.meta</li>
|
|
501
|
+
<li>Changed: Variables in DefaultToolchain will be substituted separately for each project.</li>
|
|
502
|
+
</ul>
|
|
503
|
+
</dd>
|
|
504
|
+
<dt>August 8, 2014 - bake-toolkit 1.6.3</dt>
|
|
505
|
+
<dd><ul class="first last simple">
|
|
506
|
+
<li>Fixed: possible uninitialized variable could lead to crash bake</li>
|
|
507
|
+
</ul>
|
|
508
|
+
</dd>
|
|
509
|
+
<dt>August 6, 2014 - bake-toolkit 1.6.2</dt>
|
|
510
|
+
<dd><ul class="first last simple">
|
|
511
|
+
<li>Fixed: clear clearn- and clobber-lists at startup</li>
|
|
512
|
+
<li>Fixed: Variables not substituted in ArtifactName and ArtifactNameBase</li>
|
|
513
|
+
<li>Added: Cyclic variable substitution</li>
|
|
514
|
+
</ul>
|
|
515
|
+
</dd>
|
|
516
|
+
<dt>August 5, 2014 - bake-toolkit 1.6.1</dt>
|
|
517
|
+
<dd><ul class="first last simple">
|
|
518
|
+
<li>Added: Fixed variable substitution</li>
|
|
519
|
+
</ul>
|
|
520
|
+
</dd>
|
|
521
|
+
<dt>August 1, 2014 - bake-toolkit 1.6.0</dt>
|
|
522
|
+
<dd><ul class="first last simple">
|
|
523
|
+
<li>Added: The value of a variable can be the result of a command line</li>
|
|
524
|
+
</ul>
|
|
525
|
+
</dd>
|
|
526
|
+
<dt>July 18, 2014 - bake-toolkit 1.5.0</dt>
|
|
527
|
+
<dd><ul class="first last simple">
|
|
528
|
+
<li>Added: Dependencies can be overwritten in inherited projects</li>
|
|
529
|
+
<li>Removed: defines cannot be filtered anymore via command line</li>
|
|
530
|
+
</ul>
|
|
531
|
+
</dd>
|
|
532
|
+
<dt>June 6, 2014 - bake-toolkit 1.4.0</dt>
|
|
533
|
+
<dd><ul class="first last simple">
|
|
534
|
+
<li>Bugfix: variables can be used in “Set” now</li>
|
|
535
|
+
<li>Added: variable “MainProjectDir”</li>
|
|
536
|
+
</ul>
|
|
537
|
+
</dd>
|
|
538
|
+
<dt>May 23, 2014 - bake-toolkit 1.3.0</dt>
|
|
539
|
+
<dd><ul class="first last simple">
|
|
540
|
+
<li>Added: defines can be filtered now via command line</li>
|
|
541
|
+
</ul>
|
|
542
|
+
</dd>
|
|
543
|
+
<dt>May 2, 2014 - bake-toolkit 1.2.1</dt>
|
|
544
|
+
<dd><ul class="first last simple">
|
|
545
|
+
<li>Added: Set keyword for defining variables</li>
|
|
546
|
+
<li>Changed: “executed in”-output now in separate line</li>
|
|
547
|
+
</ul>
|
|
548
|
+
</dd>
|
|
549
|
+
<dt>March 14, 2014 - bake-toolkit 1.1.0</dt>
|
|
550
|
+
<dd><ul class="first last simple">
|
|
551
|
+
<li>Added: Lint support</li>
|
|
552
|
+
<li>Added: $(ProjectDir) variable</li>
|
|
553
|
+
</ul>
|
|
554
|
+
</dd>
|
|
555
|
+
<dt>March 7, 2014 - bake-toolkit 1.0.27</dt>
|
|
556
|
+
<dd><ul class="first last simple">
|
|
557
|
+
<li>Cosmetic: some pictures in documentation were missing</li>
|
|
558
|
+
</ul>
|
|
559
|
+
</dd>
|
|
560
|
+
<dt>March 5, 2014 - bake-toolkit 1.0.26</dt>
|
|
561
|
+
<dd><ul class="first last simple">
|
|
562
|
+
<li>Bugfix: in rare cases invalid characters from compiler output were not handled correctly</li>
|
|
563
|
+
<li>Bugfix: changing workspace roots on command line now always regenerates build tree</li>
|
|
564
|
+
<li>Added: Variable $(Roots) for IncludeDir directives</li>
|
|
565
|
+
<li>Changed: dependency files for all compilers will be generated inclusive system headers</li>
|
|
566
|
+
<li>Changed: abort earlier if main directory has no Project.meta</li>
|
|
567
|
+
<li>Changed: every environment variable is expanded to an empty string if not defined</li>
|
|
568
|
+
</ul>
|
|
569
|
+
</dd>
|
|
570
|
+
<dt>January 21, 2014 - bake-toolkit 1.0.25</dt>
|
|
571
|
+
<dd><ul class="first last simple">
|
|
572
|
+
<li>Added: configs can now be inherited</li>
|
|
573
|
+
<li>Added: command bake-doc opens bake doc</li>
|
|
574
|
+
<li>Changed: dependency files for Greenhills compiler will be generated with -MD instead of -MMD</li>
|
|
575
|
+
</ul>
|
|
576
|
+
</dd>
|
|
577
|
+
<dt>September 10, 2013 - bake-toolkit 1.0.24</dt>
|
|
578
|
+
<dd><ul class="first last simple">
|
|
579
|
+
<li>Changed: Improved Keil linker error parser.</li>
|
|
580
|
+
</ul>
|
|
581
|
+
</dd>
|
|
582
|
+
<dt>September 9, 2013 - bake-toolkit 1.0.23</dt>
|
|
583
|
+
<dd><ul class="first last simple">
|
|
584
|
+
<li>Added: Keil support.</li>
|
|
585
|
+
<li>Bugfix: minor fixes.</li>
|
|
586
|
+
</ul>
|
|
587
|
+
</dd>
|
|
588
|
+
<dt>August 21, 2013 - bake-toolkit 1.0.22</dt>
|
|
589
|
+
<dd><ul class="first last simple">
|
|
590
|
+
<li>Bugfix: Searching for project folders did not work correctly.</li>
|
|
591
|
+
</ul>
|
|
592
|
+
</dd>
|
|
593
|
+
<dt>August 20, 2013 - Eclipse plugin 1.0.5.0</dt>
|
|
594
|
+
<dd><ul class="first last simple">
|
|
595
|
+
<li>Bugfix: Adjust includes in CDT is working again after Java Update.</li>
|
|
596
|
+
</ul>
|
|
597
|
+
</dd>
|
|
598
|
+
<dt>August 1, 2013 - bake-toolkit 1.0.21</dt>
|
|
599
|
+
<dd><ul class="first last simple">
|
|
600
|
+
<li>Bugfix: projects folders which are junctions were not found anymore after the last update.</li>
|
|
601
|
+
</ul>
|
|
602
|
+
</dd>
|
|
603
|
+
<dt>July 25, 2013 - bake-toolkit 1.0.20, Eclipse plugin 1.0.4.0</dt>
|
|
604
|
+
<dd><ul class="first last simple">
|
|
605
|
+
<li>Added: projects can be placed more than one level below workspaces roots</li>
|
|
606
|
+
</ul>
|
|
607
|
+
</dd>
|
|
608
|
+
<dt>June 21, 2013 - bake-toolkit 1.0.19</dt>
|
|
609
|
+
<dd><ul class="first last simple">
|
|
610
|
+
<li>Added: support for GreenHills compiler.</li>
|
|
611
|
+
</ul>
|
|
612
|
+
</dd>
|
|
613
|
+
<dt>May 29, 2013 - bake-toolkit 1.0.18</dt>
|
|
614
|
+
<dd><ul class="first last simple">
|
|
615
|
+
<li>Bugfix: typo in require, which has broken bake in case sensitive file systems.</li>
|
|
616
|
+
</ul>
|
|
617
|
+
</dd>
|
|
618
|
+
<dt>May 28, 2013 - bake-toolkit 1.0.17</dt>
|
|
619
|
+
<dd><ul class="first last simple">
|
|
620
|
+
<li>Bugfix: error levels greater than 255 of external processes were not be recognized correctly in some cases.</li>
|
|
621
|
+
</ul>
|
|
622
|
+
</dd>
|
|
623
|
+
<dt>May 16, 2013 - Eclipse plugin 1.0.2.0</dt>
|
|
624
|
+
<dd><ul class="first last simple">
|
|
625
|
+
<li>Bugfix: bake did not start correctly with latest Java version installed.</li>
|
|
626
|
+
</ul>
|
|
627
|
+
</dd>
|
|
628
|
+
<dt>April 22, 2013 - bake-toolkit 1.0.16</dt>
|
|
629
|
+
<dd><ul class="first last simple">
|
|
630
|
+
<li>Changed: default roots of bakery are now directory of Collection.meta and it’s parent directory.</li>
|
|
631
|
+
</ul>
|
|
632
|
+
</dd>
|
|
633
|
+
<dt>April 19, 2013 - bake-toolkit 1.0.15</dt>
|
|
634
|
+
<dd><ul class="first last simple">
|
|
635
|
+
<li>Bugfix: bakery could not build projects with spaces in oathname.</li>
|
|
636
|
+
</ul>
|
|
637
|
+
</dd>
|
|
638
|
+
<dt>April 19, 2013 - bake-toolkit 1.0.13</dt>
|
|
639
|
+
<dd><ul class="first last simple">
|
|
640
|
+
<li>Bugfix: some bake options specified on bakery command line were not accepted.</li>
|
|
641
|
+
</ul>
|
|
642
|
+
</dd>
|
|
643
|
+
<dt>April 17, 2013 - bake-toolkit 1.0.12</dt>
|
|
644
|
+
<dd><ul class="first last simple">
|
|
645
|
+
<li>Changed: Output folders are not deleted and rebuilt if no source files are available but the archive file.</li>
|
|
646
|
+
<li>Added: Option –clobber deletes .bake cache file.</li>
|
|
647
|
+
<li>Added: Collections can reference collections.</li>
|
|
648
|
+
<li>Added: collection names can be specified without typing “-b”</li>
|
|
649
|
+
</ul>
|
|
650
|
+
</dd>
|
|
651
|
+
<dt>April 4, 2013 - bake-toolkit 1.0.11</dt>
|
|
652
|
+
<dd><ul class="first last simple">
|
|
653
|
+
<li>Bugfix: Executing batch files in CommandLine on Windows were broken.</li>
|
|
654
|
+
<li>April 2, 2013 - bake-toolkit 1.0.10</li>
|
|
655
|
+
<li>Bugfix: options “–toolchain_names” now working as intended</li>
|
|
656
|
+
<li>Bugfix: default flags for makefiles (-j) no longer ignored</li>
|
|
657
|
+
<li>Changed: flags for makefiles are now defined in subtags instead in attributes to be consistent with other flag definitions</li>
|
|
658
|
+
<li>Added: ”..” in Files and ExcludeFiles now allowed</li>
|
|
659
|
+
<li>Added: command line switch to turn off “directory magic”</li>
|
|
660
|
+
<li>Added: build config can be specified without typing “-b”</li>
|
|
661
|
+
<li>Cosmetic: better error output if compiler not found</li>
|
|
662
|
+
</ul>
|
|
663
|
+
</dd>
|
|
664
|
+
<dt>March 22, 2013 - bake-toolkit 1.0.9</dt>
|
|
665
|
+
<dd><ul class="first last simple">
|
|
666
|
+
<li>Cosmetic: Changed option –print_less to -v0 and -v to -v2. Default is -v1.</li>
|
|
667
|
+
</ul>
|
|
668
|
+
</dd>
|
|
669
|
+
<dt>March 7, 2013 - bake-toolkit 1.0.8</dt>
|
|
670
|
+
<dd><ul class="first last simple">
|
|
671
|
+
<li>Added: Linkerscript can be referenced from other projects</li>
|
|
672
|
+
</ul>
|
|
673
|
+
</dd>
|
|
674
|
+
<dt>February 13, 2013 - bake-toolkit 1.0.7</dt>
|
|
675
|
+
<dd><ul class="first last simple">
|
|
676
|
+
<li>Added: OS dependent variable $(/)</li>
|
|
677
|
+
</ul>
|
|
678
|
+
</dd>
|
|
679
|
+
<dt>January 21, 2013 - bake-toolkit 1.0.6</dt>
|
|
680
|
+
<dd><ul class="first last simple">
|
|
681
|
+
<li>Added: support for Visual Studio</li>
|
|
682
|
+
</ul>
|
|
683
|
+
</dd>
|
|
684
|
+
<dt>January 15, 2013 - bake-toolkit 1.0.5</dt>
|
|
685
|
+
<dd><ul class="first last simple">
|
|
686
|
+
<li>Changed: no indirect dependency to progressbar gem anymore</li>
|
|
687
|
+
</ul>
|
|
688
|
+
</dd>
|
|
689
|
+
<dt>January 14, 2013 - bake-toolkit 1.0.4</dt>
|
|
690
|
+
<dd><ul class="first last simple">
|
|
691
|
+
<li>Added: a new cache validation check.</li>
|
|
692
|
+
</ul>
|
|
693
|
+
</dd>
|
|
694
|
+
<dt>January 2, 2013 - bake-toolkit 1.0.3</dt>
|
|
695
|
+
<dd><ul class="first last simple">
|
|
696
|
+
<li>Bugfix: option to build a single file did not accept a filename with absolute path.</li>
|
|
697
|
+
</ul>
|
|
698
|
+
</dd>
|
|
699
|
+
<dt>October 7, 2012 - bake-toolkit 1.0.2</dt>
|
|
700
|
+
<dd><ul class="first last simple">
|
|
701
|
+
<li>Changed: Renamed gem from “bake” to “bake-toolkit”.</li>
|
|
702
|
+
</ul>
|
|
703
|
+
</dd>
|
|
704
|
+
<dt>September 18, 2012 - bake 1.0.1</dt>
|
|
705
|
+
<dd><ul class="first last simple">
|
|
706
|
+
<li>Changed: bake now based on rgen 0.6.0 and rtext 0.2.0, which are available on rubygems.</li>
|
|
707
|
+
</ul>
|
|
708
|
+
</dd>
|
|
709
|
+
<dt>August 31, 2012 - bake 1.0.0</dt>
|
|
710
|
+
<dd><ul class="first last simple">
|
|
711
|
+
<li>First official release</li>
|
|
712
|
+
</ul>
|
|
713
|
+
</dd>
|
|
714
|
+
</dl>
|
|
715
|
+
</div>
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
</div>
|
|
719
|
+
|
|
720
|
+
</div>
|
|
721
|
+
</div>
|
|
722
|
+
<footer class="footer">
|
|
723
|
+
<div class="container">
|
|
724
|
+
<p class="pull-right">
|
|
725
|
+
<a href="#">Back to top</a>
|
|
726
|
+
|
|
727
|
+
</p>
|
|
728
|
+
<p>
|
|
729
|
+
© Copyright 2015, E.S.R.Labs AG.<br/>
|
|
730
|
+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
|
731
|
+
</p>
|
|
732
|
+
</div>
|
|
733
|
+
</footer>
|
|
734
|
+
</body>
|
|
735
|
+
</html>
|