bake-toolkit 2.17.4 → 2.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/documentation/_build/html/_sources/changelog.txt +14 -0
  3. data/documentation/_build/html/_sources/concepts/build_hierarchy.txt +1 -1
  4. data/documentation/_build/html/_sources/concepts/concepts.txt +1 -0
  5. data/documentation/_build/html/_sources/concepts/link_order.txt +91 -0
  6. data/documentation/_build/html/_sources/index.txt +1 -1
  7. data/documentation/_build/html/changelog.html +31 -3
  8. data/documentation/_build/html/commandline/commandline.html +3 -3
  9. data/documentation/_build/html/concepts/build_hierarchy.html +6 -6
  10. data/documentation/_build/html/concepts/concepts.html +8 -3
  11. data/documentation/_build/html/concepts/link_order.html +246 -0
  12. data/documentation/_build/html/concepts/the_main_project.html +3 -3
  13. data/documentation/_build/html/concepts/the_project_meta_file.html +3 -3
  14. data/documentation/_build/html/genindex.html +3 -3
  15. data/documentation/_build/html/ide/eclipse/eclipse.html +3 -3
  16. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +3 -3
  17. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +3 -3
  18. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +3 -3
  19. data/documentation/_build/html/ide/eclipse/how_to_debug_in_eclipse.html +3 -3
  20. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +3 -3
  21. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +3 -3
  22. data/documentation/_build/html/ide/ide_integrations.html +3 -3
  23. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +3 -3
  24. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +3 -3
  25. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +3 -3
  26. data/documentation/_build/html/ide/vs/vs.html +3 -3
  27. data/documentation/_build/html/ide/vs/vs_install.html +3 -3
  28. data/documentation/_build/html/index.html +7 -6
  29. data/documentation/_build/html/install/install_bake.html +3 -3
  30. data/documentation/_build/html/internal.html +3 -3
  31. data/documentation/_build/html/known_issues.html +3 -3
  32. data/documentation/_build/html/license.html +3 -3
  33. data/documentation/_build/html/performance/performance.html +3 -3
  34. data/documentation/_build/html/quickstart/quickstart.html +3 -3
  35. data/documentation/_build/html/search.html +3 -3
  36. data/documentation/_build/html/searchindex.js +1 -1
  37. data/documentation/_build/html/syntax/adapt_configs.html +3 -3
  38. data/documentation/_build/html/syntax/derive_configs.html +3 -3
  39. data/documentation/_build/html/syntax/project_meta_syntax.html +3 -3
  40. data/documentation/_build/html/syntax/syntax.html +5 -5
  41. data/documentation/_build/html/syntax/variable_substitutions.html +3 -3
  42. data/documentation/_build/html/tips_and_tricks/bundle.html +3 -3
  43. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +3 -3
  44. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +3 -3
  45. data/documentation/_build/html/tips_and_tricks/the_bakery.html +3 -3
  46. data/documentation/_build/html/tips_and_tricks/the_clang.html +3 -3
  47. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +3 -3
  48. data/documentation/_build/html/why_bake/why_bake.html +5 -5
  49. data/lib/bake/libElement.rb +77 -38
  50. data/lib/bake/mergeConfig.rb +31 -27
  51. data/lib/bake/options/options.rb +36 -33
  52. data/lib/bake/options/usage.rb +5 -3
  53. data/lib/common/version.rb +1 -1
  54. metadata +4 -2
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Install bake &mdash; bake 2.17.4 documentation</title>
8
+ <title>Install bake &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="next" title="Quickstart" href="../quickstart/quickstart.html" />
34
34
  <link rel="prev" title="Why you should use bake" href="../why_bake/why_bake.html" />
35
35
  <meta charset='utf-8'>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Internal developing notes &mdash; bake 2.17.4 documentation</title>
8
+ <title>Internal developing notes &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="index.html" />
33
33
  <link rel="prev" title="License" href="license.html" />
34
34
  <meta charset='utf-8'>
35
35
  <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Known Issues &mdash; bake 2.17.4 documentation</title>
8
+ <title>Known Issues &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="index.html" />
33
33
  <link rel="next" title="Changelog" href="changelog.html" />
34
34
  <link rel="prev" title="Performance" href="performance/performance.html" />
35
35
  <meta charset='utf-8'>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>License &mdash; bake 2.17.4 documentation</title>
8
+ <title>License &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="index.html" />
33
33
  <link rel="next" title="Internal developing notes" href="internal.html" />
34
34
  <link rel="prev" title="Changelog" href="changelog.html" />
35
35
  <meta charset='utf-8'>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Performance &mdash; bake 2.17.4 documentation</title>
8
+ <title>Performance &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="next" title="Known Issues" href="../known_issues.html" />
34
34
  <link rel="prev" title="Bundle projects" href="../tips_and_tricks/bundle.html" />
35
35
  <meta charset='utf-8'>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Quickstart &mdash; bake 2.17.4 documentation</title>
8
+ <title>Quickstart &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="next" title="Concepts" href="../concepts/concepts.html" />
34
34
  <link rel="prev" title="Install bake" href="../install/install_bake.html" />
35
35
  <meta charset='utf-8'>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Search &mdash; bake 2.17.4 documentation</title>
8
+ <title>Search &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: './',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -30,7 +30,7 @@
30
30
  <script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
31
31
  <script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
32
32
  <link rel="shortcut icon" href="_static/logo_tiny_32.ico"/>
33
- <link rel="top" title="bake 2.17.4 documentation" href="index.html" />
33
+ <link rel="top" title="bake 2.18.0 documentation" href="index.html" />
34
34
  <script type="text/javascript">
35
35
  jQuery(function() { Search.loadIndex("searchindex.js"); });
36
36
  </script>
@@ -1 +1 @@
1
- Search.setIndex({envversion:47,filenames:["changelog","commandline/commandline","concepts/build_hierarchy","concepts/concepts","concepts/the_main_project","concepts/the_project_meta_file","ide/eclipse/eclipse","ide/eclipse/how_to_convert_existing_cdt_workspace","ide/eclipse/how_to_create_a_new_project_in_eclipse","ide/eclipse/how_to_create_a_workspace_in_eclipse","ide/eclipse/how_to_debug_in_eclipse","ide/eclipse/how_to_install_eclipse_plugin","ide/eclipse/how_to_use_bake_in_eclipse","ide/ide_integrations","ide/vs/how_to_create_vs_projects","ide/vs/how_to_debug_in_vs","ide/vs/how_to_used_bake_in_vs","ide/vs/vs","ide/vs/vs_install","index","install/install_bake","internal","known_issues","license","performance/performance","quickstart/quickstart","syntax/adapt_configs","syntax/derive_configs","syntax/project_meta_syntax","syntax/syntax","syntax/variable_substitutions","tips_and_tricks/bundle","tips_and_tricks/how_to_use_bake_with_cygwin","tips_and_tricks/static_code_analysis","tips_and_tricks/the_bakery","tips_and_tricks/the_clang","tips_and_tricks/tips_and_tricks","why_bake/why_bake"],objects:{},objnames:{},objtypes:{},terms:{"0x00":21,"0x02":21,"0xff":21,"2p180":24,"2p95":[20,25],"30pt":[],"3p0":24,"512pt":[],"6p398":24,"7p352":24,"__all__":26,"__main__":26,"_dev":32,"_lintout":33,"_one_":36,"_static":[],"break":37,"byte":21,"case":[0,9,30,33],"default":[0,1,9,20,25,28,34],"export":7,"import":[],"long":[0,16,24],"new":[],"return":[0,25],"static":[],"switch":[0,7,12,25,37],"throw":20,"true":[26,28],"try":[0,7],"while":20,abc:[1,26,30],abi:0,abl:[33,37],abort:[0,21],about:12,abov:[2,7,23,26,27],absolut:0,absolute_path_to_working_dir:36,accept:[0,11],access:0,account:0,action:23,actual:20,adapt:[],add:[],addit:[16,23,24],adjust:[],adjustcdt:0,adjustinclud:0,adr:28,advantag:[],advis:23,after:[0,11,33,34],again:[0,7,24],alia:[0,32,33],all:[0,1,2,4,9,10,12,23,26,27,28,33,34,35,36],allow:[0,1,4,27,30],allunittest:34,almost:8,alpha:35,alphabet:0,alreadi:12,also:[0,8,9,10,12,15,30],alwai:[0,4,10,12,28],ambigu:0,analysi:[],analyz:[],ani:[4,15,23],annot:[0,16],anoth:[0,1,15,22,33],ansi:[1,32],anymor:[0,4,7,32],anyth:22,appear:12,appli:[0,10,23,26,30],appropri:[7,12,15],april:0,apropri:20,ar470:0,archiv:[0,2,5,22,28,30],archiverpath:[0,12,30],aren:37,argument:[0,15],aris:23,around:33,arrai:28,arrow:10,articular:23,artifact:30,artifactnam:[0,5,27,28,30],artifactnamebas:[0,30],asm:[1,28],asmpath:[0,12,30],asscoat:33,assembl:[30,36],associ:[6,23],assum:[1,5,20],atom:18,attribut:[0,26,27],august:0,author:23,auto:[],autodir:0,automat:[0,5,10,30],avail:[0,9,11,15,18],avoid:[0,4,20,32,37],back:28,background:32,backward:0,bake:[],bakeri:[],base:[0,27,30],basedon:28,basi:36,basic:[],bat:[15,32],batch:[0,15],becaus:[5,27,33,37],been:[0,1,22,23],befor:[0,7,12],begin:0,below:[0,11,15,18],best:36,beteween:37,better:0,between:[0,12,37],big:37,bin:[0,15,30,31,32],binari:[0,23,31,32,33],bla:0,black:[1,25,32,34],blub:[],blue:[28,34],bootload:30,bootloader_1:30,bootloaderupdat:30,both:27,bottom:2,box:[10,12],broken:0,brows:[],browser:20,bsp:34,bspabc:1,bspcorez6:0,bug:20,bugfix:0,build:[],build_:0,build_lib_bootloader_debug:30,build_lib_some_debug:30,build_main:25,built:[0,1,4,5,22,32,33,37],bundl:[],busi:23,cach:[0,25],calcul:[0,30],call:[0,1,5,15,32,33,34,35],can:[],candriv:[0,30],cannot:[0,4,10],care:0,caus:[20,23],cc2j:0,ccsv5:0,cdt:[],chang:[0,4,7,10,12,20,22,26],charact:0,charg:23,check:[0,1,15,18,20,34,36],checkbox:7,checker:35,child:[26,27],choos:[],chosen:[0,12],circl:12,cl470:0,claim:23,clang:[],clang_analyz:[0,35],clean:[],clear:0,clearer:0,clearn:0,click:[10,12,16,18],client:[0,27],clobber:0,close:0,cmake:[],cmd:[0,28],cmdline:[0,28],code:[],code_st:0,collect:[],collectionmandatori:34,color:[1,20,25,32,34],com:[11,18],combin:[0,2],come:[14,33],comma:[0,1,27],command:[0,2,6,12,15,16,21,25,26,28,30,32,33,34,37],commandlin:[],comment:[0,1,28,34],commit:[7,9,36],common7:15,compar:9,compat:[0,37],compil:[],complet:[7,12,33],complex:[0,24,37],compon:23,concaten:27,condit:23,config:[],confignam:[0,30,33],configpkg:0,configur:[],confnam:30,confus:0,connect:[20,21,23],consequenti:23,consist:[0,5,23],consol:[0,1,12,34],contain:[5,23,30],content:[2,7,28],context:[4,7,9],contract:23,contrast:24,contributor:23,control:[7,9,26],conveni:26,convers:[0,7],conversion_info:0,convert:[],copi:[0,23,31],copyright:23,corez6:0,corpor:23,correct:0,correctli:[0,18,20],cosmet:0,could:0,cpath:[0,12,30],cplusplu:35,cpp:[1,4,5,15,25,26,27,28,33,35],cpppath:[0,12,30],cprojec:9,cproject:[7,8,9,12],cpu:24,crash:0,creat:[],createvsproject:[0,14],ctrl:0,current:[0,1,28,30,33,34],cursor:[28,34],custom:[2,5,33],customconfig:[0,2,26,27,28,35],cxxproject:[0,23],cyclic:0,cygdriv:[10,32],cygwin:[],damag:23,darwin13:[20,25],data:23,deadcod:35,deal:23,debug:[],debug_app:[],debug_info:4,debug_main:5,decemb:0,decor:12,def:[0,30],defaulttoolchain:[0,4,5,12,15,16,26,27,28,33,35],defin:[],definit:[0,4,30],delet:[0,7,22],deped:20,depenc:37,depend:[0,1,2,4,5,12,20,27,28,30,32,33,35,36],dependend:37,deprec:0,deprect:0,deriv:[],derv:27,describ:[12,15],descript:[0,28,30,34],deselect:16,desgin:[],design:37,detail:25,develop:[],devenv:15,diab:[26,27],diag_warn:0,dialog:[0,10],did:0,differ:[],dir:[0,28,30],direct:[0,23],directli:[12,30],directori:[],disabl:[0,16],discard:21,disclaim:23,disk:7,displai:[0,12,16,28,34],distribut:[23,34],doc:[0,33],docu:[0,28],document:[0,20,23,37],doe:[],don:[10,15,30,37],done:[4,10,25],doubl:[18,28,34],download:[6,18],due:[],eabi:0,each:[0,23],earli:0,earlier:0,easi:[8,19,20,27,37],easiest:[32,37],easili:[4,35,37],echo:5,eclips:[],eclipseord:[0,26,28],edit:[9,22,35],editor:6,either:[27,35],element:[26,27,28,30,34],elf:30,els:[1,22],email:28,embrac:37,empti:[0,4,8,30],en_u:20,enabl:[0,6,9,12],end:0,energi:37,english:20,ensur:[0,7],entir:37,env:[0,28],environ:[],environmentvari:30,equal:[0,30],equip:2,equival:23,error:[],escap:32,especi:0,esrlab:[11,18],etc:[5,15,32,33,36],evalu:[20,30],evalut:30,even:[0,23,33,37],event:23,everi:[0,2,5,33],everyth:4,exactli:26,exampl:[],except:[0,12,21,25],exclud:[0,34],exclude_filt:0,excludefil:[0,28],execut:[0,2,5,10,15,22,33,36],executableconfig:[0,2,4,5,26,27,28,33,35],exemplari:23,exens:30,exist:[],exit:[0,25],exitstep:[0,28],expand:0,experiment:[0,31],explicit:33,explicitli:[0,23],explor:[7,9,12],express:23,extend:[],extens:18,extern:[0,20],externallibrari:[0,5,28,30],externallibrarysearchpath:[5,28,30],extrem:0,fact:33,fail:[],failur:37,fals:[0,28],fan:37,fast:[19,37],faster:24,featur:[0,9,11,12,31,36],februari:0,feedback:31,fetch:20,few:[12,37],file:[],filenam:[0,21],fill:[7,8,12],filter:[0,28],find:[],finish:9,first:[0,1,15,27,30,33,34],fit:[23,37],fix:[0,24],flag:[0,4,5,15,27,28,33,35],flex:33,focu:37,folder:[0,1,8,30,33],follow:[10,11,18,23,25,27,30,32,33,35],follw:25,forget:10,form:23,format:33,format_specif:33,forward:[0,27,33],found:[0,7,9,10,20,25,26,32],free:23,from:[],front:28,fstab:32,full:30,furnish:23,further:31,gcc:[0,4,5,10,15,26,27,33,35],gcc_env:0,gdb:10,gem:[0,20],gener:[0,2,7,12,20,25,27,37],ghz:24,git:36,github:[0,6],given:21,glob:0,goal:[],good:[9,23,37],googl:20,govern:23,grant:23,graphic:23,greater:[0,21],green:10,greenhil:0,gsub:20,handl:[0,33],happen:5,hard:[30,37],hardcod:0,hash:[28,34],have:[0,1,4,7,8,9,10,12,15,20,23,27,28,30,32,33,34,35,37],hdd:24,header:[],hello:30,helper:33,here:[9,15,26,37],herebi:23,hereinaft:23,hide:0,high:27,higher:0,highest:0,highlin:20,hinder:37,holder:23,host:[0,1,5,20,25,26,30,33],hostnam:30,hour:37,howev:[0,10,20,23,36],http:[11,18],ide_integr:[],idea:9,ignor:[0,9,11],ignore_cach:0,iinclud:[5,25],imag:[],imagin:35,impli:23,implicitli:27,improv:0,inc:[0,27,31],incident:23,includ:[],include_filt:0,include_path:0,includedir:[0,4,5,27,28,30,36],inclus:0,inconsist:[0,4],incorrect:36,incorrectli:0,independ:[34,37],indirect:[0,23],infix:0,info:[0,21,25,36],inform:[],informationen:7,inherit:[],inject:[0,28],input:0,instal:[],install_bak:[],instead:[0,4,7,32,35],integr:[],intel:24,intend:0,intern:[],internaldefin:[0,12,28],internalinclud:[0,12,28],internat:20,interrupt:23,introduc:0,invalid:[],invert:0,invok:35,issu:[],istal:20,item:[12,16],itself:4,januari:0,java:0,juli:0,junction:[],june:0,keep:28,keil:0,keyword:[0,26],kicker:37,kind:23,known:[],known_issu:[],lab:[11,18,23],label:12,lake:23,larg:37,larger:0,last:[0,15,16],latest:0,lc_all:20,ldebug:0,lead:0,lear:23,least:2,leav:[4,22],length:21,less:37,let:5,level:[0,26],liabil:23,liabl:23,lib:[0,4,5,28,30,31],libpostfixflag:28,libprefixflag:28,librari:[0,2,5,31,36],libraryconfig:[0,2,4,5,26,27,28,33],libsub:5,licens:[],life:30,lightweight:37,like:[0,1,2,4,12,15,18,20,26,27,30,33,35],limit:23,line:[0,12,15,16,21,23,26,28,30,32,33,34,37],link:[0,2,5,25,26,31,36],link_onli:0,linker:[0,2,15,26,27,28,30],linkerpath:[0,12,30],linkerscript:[0,28],lint:[],lint_cmac:33,lint_cppmac:33,lint_max:0,lint_min:0,lintpolici:[28,33],linux:[0,36],list:[0,9,23,27,33,36],listen:21,llvm:0,lnt:[0,33],load:25,local:0,localhost:21,locat:[0,5,8],lock:0,logo_conformant_1024:[],longer:0,look:[18,27,30,37],loss:23,machin:0,made:[0,10],magic:0,mai:0,main1:34,main2:34,main:[],mainconfignam:[0,4,30],mainproj:[1,34],mainprojectdir:[0,30,33],mainprojectnam:[0,4,30],maintain:37,maintanc:37,major:[9,28,32],mak:33,make:[0,7,20,32,33,37],makefil:[],mani:[],manipul:26,manual:[6,7,22,31],map:[],mapfil:28,mar:10,march:0,mark:[0,7,12,28,34],match:[0,1,26],materi:23,matter:27,max:[0,33],maxdepth:[],maximum:[0,28],mean:[7,26,31,35,37],mechan:9,menu:[0,7,9,12,16],merchant:23,merg:[0,23,27],messag:[],met:23,meta:[],method:20,microsoft:15,might:[7,12,20,36],min:[0,24,33],mind:28,mingw:0,minimum:[0,28],minor:[0,28],minut:[12,25,37],misra:33,miss:[],mix:26,mkdir:25,mmd:0,mode:0,modif:23,modifi:23,more:[],mount:10,mous:[28,34],move:[0,28,34],msvc:[0,15],multi:0,multipl:[],must:[0,4,10,12,23,32,33,34,37],mv7a8:0,my_comput:30,my_project:[5,25],myinclud:30,mylibraryproject:33,myproj:[0,1,14],myproject:30,myprojectnam:30,myspecialcollect:34,myvar:30,name:[0,1,4,8,10,12,20,21,26,28,30,33,34,35],nativ:[15,24],navig:8,nbsp:[28,34],ndebug:4,ndefault:34,necessari:[0,32,37],need:[4,6,7,24,30,31,33],neglig:23,nest:[],network:20,nevertheless:10,newer:32,next:[10,33],nicer:0,nico:0,nicoretti:25,nil:20,nilclass:20,nmake:14,no_autodir:0,non:0,none:[23,32],noninfring:23,note:[],noth:25,notic:23,novemb:0,now:[],number:[4,12,21],oathnam:0,object:0,obtain:23,octob:0,off:[0,12,28],offici:0,often:[20,33],old:[0,9],omit:[0,1,34],onc:[7,27,34],onli:[],open:[0,20,33],opinion:37,optim:4,option:[],order:[0,5,26,33],origin:[26,32,36],other:[0,2,4,8,10,16,23,30,33,37],otherwis:[10,23,33],our:[32,37],out:[0,1,7,12,15,23,34,36],output:[],outputdir:[0,28,30,31],outsid:4,over:[28,34],overwrit:4,overwritten:[0,9],owner:23,packag:32,page:[0,6,9,12,15],paht:33,paket:21,paramet:[0,16,30,32,33],parent:[0,1,26,27,28],pars:26,parser:[0,20],part:[23,30,33,34],parti:23,particular:23,pass:0,password:20,patch:28,path:[],path_separ:0,pathnam:0,pathto:28,pattern:[0,1,28],pclint:33,peak:24,peopl:37,per:[0,9,20],perfect:7,perform:[],perman:32,permiss:23,permit:23,person:[23,28],personali:37,phisolophi:37,phrase:23,pictur:0,pipe:0,place:[0,33,35],platform:[25,30],pleas:[11,18],plugin:[0,11,15,18],png:[],point:[31,37],polici:28,port:21,portion:23,posix:32,possibl:[0,1,6,7,23,26,27,30,33,34,36],post:[2,5],poststep:[0,5,28],practic:36,pragma:33,pre:[],predefin:4,prefer:[],prefix:[0,32],prepro:0,preproc_with_compil:0,press:9,prestep:[0,28,33],prestepmain:2,pretti:[27,37],previou:0,primarybootloader2includ:30,print:[0,36],print_less:0,prioriti:[0,27],problem:[12,33],process:[0,23,37],procur:23,product:23,profit:23,program:23,programm:32,progress:37,progressbar:[0,20],proj:0,projec:[7,30],project:[],projectdir:[0,30,33],projectnam:[0,30,33],projnam:30,properli:0,properti:[9,15],protect:20,prove:37,provid:[0,6,23,25,33,37],proxi:20,publish:23,purpos:[23,37],put:27,quickstart:[],quot:[28,34],raid:24,rake:0,ram:24,rare:[0,33],rather:37,rdoc:20,read:[5,7,11,37],readi:25,real:[26,30],realli:[0,1],reason:[32,37],rebuild:[12,22,24],rebuilt:0,recogn:[0,30],recommend:14,recompil:0,recorgn:33,recreat:[0,9],recurs:[0,27],redirect:33,redistribut:23,reduc:4,redund:0,refactor:22,refer:[0,4,30],referenc:[0,4,23,30],regardless:[0,26,33],regener:0,regular:[4,26,35],rel:[0,28,30],releas:[0,4,34],reload:[0,25],remov:[],renam:[0,32],repetet:27,replac:[],report:0,repositori:[7,36],reproduc:23,requir:0,requiredbakevers:28,reserv:23,resourc:0,respons:28,rest:[21,33],restart:11,restrict:[0,23],result:[],retain:23,retriev:30,reus:0,revis:20,rework:0,rewrit:14,rewrite_solut:[],rgen:[0,20],rid:[9,32],right:[0,12,16,23],root1:[1,34],root2:[1,34],root:[],rtext:[0,6,20],rtext_eclipse_plugin:6,rubi:[],ruby192:32,rubygem:[0,20],run:[0,10,20,24,34,37],same:[0,5,10,21,26,28],satisfi:7,sbr:[],script:[0,7,14,28,37],scroll:0,search:[],sec:24,second:12,secur:[11,35],see:[0,12,16,20,23,32,35,37],seem:36,seen:12,select:[],sell:23,sens:7,sensit:0,separ:[0,1,23,27,33],seper:30,septemb:0,sequenc:32,server:18,servic:23,set:[],setup:[],sever:[0,1,7,21,27,34],shall:[9,23],shell:[2,32],shift:0,shortcut:0,should:[],show:[0,33],show_abs_path:0,show_config:0,show_doc:0,show_incs_and_def:0,show_licens:0,shown:[0,7,12,15,16,22],similar:9,simliar:35,simpli:[4,7,9,12,27],singl:[],site:[6,11,18],size:[12,33],slash:28,slow:0,small:7,softwar:[6,11,19,23,36],solut:[15,20,33],some:[0,7,9,12,15,23,33],someth:[0,1,30],sometim:37,soon:6,sort:0,sourc:[],space:[0,28],special:[0,23,30],specifi:[0,1,2,4,5,7,12,16,26,28,30,33,34,36],spent:37,spider:10,src:[0,5,25],standard:9,start:[],startup:[0,24],startupcod:0,startupstep:[0,28],state:23,statement:[12,36],step:[0,2,5,7,11,18,32,33,35,37],stick:37,still:[0,7],stop:[0,1,34],stoponfirsterror:0,store:0,straight:27,strategi:0,stream:0,strict:23,string:[0,28,30,34],structur:25,studio:[],stuff:[2,4],style:0,sub1:36,sub2:36,sub3:34,sub:[0,4,5,9,27],subcollect:34,subfold:0,subject:23,sublicens:23,subproject:4,subset:7,substanti:23,substitu:30,substitut:[0,5,23,28,30],subtag:0,success:0,successful:11,successfulli:[20,22,36],suitabl:10,suppli:33,support:[],suppress:33,sure:[20,33],svn:36,symbol:10,symlink:[],sync:36,system:[0,4,7,20,24,32,33],tag:0,take:[0,12,24,35,37],taken:5,target:[0,28],team:7,templat:0,term:23,test:[],text:28,than:[],thank:0,theconfig:30,thei:[9,26,37],them:[0,9,26],theori:23,theproject:30,therefor:[4,30,37],thi:[0,1,7,8,9,10,12,15,16,18,20,21,23,25,26,27,30,31,32,33,34,35,36,37],think:37,third:23,those:[12,37],though:[33,37],thread:[0,24],three:[8,28],through:37,ti_ar:0,ti_cl:0,ti_hom:0,time:[0,7,25,30],tip:[],tips_and_trick:[],tms470:0,toctre:[],too:[],tool:[0,7,15,18,30,37],toolchain:[0,4,5,15,28,33],toolchain_info:0,toolchain_nam:0,toolkit:[0,14,20,34],top:26,tort:23,touch:22,treat:0,tree:0,tri:21,trick:[],trust:11,tty:32,turn:0,two:[0,1,15,30,34],type:[],typic:10,typo:0,unchang:22,uncommon:1,undefin:20,under:[0,7,10],underscor:23,understand:37,uniniti:0,unintention:0,uniqu:34,unit:[0,34],unittest:34,unittestlib:34,unittestlibswithoutbsp:34,unix:[],unknown:21,unless:23,unlock:20,unnecessari:[],unter:9,updat:[0,6,11,18],updatesit:11,usag:30,user:[],userlibrari:[28,30],usr:30,usual:[1,2,12,15,37],usuali:20,valid:[0,4,27,28,30],validexitcod:[0,28],valu:[0,28,30],variabl:[],vcvarsal:15,verbos:0,veri:[0,8,9,20,24,27,34],version:[0,14,20,24,32,33,37],via:[0,7,12,16,18,26,32],view:12,virtual:0,visibl:32,visual:[],vs2013:0,w3520:24,wai:[0,14,20,23,30,32,37],wait:37,wall:5,want:[0,1,7,9,25,26,35,37],warn:[0,11,21],warn_sect:0,warranti:23,web:20,webpag:20,welcom:31,well:[0,33],were:[0,20,23],what:[],whatev:[4,30],when:[0,14,22,23,36],where:[],whether:[23,37],which:[],white:32,whole:[0,7,23,24],whom:23,why:[],why_bak:[],width:[],wildcard:[1,34],window:[0,6,7,12,16,24,30,32,36],wishlist:0,without:[0,15,22,23,24,26,30],wizard:[0,7],won:[2,33],word:0,work:[0,7,10,12,26,35,36],workaround:[0,22],workspac:[],world:30,would:[0,30],wrap:0,wrapper:[7,8,9],write:[0,26,30,35],written:[0,1,12],wrong:0,www:[11,18],wysiwyg:37,x86_64:[20,25],xeon:24,xml:[18,33],yesquant:34,yet:[7,15],you:[],your:[]},titles:["Changelog","Commandline","The build hierarchy","Concepts","The main project","The Project.meta file","Eclipse","How to convert existing CDT workspaces","How to create a new project in Eclipse","How to create a workspace in Eclipse","How to debug in Eclipse","How to install bake Eclipse integration","How to use bake in Eclipse","IDE Support","How to create VS-Projects using bake","How to Debug in Visual Studio","How to use bake in Visual Studio","Visual Studio","How to install bake Visual Studio integration","bake 2.17.4","Install bake","Internal developing notes","Known Issues","License","Performance","Quickstart","Adapt configs","Derive configs","The Syntax of the Project.meta file","Syntax","Variables in Project.meta","Bundle projects","How to use bake with cygwin","Static Code Analysis","The Bakery","Clang Analyze","Tips and Tricks","Why you should use bake"],titleterms:{"0x01":21,"0x0a":21,"import":[1,9],"new":8,"static":33,adapt:26,add:10,adjust:[12,30],advantag:4,analysi:33,analyz:35,applic:[1,10],arbitrari:1,auto:30,bake:[1,11,12,14,16,18,19,20,24,30,32,33,37],bakeri:34,basic:33,bind:6,build:[1,2,12,21],bundl:31,can:10,cdt:[7,12],changelog:0,choos:12,clang:35,clean:[1,12],cmake:24,code:[10,33],collect:34,commandlin:[1,34],compil:[10,33],concept:3,config:[26,27],configur:[10,12,33],convert:7,creat:[8,9,10,14],cygwin:32,debug:[10,15],defin:[12,30,33],deriv:27,desgin:37,develop:21,differ:24,differnt:1,directori:[1,4],doe:20,due:33,dure:20,eclips:[6,8,9,10,11,12,24],effect:26,environ:[24,30],error:[20,21,33],exampl:[1,2,4,5,20,33],exist:[7,30],extend:26,fail:33,file:[1,5,12,28],find:[],from:1,get:1,goal:37,graph:2,header:21,help:1,hierarchi:2,highlight:6,how:[1,7,8,9,10,11,12,14,15,16,18,20,32,34],implic:27,includ:[12,33,36],inform:10,inherit:27,instal:[11,18,20],instruct:28,integr:[11,18],interact:28,intern:21,introduct:26,invalid:20,issu:[20,22,33],junction:36,just:1,kei:6,known:[20,22,33],languag:20,licens:23,lint:33,main:[4,12],makefil:24,mani:33,map:10,messag:20,meta:[5,28,30,34],miss:33,more:1,most:1,multipl:27,nest:30,note:21,now:10,occurr:26,onli:33,option:1,output:4,packet:21,path:[10,30],perform:24,perspect:12,pre:30,prefer:12,project:[1,4,5,8,12,14,21,28,30,31],quickstart:25,receiv:21,remov:26,replac:26,result:[12,24],root:1,rubi:24,search:33,select:12,send:21,set:20,setup:33,should:37,singl:1,socket:21,sourc:[],specif:1,start:[20,21],studio:[15,16,17,18],support:13,symlink:36,syntax:[6,28,29,34],test:24,than:1,tip:36,too:33,trick:36,type:[21,26],unix:24,unnecessari:36,user:30,variabl:30,viewer:28,visual:[15,16,17,18],what:[5,34],where:[],which:1,why:37,within:1,workspac:[7,9],you:[10,37],your:10}})
1
+ Search.setIndex({envversion:47,filenames:["changelog","commandline/commandline","concepts/build_hierarchy","concepts/concepts","concepts/link_order","concepts/the_main_project","concepts/the_project_meta_file","ide/eclipse/eclipse","ide/eclipse/how_to_convert_existing_cdt_workspace","ide/eclipse/how_to_create_a_new_project_in_eclipse","ide/eclipse/how_to_create_a_workspace_in_eclipse","ide/eclipse/how_to_debug_in_eclipse","ide/eclipse/how_to_install_eclipse_plugin","ide/eclipse/how_to_use_bake_in_eclipse","ide/ide_integrations","ide/vs/how_to_create_vs_projects","ide/vs/how_to_debug_in_vs","ide/vs/how_to_used_bake_in_vs","ide/vs/vs","ide/vs/vs_install","index","install/install_bake","internal","known_issues","license","performance/performance","quickstart/quickstart","syntax/adapt_configs","syntax/derive_configs","syntax/project_meta_syntax","syntax/syntax","syntax/variable_substitutions","tips_and_tricks/bundle","tips_and_tricks/how_to_use_bake_with_cygwin","tips_and_tricks/static_code_analysis","tips_and_tricks/the_bakery","tips_and_tricks/the_clang","tips_and_tricks/tips_and_tricks","why_bake/why_bake"],objects:{},objnames:{},objtypes:{},terms:{"0x00":22,"0x02":22,"0xff":22,"2p180":25,"2p95":[21,26],"30pt":[],"3p0":25,"512pt":[],"6p398":25,"7p352":25,"__all__":27,"__main__":27,"_dev":33,"_lintout":34,"_one_":37,"_static":[],"break":38,"byte":22,"case":[0,10,31,34],"default":[0,1,10,21,26,29,35],"export":8,"import":[],"long":[0,17,25],"new":[],"return":[0,26],"static":[],"switch":[0,8,13,26,38],"throw":21,"true":[27,29],"try":[0,8],"while":21,abc:[1,27,31],abi:0,abl:[34,38],abort:[0,22],about:13,abov:[2,8,24,27,28],absolut:0,absolute_path_to_working_dir:37,accept:[0,12],access:0,account:0,action:24,actual:21,adapt:[],add:[],addit:[17,24,25],adjust:[],adjustcdt:0,adjustinclud:0,adr:29,advantag:[],advis:24,after:[0,12,34,35],again:[0,8,25],alia:[0,33,34],all:[0,1,2,5,10,11,13,24,27,28,29,34,35,36,37],allow:[0,1,5,28,31],allunittest:35,almost:9,alpha:36,alphabet:0,alreadi:13,also:[0,9,10,11,13,16,31],alwai:[0,5,11,13,29],ambigu:0,analysi:[],analyz:[],ani:[5,16,24],annot:[0,17],anoth:[0,1,16,23,34],ansi:[1,33],anymor:[0,5,8,33],anyth:23,appear:13,appli:[0,11,24,27,31],appropri:[8,13,16],april:0,apropri:21,ar470:0,archiv:[0,2,6,23,29,31],archiverpath:[0,13,31],aren:38,argument:[0,16],aris:24,around:34,arrai:29,arrow:11,articular:24,artifact:31,artifactnam:[0,6,28,29,31],artifactnamebas:[0,31],asm:[1,29],asmpath:[0,13,31],asscoat:34,assembl:[31,37],associ:[7,24],assum:[1,6,21],atom:19,attribut:[0,27,28],august:0,author:24,auto:[],autodir:0,automat:[0,6,11,31],avail:[0,10,12,16,19],avoid:[0,5,21,33,38],back:29,background:33,backward:0,bake:[],bakeri:[],base:[0,28,31],basedon:29,basi:37,basic:[],bat:[16,33],batch:[0,16],becaus:[6,28,34,38],been:[0,1,23,24],befor:[0,4,8,13],begin:0,behaviour:0,below:[0,12,16,19],best:37,beteween:38,better:0,between:[0,13,38],big:38,bin:[0,16,31,32,33],binari:[0,24,32,33,34],bla:0,black:[1,26,33,35],blub:[],blue:[29,35],bootload:31,bootloader_1:31,bootloaderupdat:31,both:28,bottom:2,box:[11,13],broken:0,brows:[],browser:21,bsp:35,bspabc:1,bspcorez6:0,bug:21,bugfix:0,build:[],build_:0,build_lib_bootloader_debug:31,build_lib_some_debug:31,build_main:26,built:[0,1,5,6,23,33,34,38],bundl:[],busi:24,cach:[0,26],calcul:[0,31],call:[0,1,6,16,33,34,35,36],can:[],candriv:[0,31],cannot:[0,5,11],care:0,caus:[21,24],cc2j:0,ccsv5:0,cdt:[],chang:[0,5,8,11,13,21,23,27],charact:0,charg:24,check:[0,1,16,19,21,35,37],checkbox:8,checker:36,child:[27,28],choos:[],chosen:[0,13],circl:13,cl470:0,claim:24,clang:[],clang_analyz:[0,36],clean:[],clear:0,clearer:0,clearn:0,click:[11,13,17,19],client:[0,28],clobber:0,close:0,cmake:[],cmd:[0,29],cmdline:[0,29],code:[],code_st:0,collect:[],collectionmandatori:35,color:[1,21,26,33,35],com:[12,19],combin:[0,2],come:[15,34],comma:[0,1,28],command:[0,2,7,13,16,17,22,26,27,29,31,33,34,35,38],commandlin:[],comment:[0,1,29,35],commit:[8,10,37],common7:16,compar:10,compat:[0,38],compil:[],complet:[8,13,34],complex:[0,25,38],compon:24,concaten:28,condit:24,config:[],confignam:[0,31,34],configpkg:0,configur:[],confnam:31,confus:0,connect:[21,22,24],consequenti:24,consist:[0,6,24],consol:[0,1,13,35],contain:[6,24,31],content:[2,8,29],context:[5,8,10],contract:24,contrast:25,contributor:24,control:[8,10,27],conveni:27,convers:[0,8],conversion_info:0,convert:[],copi:[0,24,32],copyright:24,corez6:0,corpor:24,correct:0,correctli:[0,19,21],cosmet:0,could:0,cpath:[0,13,31],cplusplu:36,cpp:[1,5,6,16,26,27,28,29,34,36],cpppath:[0,13,31],cprojec:10,cproject:[8,9,10,13],cpu:25,crash:0,creat:[],createvsproject:[0,15],ctrl:0,current:[0,1,29,31,34,35],cursor:[29,35],custom:[2,6,34],customconfig:[0,2,27,28,29,36],cxxproject:[0,24],cyclic:0,cygdriv:[11,33],cygwin:[],damag:24,darwin13:[21,26],data:24,deadcod:36,deal:24,debug:[],debug_app:[],debug_info:5,debug_main:6,decemb:0,decor:13,def:[0,31],defaulttoolchain:[0,5,6,13,16,17,27,28,29,34,36],defin:[],definit:[0,4,5,31],delet:[0,8,23],deped:21,depenc:38,depend:[0,1,2,4,5,6,13,21,28,29,31,33,34,36,37],dependend:38,deprec:0,deprect:0,deriv:[],derv:28,describ:[13,16],descript:[0,29,31,35],deselect:17,desgin:[],design:38,detail:26,develop:[],devenv:16,diab:[27,28],diag_warn:0,dialog:[0,11],did:0,differ:[],dir:[0,29,31],direct:[0,24],directli:[13,31],directori:[],disabl:[0,17],discard:22,disclaim:24,disk:8,displai:[0,13,17,29,35],distribut:[24,35],doc:[0,34],docu:[0,29],document:[0,21,24,38],doe:[],don:[11,16,31,38],done:[5,11,26],doubl:[19,29,35],download:[7,19],due:[],eabi:0,each:[0,24],earli:0,earlier:0,easi:[9,20,21,28,38],easiest:[33,38],easili:[5,36,38],echo:6,eclips:[],eclipseord:[0,27,29],edit:[10,23,36],editor:7,either:[28,36],element:[27,28,29,31,35],elf:31,els:[1,23],email:29,embrac:38,empti:[0,5,9,31],en_u:21,enabl:[0,7,10,13],end:0,energi:38,english:21,ensur:[0,8],entir:38,env:[0,29],environ:[],environmentvari:31,equal:[0,31],equip:2,equival:24,error:[],escap:33,especi:0,esrlab:[12,19],etc:[6,16,33,34,37],evalu:[21,31],evalut:31,even:[0,24,34,38],event:24,everi:[0,2,6,34],everyth:5,exactli:27,exampl:[],except:[0,13,22,26],exclud:[0,35],exclude_filt:0,excludefil:[0,29],execut:[0,2,6,11,16,23,34,37],executableconfig:[0,2,5,6,27,28,29,34,36],exemplari:24,exens:31,exist:[],exit:[0,26],exitstep:[0,29],expand:0,experiment:[0,32],explicit:34,explicitli:[0,24],explor:[8,10,13],express:24,extend:[],extens:19,extern:3,externallibrari:[0,4,6,29,31],externallibrarysearchpath:[6,29,31],extrem:0,fact:34,fail:[],failur:38,fals:[0,29],fan:38,fast:[20,38],faster:25,featur:[0,10,12,13,32,37],februari:0,feedback:32,fetch:21,few:[13,38],file:[],filenam:[0,22],fill:[8,9,13],filter:[0,29],find:[],finish:10,first:[0,1,16,28,31,34,35],fit:[24,38],fix:[0,25],flag:[0,5,6,16,28,29,34,36],flex:34,focu:38,folder:[0,1,9,31,34],follow:[11,12,19,24,26,28,31,33,34,36],follw:26,forget:11,form:24,format:34,format_specif:34,forward:[0,28,34],found:[0,8,10,11,21,26,27,33],free:24,from:[],front:29,fstab:33,full:31,furnish:24,further:32,gcc:[0,5,6,11,16,27,28,34,36],gcc_env:0,gdb:11,gem:[0,21],gener:[0,2,4,8,13,21,26,28,38],ghz:25,git:37,github:[0,7],given:22,glob:0,goal:[],good:[10,24,38],googl:21,govern:24,grant:24,graphic:24,greater:[0,22],green:11,greenhil:0,gsub:21,handl:[0,34],happen:6,hard:[31,38],hardcod:0,hash:[29,35],have:[0,1,5,8,9,10,11,13,16,21,24,28,29,31,33,34,35,36,38],hdd:25,header:[],hello:31,helper:34,here:[10,16,27,38],herebi:24,hereinaft:24,hide:0,high:28,higher:0,highest:0,highlin:21,hinder:38,holder:24,host:[0,1,6,21,26,27,31,34],hostnam:31,hour:38,howev:[0,11,21,24,37],http:[12,19],ide_integr:[],idea:10,ignor:[0,10,12],ignore_cach:0,iinclud:[6,26],imag:[],imagin:36,impli:24,implicitli:28,improv:0,inc:[0,28,32],incident:24,includ:[],include_filt:0,include_path:0,includedir:[0,5,6,28,29,31,37],inclus:0,inconsist:[0,5],incorrect:37,incorrectli:0,independ:[35,38],indirect:[0,24],infix:0,info:[0,22,26,37],inform:[],informationen:8,inherit:[],inject:[0,29],input:0,instal:[],install_bak:[],instead:[0,5,8,33,36],integr:[],intel:25,intend:0,intern:[],internaldefin:[0,13,29],internalinclud:[0,13,29],internat:21,interrupt:24,introduc:0,invalid:[],invert:0,invok:36,issu:[],istal:21,item:[13,17],itself:5,januari:0,java:0,juli:0,junction:[],june:0,keep:29,keil:0,keyword:[0,27],kicker:38,kind:24,known:[],known_issu:[],lab:[12,19,24],label:13,lake:24,larg:38,larger:0,last:[0,16,17],latest:0,lc_all:21,ldebug:0,lead:0,lear:24,least:2,leav:[5,23],length:22,less:38,let:6,level:[0,27],liabil:24,liabl:24,lib:[0,5,6,29,31,32],libpostfixflag:29,libprefixflag:29,librari:[2,3],libraryconfig:[0,2,5,6,27,28,29,34],libsub:6,licens:[],life:31,lightweight:38,like:[0,1,2,5,13,16,19,21,27,28,31,34,36],limit:24,line:[0,13,16,17,22,24,27,29,31,33,34,35,38],link:[2,3],link_onli:0,linker:[0,2,16,27,28,29,31],linkerpath:[0,13,31],linkerscript:[0,29],lint:[],lint_cmac:34,lint_cppmac:34,lint_max:0,lint_min:0,lintpolici:[29,34],linux:[0,37],list:[0,10,24,28,34,37],listen:22,llvm:0,lnt:[0,34],load:26,local:0,localhost:22,locat:[0,6,9],lock:0,logo_conformant_1024:[],longer:0,look:[19,28,31,38],loss:24,machin:0,made:[0,11],magic:0,mai:0,main1:35,main2:35,main:[],mainconfignam:[0,5,31],mainproj:[1,35],mainprojectdir:[0,31,34],mainprojectnam:[0,5,31],maintain:38,maintanc:38,major:[10,29,33],mak:34,make:[0,8,21,33,34,38],makefil:[],mani:[],manipul:27,manual:[7,8,23,32],map:[],mapfil:29,mar:11,march:0,mark:[0,8,13,29,35],match:[0,1,27],materi:24,matter:28,max:[0,34],maxdepth:[],maximum:[0,29],mean:[8,27,32,36,38],mechan:10,menu:[0,8,10,13,17],merchant:24,merg:[0,24,28],messag:[],met:24,meta:[],method:21,microsoft:16,might:[8,13,21,37],min:[0,25,34],mind:29,mingw:0,minimum:[0,29],minor:[0,29],minut:[13,26,38],misra:34,miss:[],mix:27,mkdir:26,mmd:0,mode:0,modif:24,modifi:24,more:[],mount:11,mous:[29,35],move:[0,29,35],msvc:[0,16],multi:0,multipl:[],must:[0,4,5,11,13,24,33,34,35,38],mv7a8:0,my_comput:31,my_project:[6,26],myinclud:31,mylibraryproject:34,myproj:[0,1,15],myproject:31,myprojectnam:31,myspecialcollect:35,myvar:31,name:[0,1,5,9,11,13,21,22,27,29,31,34,35,36],nativ:[16,25],navig:9,nbsp:[29,35],ndebug:5,ndefault:35,necessari:[0,33,38],need:[5,7,8,25,31,32,34],neglig:24,nest:[],network:21,nevertheless:11,newer:33,next:[11,34],nicer:0,nico:0,nicoretti:26,nil:21,nilclass:21,nmake:15,no_autodir:0,non:0,none:[24,33],noninfring:24,note:[],noth:26,notic:24,novemb:0,now:[],number:[5,13,22],oathnam:0,object:[0,4],obtain:24,octob:0,off:[0,13,29],offici:0,often:[21,34],old:[0,10],omit:[0,1,35],onc:[8,28,35],onli:[],open:[0,21,34],opinion:38,optim:5,option:[],order:3,origin:[27,33,37],other:[0,2,5,9,11,17,24,31,34,38],otherwis:[11,24,34],our:[33,38],out:[0,1,8,13,16,24,35,37],output:[],outputdir:[0,29,31,32],outsid:5,over:[29,35],overwrit:5,overwritten:[0,10],owner:24,packag:33,page:[0,7,10,13,16],paht:34,paket:22,paramet:[0,17,31,33,34],parent:[0,1,27,28,29],pars:27,parser:[0,21],part:[24,31,34,35],parti:24,particular:24,pass:0,password:21,patch:29,path:[],path_separ:0,pathnam:0,pathto:29,pattern:[0,1,29],pclint:34,peak:25,peopl:38,per:[0,10,21],perfect:8,perform:[],perman:33,permiss:24,permit:24,person:[24,29],personali:38,phisolophi:38,phrase:24,pictur:0,pipe:0,place:[0,34,36],platform:[26,31],pleas:[12,19],plugin:[0,12,16,19],png:[],point:[32,38],polici:29,port:22,portion:24,posix:33,possibl:[0,1,7,8,24,27,28,31,34,35,37],post:[2,6],poststep:[0,6,29],practic:37,pragma:34,pre:[],predefin:5,prefer:[],prefix:[0,33],prepro:0,preproc_with_compil:0,press:10,prestep:[0,29,34],prestepmain:2,pretti:[28,38],previou:0,primarybootloader2includ:31,print:[0,37],print_less:0,prioriti:[0,28],problem:[13,34],process:[0,24,38],procur:24,product:24,profit:24,program:24,programm:33,progress:38,progressbar:[0,21],proj:0,projec:[8,31],project:[],projectdir:[0,31,34],projectnam:[0,31,34],projnam:31,properli:0,properti:[10,16],protect:21,prove:38,provid:[0,7,24,26,34,38],proxi:21,publish:24,purpos:[24,38],put:28,quickstart:[],quot:[29,35],raid:25,rake:0,ram:25,rare:[0,34],rather:38,rdoc:21,read:[6,8,12,38],readi:26,real:[27,31],realli:[0,1],reason:[33,38],rebuild:[13,23,25],rebuilt:0,recogn:[0,31],recommend:15,recompil:0,recorgn:34,recreat:[0,10],recurs:[0,28],redirect:34,redistribut:24,reduc:5,redund:0,refactor:23,refer:[0,5,31],referenc:[0,5,24,31],regardless:[0,27,34],regener:0,regular:[5,27,36],rel:[0,29,31],releas:[0,5,35],reload:[0,26],remov:[],renam:[0,33],repetet:28,replac:[],report:0,repositori:[8,37],reproduc:24,requir:0,requiredbakevers:29,reserv:24,resourc:0,respons:29,rest:[22,34],restart:12,restrict:[0,24],result:[],retain:24,retriev:31,reus:0,revis:21,rework:0,rewrit:15,rewrite_solut:[],rgen:[0,21],rid:[10,33],right:[0,13,17,24],root1:[1,35],root2:[1,35],root:[],rtext:[0,7,21],rtext_eclipse_plugin:7,rubi:[],ruby192:33,rubygem:[0,21],run:[0,11,21,25,35,38],same:3,satisfi:8,sbr:[],script:[0,8,15,29,38],scroll:0,search:[],sec:25,second:13,secur:[12,36],see:[0,13,17,21,24,33,36,38],seem:37,seen:13,select:[],sell:24,sens:8,sensit:0,separ:[0,1,24,28,34],seper:31,septemb:0,sequenc:33,server:19,servic:24,set:[],setup:[],sever:[0,1,8,22,28,35],shall:[10,24],shell:[2,33],shift:0,shortcut:0,should:[],show:[0,34],show_abs_path:0,show_config:0,show_doc:0,show_incs_and_def:0,show_licens:0,shown:[0,8,13,16,17,23],similar:10,simliar:36,simpli:[5,8,10,13,28],singl:[],site:[7,12,19],size:[13,34],slash:29,slow:0,small:8,softwar:[7,12,20,24,37],solut:[16,21,34],some:[0,8,10,13,16,24,34],someth:[0,1,31],sometim:38,soon:7,sort:0,sourc:[],space:[0,29],special:[0,24,31],specifi:[0,1,2,5,6,8,13,17,27,29,31,34,35,37],spent:38,spider:11,src:[0,6,26],standard:10,start:[],startup:[0,25],startupcod:0,startupstep:[0,29],state:24,statement:[13,37],step:[0,2,6,8,12,19,33,34,36,38],stick:38,still:[0,8],stop:[0,1,35],stoponfirsterror:0,store:0,straight:28,strategi:0,stream:0,strict:24,string:[0,29,31,35],structur:26,studio:[],stuff:[2,5],style:0,sub1:37,sub2:37,sub3:35,sub:[0,5,6,10,28],subcollect:35,subfold:0,subject:24,sublicens:24,subproject:5,subset:8,substanti:24,substitu:31,substitut:[0,6,24,29,31],subtag:0,success:0,successful:12,successfulli:[21,23,37],suitabl:11,suppli:34,support:[],suppress:34,sure:[21,34],svn:37,symbol:11,symlink:[],sync:37,system:[0,5,8,21,25,33,34],tag:0,take:[0,13,25,36,38],taken:6,target:[0,29],team:8,templat:0,term:24,test:[],text:29,than:[],thank:0,theconfig:31,thei:[10,27,38],them:[0,10,27],theori:24,theproject:31,therefor:[5,31,38],thi:[0,1,8,9,10,11,13,16,17,19,21,22,24,26,27,28,31,32,33,34,35,36,37,38],think:38,third:24,those:[13,38],though:[34,38],thread:[0,25],three:[9,29],through:38,ti_ar:0,ti_cl:0,ti_hom:0,time:[0,8,26,31],tip:[],tips_and_trick:[],tms470:0,toctre:[],too:[],tool:[0,8,16,19,31,38],toolchain:[0,5,6,16,29,34],toolchain_info:0,toolchain_nam:0,toolkit:[0,15,21,35],top:27,tort:24,touch:23,treat:0,tree:0,tri:22,trick:[],trust:12,tty:33,turn:0,two:[0,1,16,31,35],type:[],typic:11,typo:0,unchang:23,uncommon:1,undefin:21,under:[0,8,11],underscor:24,understand:38,uniniti:0,unintention:0,uniqu:35,unit:[0,35],unittest:35,unittestlib:35,unittestlibswithoutbsp:35,unix:[],unknown:22,unless:24,unlock:21,unnecessari:[],unter:10,updat:[0,7,12,19],updatesit:12,usag:31,user:[],userlibrari:[29,31],usr:31,usual:[1,2,13,16,38],usuali:21,valid:[0,5,28,29,31],validexitcod:[0,29],valu:[0,29,31],variabl:[],vcvarsal:16,verbos:0,veri:[0,9,10,21,25,28,35],version:[0,15,21,25,33,34,38],via:[0,8,13,17,19,27,33],view:13,virtual:0,visibl:33,visual:[],vs2013:0,w3520:25,wai:[0,15,21,24,31,33,38],wait:38,wall:6,want:[0,1,8,10,26,27,36,38],warn:[0,12,22],warn_sect:0,warranti:24,web:21,webpag:21,welcom:32,well:[0,34],were:[0,21,24],what:[],whatev:[5,31],when:[0,15,23,24,37],where:[],whether:[24,38],which:[],white:33,whole:[0,8,24,25],whom:24,why:[],why_bak:[],width:[],wildcard:[1,35],window:[0,7,8,13,17,25,31,33,37],wishlist:0,without:[0,16,23,24,25,27,31],wizard:[0,8],won:[2,34],word:0,work:[0,8,11,13,27,36,37],workaround:[0,23],workspac:[],world:31,would:[0,31],wrap:0,wrapper:[8,9,10],write:[0,27,31,36],written:[0,1,13],wrong:0,www:[12,19],wysiwyg:38,x86_64:[21,26],xeon:25,xml:[19,34],yesquant:35,yet:[8,16],you:[],your:[]},titles:["Changelog","Commandline","The build hierarchy","Concepts","The link order","The main project","The Project.meta file","Eclipse","How to convert existing CDT workspaces","How to create a new project in Eclipse","How to create a workspace in Eclipse","How to debug in Eclipse","How to install bake Eclipse integration","How to use bake in Eclipse","IDE Support","How to create VS-Projects using bake","How to Debug in Visual Studio","How to use bake in Visual Studio","Visual Studio","How to install bake Visual Studio integration","bake 2.18.0","Install bake","Internal developing notes","Known Issues","License","Performance","Quickstart","Adapt configs","Derive configs","The Syntax of the Project.meta file","Syntax","Variables in Project.meta","Bundle projects","How to use bake with cygwin","Static Code Analysis","The Bakery","Clang Analyze","Tips and Tricks","Why you should use bake"],titleterms:{"0x01":22,"0x0a":22,"import":[1,10],"new":9,"static":34,adapt:27,add:11,adjust:[13,31],advantag:5,analysi:34,analyz:36,applic:[1,11],arbitrari:1,auto:31,bake:[1,12,13,15,17,19,20,21,25,31,33,34,38],bakeri:35,basic:34,bind:7,build:[1,2,13,22],bundl:32,can:11,cdt:[8,13],changelog:0,choos:13,clang:36,clean:[1,13],cmake:25,code:[11,34],collect:35,commandlin:[1,35],compil:[11,34],concept:3,config:[27,28],configur:[11,13,34],convert:8,creat:[9,10,11,15],cygwin:33,debug:[11,16],defin:[13,31,34],deriv:28,desgin:38,develop:22,differ:25,differnt:1,directori:[1,5],doe:21,due:34,dure:21,eclips:[7,9,10,11,12,13,25],effect:27,environ:[25,31],error:[21,22,34],exampl:[1,2,4,5,6,21,34],exist:[8,31],extend:27,extern:4,fail:34,file:[1,6,13,29],find:[],from:1,get:1,goal:38,graph:2,header:22,help:1,hierarchi:2,highlight:7,how:[1,8,9,10,11,12,13,15,16,17,19,21,33,35],implic:28,includ:[13,34,37],inform:11,inherit:28,instal:[12,19,21],instruct:29,integr:[12,19],interact:29,intern:22,introduct:27,invalid:21,issu:[21,23,34],junction:37,just:1,kei:7,known:[21,23,34],languag:21,librari:4,licens:24,link:4,lint:34,main:[5,13],makefil:25,mani:34,map:11,messag:21,meta:[6,29,31,35],miss:34,more:1,most:1,multipl:28,nest:31,note:22,now:11,occurr:27,onli:34,option:1,order:4,output:5,packet:22,path:[11,31],perform:25,perspect:13,pre:31,prefer:13,project:[1,5,6,9,13,15,22,29,31,32],quickstart:26,receiv:22,remov:27,replac:27,result:[13,25],root:1,rubi:25,same:4,search:34,select:13,send:22,set:21,setup:34,should:38,singl:1,socket:22,sourc:[],specif:1,start:[21,22],studio:[16,17,18,19],support:14,symlink:37,syntax:[7,29,30,35],test:25,than:1,tip:37,too:34,trick:37,type:[22,27],unix:25,unnecessari:37,user:31,variabl:31,viewer:29,visual:[16,17,18,19],what:[6,35],where:[],which:1,why:38,within:1,workspac:[8,10],you:[11,38],your:11}})
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Adapt configs &mdash; bake 2.17.4 documentation</title>
8
+ <title>Adapt configs &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="up" title="Syntax" href="syntax.html" />
34
34
  <link rel="next" title="Commandline" href="../commandline/commandline.html" />
35
35
  <link rel="prev" title="Derive configs" href="derive_configs.html" />
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Derive configs &mdash; bake 2.17.4 documentation</title>
8
+ <title>Derive configs &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="up" title="Syntax" href="syntax.html" />
34
34
  <link rel="next" title="Adapt configs" href="adapt_configs.html" />
35
35
  <link rel="prev" title="Variables in Project.meta" href="variable_substitutions.html" />
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>The Syntax of the Project.meta file &mdash; bake 2.17.4 documentation</title>
8
+ <title>The Syntax of the Project.meta file &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="up" title="Syntax" href="syntax.html" />
34
34
  <link rel="next" title="Variables in Project.meta" href="variable_substitutions.html" />
35
35
  <link rel="prev" title="Syntax" href="syntax.html" />
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Syntax &mdash; bake 2.17.4 documentation</title>
8
+ <title>Syntax &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,9 +29,9 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="next" title="The Syntax of the Project.meta file" href="project_meta_syntax.html" />
34
- <link rel="prev" title="The build hierarchy" href="../concepts/build_hierarchy.html" />
34
+ <link rel="prev" title="The link order" href="../concepts/link_order.html" />
35
35
  <meta charset='utf-8'>
36
36
  <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
37
37
  <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
@@ -105,7 +105,7 @@
105
105
 
106
106
 
107
107
  <li>
108
- <a href="../concepts/build_hierarchy.html" title="Previous Chapter: The build hierarchy"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; The build hie...</span>
108
+ <a href="../concepts/link_order.html" title="Previous Chapter: The link order"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; The link order</span>
109
109
  </a>
110
110
  </li>
111
111
  <li>
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Variables in Project.meta &mdash; bake 2.17.4 documentation</title>
8
+ <title>Variables in Project.meta &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="up" title="Syntax" href="syntax.html" />
34
34
  <link rel="next" title="Derive configs" href="derive_configs.html" />
35
35
  <link rel="prev" title="The Syntax of the Project.meta file" href="project_meta_syntax.html" />
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Bundle projects &mdash; bake 2.17.4 documentation</title>
8
+ <title>Bundle projects &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="up" title="Tips and Tricks" href="tips_and_tricks.html" />
34
34
  <link rel="next" title="Performance" href="../performance/performance.html" />
35
35
  <link rel="prev" title="Clang Analyze" href="the_clang.html" />
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>How to use bake with cygwin &mdash; bake 2.17.4 documentation</title>
8
+ <title>How to use bake with cygwin &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="up" title="Tips and Tricks" href="tips_and_tricks.html" />
34
34
  <link rel="next" title="Clang Analyze" href="the_clang.html" />
35
35
  <link rel="prev" title="Static Code Analysis" href="static_code_analysis.html" />
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Static Code Analysis &mdash; bake 2.17.4 documentation</title>
8
+ <title>Static Code Analysis &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="up" title="Tips and Tricks" href="tips_and_tricks.html" />
34
34
  <link rel="next" title="How to use bake with cygwin" href="how_to_use_bake_with_cygwin.html" />
35
35
  <link rel="prev" title="The Bakery" href="the_bakery.html" />
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>The Bakery &mdash; bake 2.17.4 documentation</title>
8
+ <title>The Bakery &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="up" title="Tips and Tricks" href="tips_and_tricks.html" />
34
34
  <link rel="next" title="Static Code Analysis" href="static_code_analysis.html" />
35
35
  <link rel="prev" title="Tips and Tricks" href="tips_and_tricks.html" />
@@ -5,7 +5,7 @@
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
 
8
- <title>Clang Analyze &mdash; bake 2.17.4 documentation</title>
8
+ <title>Clang Analyze &mdash; bake 2.18.0 documentation</title>
9
9
 
10
10
  <link rel="stylesheet" href="../_static/basic.css" type="text/css" />
11
11
  <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -15,7 +15,7 @@
15
15
  <script type="text/javascript">
16
16
  var DOCUMENTATION_OPTIONS = {
17
17
  URL_ROOT: '../',
18
- VERSION: '2.17.4',
18
+ VERSION: '2.18.0',
19
19
  COLLAPSE_INDEX: false,
20
20
  FILE_SUFFIX: '.html',
21
21
  HAS_SOURCE: true
@@ -29,7 +29,7 @@
29
29
  <script type="text/javascript" src="../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
30
30
  <script type="text/javascript" src="../_static/bootstrap-sphinx.js"></script>
31
31
  <link rel="shortcut icon" href="../_static/logo_tiny_32.ico"/>
32
- <link rel="top" title="bake 2.17.4 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.18.0 documentation" href="../index.html" />
33
33
  <link rel="up" title="Tips and Tricks" href="tips_and_tricks.html" />
34
34
  <link rel="next" title="Bundle projects" href="bundle.html" />
35
35
  <link rel="prev" title="How to use bake with cygwin" href="how_to_use_bake_with_cygwin.html" />