bake-toolkit 2.12.2 → 2.13.0

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.
Files changed (62) hide show
  1. checksums.yaml +4 -4
  2. data/bin/bake +0 -1
  3. data/bin/bake-doc +2 -2
  4. data/documentation/_build/html/_sources/changelog.txt +29 -2
  5. data/documentation/_build/html/_sources/ide/vs/how_to_create_vs_projects.txt +1 -1
  6. data/documentation/_build/html/_sources/index.txt +1 -1
  7. data/documentation/_build/html/_sources/tips_and_tricks/static_code_analysis.txt +4 -4
  8. data/documentation/_build/html/_sources/tips_and_tricks/the_bakery.txt +7 -1
  9. data/documentation/_build/html/_static/syntax.html +10 -2
  10. data/documentation/_build/html/changelog.html +80 -5
  11. data/documentation/_build/html/commandline/commandline.html +3 -3
  12. data/documentation/_build/html/concepts/build_hierarchy.html +3 -3
  13. data/documentation/_build/html/concepts/concepts.html +3 -3
  14. data/documentation/_build/html/concepts/the_main_project.html +3 -3
  15. data/documentation/_build/html/concepts/the_project_meta_file.html +3 -3
  16. data/documentation/_build/html/genindex.html +3 -3
  17. data/documentation/_build/html/ide/eclipse/eclipse.html +3 -3
  18. data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +3 -3
  19. data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +3 -3
  20. data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +3 -3
  21. data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +3 -3
  22. data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +3 -3
  23. data/documentation/_build/html/ide/ide_integrations.html +3 -3
  24. data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +4 -4
  25. data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +3 -3
  26. data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +3 -3
  27. data/documentation/_build/html/ide/vs/vs.html +3 -3
  28. data/documentation/_build/html/ide/vs/vs_install.html +3 -3
  29. data/documentation/_build/html/index.html +6 -6
  30. data/documentation/_build/html/install/install_bake.html +3 -3
  31. data/documentation/_build/html/internal.html +3 -3
  32. data/documentation/_build/html/known_issues.html +3 -3
  33. data/documentation/_build/html/license.html +3 -3
  34. data/documentation/_build/html/performance/performance.html +3 -3
  35. data/documentation/_build/html/quickstart/quickstart.html +3 -3
  36. data/documentation/_build/html/search.html +3 -3
  37. data/documentation/_build/html/searchindex.js +1 -1
  38. data/documentation/_build/html/syntax/derive_configs.html +3 -3
  39. data/documentation/_build/html/syntax/project_meta_syntax.html +13 -5
  40. data/documentation/_build/html/syntax/syntax.html +3 -3
  41. data/documentation/_build/html/syntax/variable_substitutions.html +3 -3
  42. data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +3 -3
  43. data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +7 -7
  44. data/documentation/_build/html/tips_and_tricks/the_bakery.html +8 -4
  45. data/documentation/_build/html/tips_and_tricks/the_clang.html +3 -3
  46. data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +3 -3
  47. data/documentation/_build/html/why_bake/why_bake.html +5 -5
  48. data/lib/bake/config/loader.rb +42 -0
  49. data/lib/bake/model/metamodel.rb +6 -0
  50. data/lib/bake/options/options.rb +63 -68
  51. data/lib/bake/options/showDoc.rb +0 -7
  52. data/lib/bake/options/usage.rb +16 -17
  53. data/lib/bakery/options/options.rb +9 -9
  54. data/lib/bakery/toBake.rb +1 -1
  55. data/lib/blocks/compile.rb +3 -5
  56. data/lib/blocks/executable.rb +6 -1
  57. data/lib/blocks/library.rb +6 -3
  58. data/lib/common/options/parser.rb +19 -14
  59. data/lib/common/version.rb +1 -1
  60. data/lib/vs/options.rb +9 -8
  61. metadata +2 -3
  62. data/lib/common/options/option.rb +0 -13
@@ -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.12.2 documentation</title>
8
+ <title>Performance &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.0 documentation" href="../index.html" />
33
33
  <link rel="next" title="Known Issues" href="../known_issues.html" />
34
34
  <link rel="prev" title="Clang Analyze" href="../tips_and_tricks/the_clang.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.12.2 documentation</title>
8
+ <title>Quickstart &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.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.12.2 documentation</title>
8
+ <title>Search &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="index.html" />
33
+ <link rel="top" title="bake 2.13.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_install_eclipse_plugin","ide/eclipse/how_to_use_bake_in_eclipse","ide/ide_integrations","ide/vs/how_to_create_vs_projects","ide/vs/how_to_debug_in_vs","ide/vs/how_to_used_bake_in_vs","ide/vs/vs","ide/vs/vs_install","index","install/install_bake","internal","known_issues","license","performance/performance","quickstart/quickstart","syntax/derive_configs","syntax/project_meta_syntax","syntax/syntax","syntax/variable_substitutions","tips_and_tricks/how_to_use_bake_with_cygwin","tips_and_tricks/static_code_analysis","tips_and_tricks/the_bakery","tips_and_tricks/the_clang","tips_and_tricks/tips_and_tricks","why_bake/why_bake"],objects:{},objnames:{},objtypes:{},terms:{"0x00":20,"0x02":20,"0xff":20,"2p180":23,"2p95":[19,24],"30pt":[],"3p0":23,"512pt":[],"6p398":23,"7p352":23,"_dev":29,"_lintout":30,"_one_":33,"_static":[],"break":34,"byte":20,"case":[0,9,28,30],"default":[0,1,9,19,24,26,31],"export":7,"import":[],"long":[0,15,23],"new":[],"return":24,"static":[],"switch":[0,7,11,24,34],"throw":19,"true":26,"try":[0,7],"while":19,abc:[1,28],abi:0,abl:[30,34],abort:[0,20],about:11,abov:[2,7,22,25],absolut:0,absolute_path_to_working_dir:33,accept:[0,10],access:0,account:0,action:22,actual:19,adapt:7,add:[0,5,13,14,26,29,30],addit:[15,22,23],adjust:[],adjustcdt:0,adjustinclud:0,adr:26,advantag:[],advis:22,after:[0,10,30,31],again:[0,7,23],alia:[0,29,30],all:[0,1,2,4,9,11,22,25,26,30,31,32,33],allow:[0,1,4,25,28],allunittest:31,almost:8,alpha:32,alphabet:0,alreadi:11,also:[0,8,9,11,14,28],alwai:[0,4,11,26],ambigu:0,analysi:[],analyz:[],ani:[4,14,22],annot:[0,15],anoth:[0,1,14,21,30],ansi:[1,29],anymor:[0,4,7,29],anyth:21,appear:11,appli:[0,22,28],appropri:[7,11,14],april:0,apropri:19,ar470:0,archiv:[0,2,5,21,26,28],archiverpath:[0,11,28],aren:34,argument:[0,14],aris:22,around:30,arrai:26,articular:22,artifact:28,artifactnam:[0,5,25,26,28],artifactnamebas:[0,28],asm:[1,26],asmpath:[0,11,28],asscoat:30,assembl:[28,33],associ:[6,22],assum:[1,5,19],atom:17,attribut:0,august:0,author:22,auto:[],automat:[0,5,28],avail:[0,9,10,14,17],avoid:[0,4,19,29,34],back:26,background:29,backward:0,bake:[],bakeri:[],base:[0,25,28],basedon:[25,26],basi:33,basic:[],bat:[14,29],batch:[0,14],becaus:[5,25,30,34],been:[0,1,21,22],befor:[0,7,11],begin:0,below:[0,10,14,17],best:33,beteween:34,better:0,between:[0,11,34],big:34,bin:[0,14,28,29],binari:[22,29,30],bla:0,black:[1,24,29,31],blue:[26,31],bootload:28,bootloader_1:28,bootloaderupdat:28,both:25,bottom:2,box:11,broken:0,browser:19,bsp:31,bspabc:1,bspcorez6:0,bug:19,bugfix:0,build:[],build_:0,build_lib_bootloader_debug:28,build_lib_some_debug:28,build_main:24,built:[0,1,4,5,21,29,30,34],busi:22,cach:[0,24],calcul:[0,28],call:[0,1,5,14,29,30,31,32],can:[0,1,2,4,5,6,7,8,9,10,11,13,14,15,19,20,28,29,30,32,34],candriv:[0,28],cannot:[0,4],care:0,caus:[19,22],cc2j:0,ccsv5:0,cdt:[],chang:[0,4,7,11,19,21],charact:0,charg:22,check:[0,1,14,17,19,31,33],checkbox:7,checker:32,child:25,choos:[],chosen:[0,11],circl:11,cl470:0,claim:22,clang:[],clang_analyz:[0,32],clean:[],clear:0,clearer:0,clearn:0,click:[11,15,17],client:0,clobber:0,close:0,cmake:[],cmd:[0,26],cmdline:[0,26],code:[],code_st:0,collect:[],collectionmandatori:31,color:[1,19,24,29,31],com:[10,17],combin:[0,2],come:[13,30],comma:[0,1],command:[0,2,6,11,14,15,20,24,25,26,28,29,30,31,34],commandlin:[],comment:[0,1,26,31],commit:[7,9,33],common7:14,compar:9,compat:[0,34],compil:[],complet:[7,11,30],complex:[0,23,34],compon:22,condit:22,config:[],confignam:[0,28,30],configpkg:0,configur:[],confnam:28,confus:0,connect:[19,20,22],consequenti:22,consist:[0,5,22],consol:[0,1,11,31],contain:[5,22,28],content:[2,7,26],context:[4,7,9],contract:22,contrast:23,contributor:22,control:[7,9],convers:[0,7],conversion_info:0,convert:[],copi:[0,22],copyright:22,corez6:0,corpor:22,correct:0,correctli:[0,17,19],cosmet:0,could:0,cpath:[0,11,28],cplusplu:32,cpp:[1,4,5,14,24,26,30,32],cpppath:[0,11,28],cprojec:9,cproject:[7,8,9,11],cpu:23,crash:0,creat:[],createvsproject:[0,13],ctrl:0,current:[0,1,26,28,30,31],cursor:[26,31],custom:[2,5,30],customconfig:[0,2,25,26,32],cxxproject:[0,22],cyclic:0,cygdriv:29,cygwin:[],damag:22,darwin13:[19,24],data:22,deadcod:32,deal:22,debug:[],debug_info:4,debug_main:5,decemb:0,decor:11,def:28,defaulttoolchain:[0,4,5,11,14,15,26,30,32],defin:[],definit:[0,4,28],delet:[0,7,21],deped:19,depenc:34,depend:[0,1,2,4,5,11,19,25,26,28,29,30,32,33],dependend:34,deriv:[],derv:25,describ:[11,14],descript:[0,26,28,31],deselect:15,desgin:[],design:34,detail:24,develop:[],devenv:14,diag_warn:0,dialog:0,did:0,differ:[],dir:[0,26,28],direct:[0,22],directli:[11,28],directori:[],disabl:15,discard:20,disclaim:22,disk:7,displai:[0,11,15,26,31],distribut:[22,31],doc:[0,30],docu:[0,25,26],document:[0,19,22,34],doe:[],don:[14,28,34],done:[4,24],doubl:[17,26,31],download:[6,17],due:[],eabi:0,each:[0,22],earli:0,earlier:0,easi:[8,18,19,34],easiest:[29,34],easili:[4,32,34],echo:5,eclips:[],eclipseord:[0,26],edit:[9,21,32],editor:6,either:32,element:[26,28,31],elf:28,els:[1,21],email:26,embrac:34,empti:[0,4,8,28],en_u:19,enabl:[6,9,11],end:0,energi:34,english:19,ensur:[0,7],entir:34,env:[0,26],environ:[],environmentvari:28,equal:[0,28],equip:2,equival:22,error:[],escap:29,especi:0,esrlab:[10,17],etc:[5,14,29,30,33],evalu:[19,28],evalut:28,even:[0,22,30,34],event:22,everi:[0,2,5,30],everyth:4,exampl:[],except:[0,11,20,24],exclud:[0,31],exclude_filt:0,excludefil:[0,25,26],execut:[0,2,5,14,21,30,33],executableconfig:[0,2,4,5,25,26,30,32],exemplari:22,exens:28,exist:[],exit:[0,24],exitstep:[0,26],expand:0,experiment:0,explicit:30,explicitli:[0,22],explor:[7,9,11],express:22,extend:[0,11,25,26],extens:17,extern:[0,19],externallibrari:[0,5,25,26,28],externallibrarysearchpath:[5,25,26,28],fact:30,fail:[],failur:34,fals:[0,26],fan:34,fast:[18,34],faster:23,featur:[0,9,10,11,33],februari:0,fetch:19,few:[11,34],file:[],filenam:[0,20],fill:[7,8,11],filter:[0,26],find:7,finish:9,first:[0,1,14,28,30,31],fit:[22,34],fix:[0,23],flag:[0,4,5,14,25,26,30,32],flex:30,focu:34,folder:[0,1,8,28,30],follow:[10,17,22,24,28,29,30,32],follw:24,form:22,format:30,format_specif:30,forward:[0,25,30],found:[0,7,9,19,24,29],free:22,from:[],front:26,fstab:29,full:28,furnish:22,gcc:[0,4,5,14,30,32],gcc_env:0,gem:[0,19],gener:[0,2,7,11,19,24,34],ghz:23,git:33,github:[0,6],given:20,glob:0,goal:[],good:[9,22,34],googl:19,govern:22,grant:22,graphic:22,greater:[0,20],greenhil:0,gsub:19,handl:[0,30],happen:5,hard:[28,34],hardcod:0,hash:[26,31],have:[0,1,4,7,8,9,11,14,19,22,26,28,29,30,31,32,34],hdd:23,header:[],hello:28,helper:30,here:[9,14,34],herebi:22,hereinaft:22,higher:0,highlin:19,hinder:34,holder:22,host:[0,1,5,19,24,28,30],hostnam:28,hour:34,howev:[0,19,22,33],http:[10,17],ide_integr:[],idea:9,ignor:[0,9,10],iinclud:[5,24],imag:[],imagin:32,impli:22,improv:0,incident:22,includ:[],include_filt:[0,31],include_path:0,includedir:[0,4,5,25,26,28,33],inclus:0,inconsist:[0,4],incorrect:33,incorrectli:0,independ:[31,34],indirect:[0,22],infix:0,info:[0,20,24,33],inform:[24,26,30,31],informationen:7,inherit:[],inject:[0,26],input:0,instal:[],install_bak:[],instead:[0,4,7,29,32],integr:[],intel:23,intend:0,intern:[],internaldefin:[0,11,25,26],internalinclud:[0,11,25,26],internat:19,interrupt:22,introduc:0,invalid:[],invok:32,issu:[],istal:19,item:[11,15],itself:4,januari:0,java:0,juli:0,junction:[],june:0,keep:26,keil:0,keyword:0,kicker:34,kind:22,known:[],known_issu:[],lab:[10,17,22],label:11,lake:22,larg:34,larger:0,last:[0,14,15],latest:0,lc_all:19,ldebug:0,lead:0,lear:22,least:2,leav:[4,21],length:20,less:34,let:5,level:0,liabil:22,liabl:22,lib:[0,4,5,26,28],libpostfixflag:[25,26],libprefixflag:[25,26],librari:[0,2,5,33],libraryconfig:[0,2,4,5,25,26,30],libsub:5,licens:[],life:28,lightweight:34,like:[0,1,2,4,11,14,17,19,25,28,30,32],limit:22,line:[0,11,14,15,20,22,25,26,28,29,30,31,34],link:[0,2,5,24,33],link_onli:0,linker:[0,2,14,26,28],linkerpath:[0,11,28],linkerscript:[0,25,26],lint:[],lint_cmac:30,lint_cppmac:30,lint_max:30,lint_min:30,lintpolici:[25,26,30],linux:[0,33],list:[0,9,22,30,33],listen:20,llvm:0,lnt:[0,30],load:24,localhost:20,locat:[0,5,8],logo_conformant_1024:[],longer:0,look:[17,25,28,34],loss:22,machin:0,made:0,magic:0,mai:0,main1:31,main2:31,main:[],mainconfignam:[0,4,28],mainproj:[1,31],mainprojectdir:[0,28,30],mainprojectnam:[0,4,28],maintain:34,maintanc:34,major:[9,29],mak:30,make:[0,7,19,29,30,34],makefil:[],mani:[],manual:[6,7,21],map:0,mapfil:[25,26],march:0,mark:[0,7,11,26,31],match:[0,1],materi:22,matter:25,maxdepth:[],mean:[7,32,34],mechan:9,menu:[7,9,11,15],merchant:22,merg:[0,22],messag:[],met:22,meta:[],method:19,microsoft:14,might:[7,11,19,33],min:23,mind:26,mingw:0,minor:0,minut:[11,24,34],misra:30,miss:[],mkdir:24,mmd:0,mode:0,modif:22,modifi:22,more:[],mous:[26,31],move:[0,26,31],msvc:[0,14],multipl:[23,34],must:[0,4,11,22,29,30,31,34],mv7a8:0,my_comput:28,my_project:[5,24],myinclud:28,mylibraryproject:30,myproj:[0,1,13],myproject:28,myprojectnam:28,myspecialcollect:31,myvar:28,name:[0,1,4,8,11,19,20,26,28,30,31,32],nativ:[14,23],navig:8,nbsp:[26,31],ndebug:4,ndefault:31,necessari:[0,29,34],need:[4,6,7,23,28,30],neglig:22,nest:[],network:19,newer:29,next:30,nicer:0,nico:0,nicoretti:24,nil:19,nilclass:19,nmake:13,non:0,none:[22,29],noninfring:22,note:[],noth:24,notic:22,novemb:0,now:[0,5,6,11,17,29,30],number:[4,11,20,25],oathnam:0,obtain:22,octob:0,off:[0,11,26],offici:0,often:[19,30],old:[0,9],omit:[0,1],onc:[7,31],onli:[],open:[0,19,30],opinion:34,optim:4,option:[],order:[0,5,25,30],origin:[29,33],other:[0,2,4,8,15,22,28,30,34],otherwis:[22,30],our:[29,34],out:[1,7,11,14,22,31,33],output:[],outputdir:[0,25,26,28],outsid:4,over:[26,31],overwrit:4,overwritten:[0,9],owner:22,packag:29,page:[6,9,11,14],paht:30,paket:20,paramet:[0,15,28,29,30],parent:[0,1,25,26],parser:[0,19],part:[22,28,30,31],parti:22,particular:22,password:19,path:[],path_separ:0,pathnam:0,pathto:26,pattern:[0,1,26],pclint:30,peak:23,peopl:34,per:[0,9,19],perfect:7,perform:[],perman:29,permiss:22,permit:22,person:[22,26],personali:34,phisolophi:34,phrase:22,pictur:0,pipe:0,place:[0,30,32],platform:[24,28],pleas:[10,17],plugin:[0,10,14,17],png:[],point:34,polici:26,port:20,portion:22,posix:29,possibl:[0,1,6,7,22,28,30,33],post:[2,5],poststep:[0,5,25,26],practic:33,pragma:30,pre:[],predefin:4,prefer:[],prefix:[0,29],preproc_with_compil:0,press:9,prestep:[0,25,26,30],prestepmain:2,pretti:[25,34],previou:0,primarybootloader2includ:28,print:[0,33],print_less:0,problem:[11,30],process:[0,22,34],procur:22,product:22,profit:22,program:22,programm:29,progress:34,progressbar:[0,19],proj:0,projec:[7,28],project:[],projectdir:[0,28,30],projectnam:[0,28,30],projnam:28,properli:0,properti:[9,14],protect:19,prove:34,provid:[0,6,22,24,30,34],proxi:19,publish:22,purpos:[22,34],put:25,quickstart:[],quot:[26,31],raid:23,rake:0,ram:23,rare:[0,30],rather:34,rdoc:19,read:[5,7,10,34],readi:24,real:28,realli:[0,1],reason:[29,34],rebuild:[11,21,23],rebuilt:0,recogn:[0,28],recommend:13,recompil:0,recorgn:30,recreat:[0,9],redirect:30,redistribut:22,reduc:4,redund:0,refactor:21,refer:[0,4,28],referenc:[0,4,22,28],regardless:[0,30],regener:0,regular:[4,32],rel:[0,26,28],releas:[0,4,31],reload:[0,24],remov:[0,7,26,33],renam:[0,29],repetet:25,replac:[0,7,32],report:0,repositori:[7,33],reproduc:22,requir:0,reserv:22,resourc:0,respons:26,rest:[20,30],restart:10,restrict:[0,22],result:[],retain:22,retriev:28,revis:19,rework:0,rewrite_solut:13,rgen:[0,19],rid:[9,29],right:[0,11,15,22],root1:[1,31],root2:[1,31],root:[],rtext:[0,6,19],rtext_eclipse_plugin:6,rubi:[],ruby192:29,rubygem:[0,19],run:[0,19,23,31,34],same:[5,20,26],satisfi:7,script:[0,7,13,26,34],search:[],sec:23,second:11,secur:[10,32],see:[0,11,15,19,22,29,32,34],seem:33,seen:11,select:[],sell:22,sens:7,sensit:0,separ:[0,1,22,30],seper:28,septemb:0,sequenc:29,server:17,servic:22,set:[],setup:[],sever:[0,1,7,20,31],shall:[9,22],shell:[2,29],shift:0,shortcut:0,should:[],show:[0,30],show_config:0,show_doc:0,shown:[0,7,11,14,15,21],similar:9,simliar:32,simpli:[4,7,9,11],singl:[],site:[6,10,17],size:[11,30],slash:26,small:7,softwar:[6,10,18,22,33],solut:[14,19,30],some:[0,7,9,11,14,22,30],someth:[0,1,28],sometim:34,soon:6,sort:0,sourc:[0,5,7,9,15,19,21,22,32],space:[0,26],special:[22,28],specifi:[0,1,2,4,5,7,11,15,26,28,30,31,33],spent:34,src:[0,5,24],standard:9,start:[],startup:[0,23],startupcod:0,startupstep:[0,26],state:22,statement:[11,33],step:[0,2,5,7,10,17,29,30,32,34],stick:34,still:[0,7],stop:[0,1,31],stoponfirsterror:0,store:0,straight:25,strategi:0,stream:0,strict:22,string:[0,26,28,31],structur:24,studio:[],stuff:[2,4],style:0,sub1:33,sub2:33,sub3:31,sub:[0,4,5,9],subcollect:31,subfold:0,subject:22,sublicens:22,subproject:4,subset:7,substanti:22,substitu:28,substitut:[0,5,22,26,28],subtag:0,success:0,successful:10,successfulli:[19,21,33],suppli:30,support:[],suppress:30,sure:[19,30],svn:33,symlink:[],sync:33,system:[0,4,7,19,23,29,30],tag:0,take:[0,11,23,32,34],taken:5,target:[0,26],team:7,templat:0,term:22,test:[],text:26,than:[],thank:0,theconfig:28,thei:[9,34],them:[0,9],theori:22,theproject:28,therefor:[4,28,34],thi:[0,1,7,8,9,11,14,15,17,19,20,22,24,25,28,29,30,31,32,33,34],think:34,third:22,those:[11,34],though:[30,34],thread:23,three:[8,26],through:34,ti_ar:0,ti_cl:0,ti_hom:0,time:[7,24,28],tip:[],tips_and_trick:[],tms470:0,toctre:[],too:[],tool:[0,7,14,17,28,34],toolchain:[0,4,5,14,25,26,30],toolchain_nam:0,toolkit:[0,13,19,31],tort:22,touch:21,treat:0,tree:0,tri:20,trick:[],trust:10,tty:29,turn:0,two:[0,1,14,28,31],type:[],typo:0,unchang:21,uncommon:1,undefin:19,under:[0,7],underscor:22,understand:34,uniniti:0,unintention:0,uniqu:31,unit:31,unittest:31,unittestlib:31,unittestlibswithoutbsp:31,unix:[],unknown:20,unless:22,unlock:19,unnecessari:[],unter:9,updat:[0,6,10,17],updatesit:10,usag:28,user:[],userlibrari:[25,26,28],usr:28,usual:[1,2,11,14,34],usuali:19,valid:[0,4,25,26,28],validexitcod:[0,26],valu:[0,26,28],variabl:[],vcvarsal:14,verbos:0,veri:[0,8,9,19,23,31],version:[0,13,19,23,29,30,34],via:[0,7,11,15,17,29],view:11,virtual:0,visibl:29,visual:[],vs2013:0,w3520:23,wai:[0,13,19,22,28,29,34],wait:34,wall:5,want:[0,1,7,9,24,32,34],warn:[0,10,20],warn_sect:0,warranti:22,web:19,webpag:19,well:[0,30],were:[0,19,22],what:[],whatev:[4,28],when:[0,13,21,22,33],where:[0,34],whether:[22,34],which:[],white:29,whole:[0,7,22,23],whom:22,why:[],why_bak:[],width:[],wildcard:[1,31],window:[0,6,7,11,15,23,28,29,33],wishlist:0,without:[0,14,21,22,23,28],wizard:[0,7],won:[2,30],work:[0,7,11,32,33],workaround:[0,21],workspac:[],world:28,would:28,wrapper:[7,8,9],write:[0,28,32],written:[0,1,11],wrong:0,www:[10,17],wysiwyg:34,x86_64:[19,24],xeon:23,xml:[17,30],yesquant:31,yet:[7,14],you:[],your:[7,9,19,28,29,30,34]},titles:["Changelog","Commandline","The build hierarchy","Concepts","The main project","The Project.meta file","Eclipse","How to convert existing CDT workspaces","How to create a new project in Eclipse","How to create a workspace in Eclipse","How to install bake Eclipse integration","How to use bake in Eclipse","IDE Support","How to create VS-Projects using bake","How to Debug in Visual Studio","How to use bake in Visual Studio","Visual Studio","How to install bake Visual Studio integration","bake 2.12.2","Install bake","Internal developing notes","Known Issues","License","Performance","Quickstart","Derive configs","The Syntax of the Project.meta file","Syntax","Variables in Project.meta","How to use bake with cygwin","Static Code Analysis","The Bakery","Clang Analyze","Tips and Tricks","Why you should use bake"],titleterms:{"0x01":20,"0x0a":20,"import":[1,9],"new":8,"static":30,adjust:[11,28],advantag:4,analysi:30,analyz:32,applic:1,arbitrari:1,auto:28,bake:[1,10,11,13,15,17,18,19,23,28,29,30,34],bakeri:31,basic:30,bind:6,build:[1,2,11,20],cdt:[7,11],changelog:0,choos:11,clang:32,clean:[1,11],cmake:23,code:30,collect:31,commandlin:[1,31],compil:30,concept:3,config:25,configur:[11,30],convert:7,creat:[8,9,13],cygwin:29,debug:14,defin:[11,28,30],deriv:25,desgin:34,develop:20,differ:23,differnt:1,directori:[1,4],doe:19,due:30,dure:19,eclips:[6,8,9,10,11,23],environ:[23,28],error:[19,20,30],exampl:[1,2,4,5,19,30],exist:[7,28],fail:30,file:[1,5,11,26],from:1,get:1,goal:34,graph:2,header:20,help:1,hierarchi:2,highlight:6,how:[1,7,8,9,10,11,13,14,15,17,19,29,31],implic:25,includ:[11,30,33],inherit:25,instal:[10,17,19],instruct:26,integr:[10,17],interact:26,intern:20,invalid:19,issu:[19,21,30],junction:33,just:1,kei:6,known:[19,21,30],languag:19,licens:22,lint:30,main:[4,11],makefil:23,mani:30,messag:19,meta:[5,26,28,31],miss:30,more:1,most:1,nest:28,note:20,onli:30,option:1,output:4,packet:20,path:28,perform:23,perspect:11,pre:28,prefer:11,project:[1,4,5,8,11,13,20,26,28],quickstart:24,receiv:20,result:[11,23],root:1,rubi:23,search:30,select:11,send:20,set:19,setup:30,should:34,singl:1,socket:20,specif:1,start:[19,20],studio:[14,15,16,17],support:12,symlink:33,syntax:[6,26,27,31],test:23,than:1,tip:33,too:30,trick:33,type:20,unix:23,unnecessari:33,user:28,variabl:28,viewer:26,visual:[14,15,16,17],what:[5,31],which:1,why:34,within:1,workspac:[7,9],you:34}})
1
+ Search.setIndex({envversion:47,filenames:["changelog","commandline/commandline","concepts/build_hierarchy","concepts/concepts","concepts/the_main_project","concepts/the_project_meta_file","ide/eclipse/eclipse","ide/eclipse/how_to_convert_existing_cdt_workspace","ide/eclipse/how_to_create_a_new_project_in_eclipse","ide/eclipse/how_to_create_a_workspace_in_eclipse","ide/eclipse/how_to_install_eclipse_plugin","ide/eclipse/how_to_use_bake_in_eclipse","ide/ide_integrations","ide/vs/how_to_create_vs_projects","ide/vs/how_to_debug_in_vs","ide/vs/how_to_used_bake_in_vs","ide/vs/vs","ide/vs/vs_install","index","install/install_bake","internal","known_issues","license","performance/performance","quickstart/quickstart","syntax/derive_configs","syntax/project_meta_syntax","syntax/syntax","syntax/variable_substitutions","tips_and_tricks/how_to_use_bake_with_cygwin","tips_and_tricks/static_code_analysis","tips_and_tricks/the_bakery","tips_and_tricks/the_clang","tips_and_tricks/tips_and_tricks","why_bake/why_bake"],objects:{},objnames:{},objtypes:{},terms:{"0x00":20,"0x02":20,"0xff":20,"2p180":23,"2p95":[19,24],"30pt":[],"3p0":23,"512pt":[],"6p398":23,"7p352":23,"_dev":29,"_lintout":30,"_one_":33,"_static":[],"break":34,"byte":20,"case":[0,9,28,30],"default":[0,1,9,19,24,26,31],"export":7,"import":[],"long":[0,15,23],"new":[],"return":24,"static":[],"switch":[0,7,11,24,34],"throw":19,"true":26,"try":[0,7],"while":19,abc:[1,28],abi:0,abl:[30,34],abort:[0,20],about:11,abov:[2,7,22,25],absolut:0,absolute_path_to_working_dir:33,accept:[0,10],access:0,account:0,action:22,actual:19,adapt:7,add:[0,5,13,14,26,29,30],addit:[15,22,23],adjust:[],adjustcdt:0,adjustinclud:0,adr:26,advantag:[],advis:22,after:[0,10,30,31],again:[0,7,23],alia:[0,29,30],all:[0,1,2,4,9,11,22,25,26,30,31,32,33],allow:[0,1,4,25,28],allunittest:31,almost:8,alpha:32,alphabet:0,alreadi:11,also:[0,8,9,11,14,28],alwai:[0,4,11,26],ambigu:0,analysi:[],analyz:[],ani:[4,14,22],annot:[0,15],anoth:[0,1,14,21,30],ansi:[1,29],anymor:[0,4,7,29],anyth:21,appear:11,appli:[0,22,28],appropri:[7,11,14],april:0,apropri:19,ar470:0,archiv:[0,2,5,21,26,28],archiverpath:[0,11,28],aren:34,argument:[0,14],aris:22,around:30,arrai:26,articular:22,artifact:28,artifactnam:[0,5,25,26,28],artifactnamebas:[0,28],asm:[1,26],asmpath:[0,11,28],asscoat:30,assembl:[28,33],associ:[6,22],assum:[1,5,19],atom:17,attribut:0,august:0,author:22,auto:[],autodir:0,automat:[0,5,28],avail:[0,9,10,14,17],avoid:[0,4,19,29,34],back:26,background:29,backward:0,bake:[],bakeri:[],base:[0,25,28],basedon:[25,26],basi:33,basic:[],bat:[14,29],batch:[0,14],becaus:[5,25,30,34],been:[0,1,21,22],befor:[0,7,11],begin:0,below:[0,10,14,17],best:33,beteween:34,better:0,between:[0,11,34],big:34,bin:[0,14,28,29],binari:[22,29,30],bla:0,black:[1,24,29,31],blue:[26,31],bootload:28,bootloader_1:28,bootloaderupdat:28,both:25,bottom:2,box:11,broken:0,browser:19,bsp:31,bspabc:1,bspcorez6:0,bug:19,bugfix:0,build:[],build_:0,build_lib_bootloader_debug:28,build_lib_some_debug:28,build_main:24,built:[0,1,4,5,21,29,30,34],busi:22,cach:[0,24],calcul:[0,28],call:[0,1,5,14,29,30,31,32],can:[0,1,2,4,5,6,7,8,9,10,11,13,14,15,19,20,28,29,30,32,34],candriv:[0,28],cannot:[0,4],care:0,caus:[19,22],cc2j:0,ccsv5:0,cdt:[],chang:[0,4,7,11,19,21],charact:0,charg:22,check:[0,1,14,17,19,31,33],checkbox:7,checker:32,child:25,choos:[],chosen:[0,11],circl:11,cl470:0,claim:22,clang:[],clang_analyz:[0,32],clean:[],clear:0,clearer:0,clearn:0,click:[11,15,17],client:0,clobber:0,close:0,cmake:[],cmd:[0,26],cmdline:[0,26],code:[],code_st:0,collect:[],collectionmandatori:31,color:[1,19,24,29,31],com:[10,17],combin:[0,2],come:[13,30],comma:[0,1],command:[0,2,6,11,14,15,20,24,25,26,28,29,30,31,34],commandlin:[],comment:[0,1,26,31],commit:[7,9,33],common7:14,compar:9,compat:[0,34],compil:[],complet:[7,11,30],complex:[0,23,34],compon:22,condit:22,config:[],confignam:[0,28,30],configpkg:0,configur:[],confnam:28,confus:0,connect:[19,20,22],consequenti:22,consist:[0,5,22],consol:[0,1,11,31],contain:[5,22,28],content:[2,7,26],context:[4,7,9],contract:22,contrast:23,contributor:22,control:[7,9],convers:[0,7],conversion_info:0,convert:[],copi:[0,22],copyright:22,corez6:0,corpor:22,correct:0,correctli:[0,17,19],cosmet:0,could:0,cpath:[0,11,28],cplusplu:32,cpp:[1,4,5,14,24,26,30,32],cpppath:[0,11,28],cprojec:9,cproject:[7,8,9,11],cpu:23,crash:0,creat:[],createvsproject:[0,13],ctrl:0,current:[0,1,26,28,30,31],cursor:[26,31],custom:[2,5,30],customconfig:[0,2,25,26,32],cxxproject:[0,22],cyclic:0,cygdriv:29,cygwin:[],damag:22,darwin13:[19,24],data:22,deadcod:32,deal:22,debug:[],debug_info:4,debug_main:5,decemb:0,decor:11,def:[0,28],defaulttoolchain:[0,4,5,11,14,15,26,30,32],defin:[],definit:[0,4,28],delet:[0,7,21],deped:19,depenc:34,depend:[0,1,2,4,5,11,19,25,26,28,29,30,32,33],dependend:34,deprec:0,deriv:[],derv:25,describ:[11,14],descript:[0,26,28,31],deselect:15,desgin:[],design:34,detail:24,develop:[],devenv:14,diag_warn:0,dialog:0,did:0,differ:[],dir:[0,26,28],direct:[0,22],directli:[11,28],directori:[],disabl:15,discard:20,disclaim:22,disk:7,displai:[0,11,15,26,31],distribut:[22,31],doc:[0,30],docu:[0,25,26],document:[0,19,22,34],doe:[],don:[14,28,34],done:[4,24],doubl:[17,26,31],download:[6,17],due:[],eabi:0,each:[0,22],earli:0,earlier:0,easi:[8,18,19,34],easiest:[29,34],easili:[4,32,34],echo:5,eclips:[],eclipseord:[0,26],edit:[9,21,32],editor:6,either:32,element:[26,28,31],elf:28,els:[1,21],email:26,embrac:34,empti:[0,4,8,28],en_u:19,enabl:[6,9,11],end:0,energi:34,english:19,ensur:[0,7],entir:34,env:[0,26],environ:[],environmentvari:28,equal:[0,28],equip:2,equival:22,error:[],escap:29,especi:0,esrlab:[10,17],etc:[5,14,29,30,33],evalu:[19,28],evalut:28,even:[0,22,30,34],event:22,everi:[0,2,5,30],everyth:4,exampl:[],except:[0,11,20,24],exclud:[0,31],exclude_filt:0,excludefil:[0,25,26],execut:[0,2,5,14,21,30,33],executableconfig:[0,2,4,5,25,26,30,32],exemplari:22,exens:28,exist:[],exit:[0,24],exitstep:[0,26],expand:0,experiment:0,explicit:30,explicitli:[0,22],explor:[7,9,11],express:22,extend:[0,11,25,26],extens:17,extern:[0,19],externallibrari:[0,5,25,26,28],externallibrarysearchpath:[5,25,26,28],fact:30,fail:[],failur:34,fals:[0,26],fan:34,fast:[18,34],faster:23,featur:[0,9,10,11,33],februari:0,fetch:19,few:[11,34],file:[],filenam:[0,20],fill:[7,8,11],filter:[0,26],find:7,finish:9,first:[0,1,14,28,30,31],fit:[22,34],fix:[0,23],flag:[0,4,5,14,25,26,30,32],flex:30,focu:34,folder:[0,1,8,28,30],follow:[10,17,22,24,28,29,30,32],follw:24,form:22,format:30,format_specif:30,forward:[0,25,30],found:[0,7,9,19,24,29],free:22,from:[],front:26,fstab:29,full:28,furnish:22,gcc:[0,4,5,14,30,32],gcc_env:0,gem:[0,19],gener:[0,2,7,11,19,24,34],ghz:23,git:33,github:[0,6],given:20,glob:0,goal:[],good:[9,22,34],googl:19,govern:22,grant:22,graphic:22,greater:[0,20],greenhil:0,gsub:19,handl:[0,30],happen:5,hard:[28,34],hardcod:0,hash:[26,31],have:[0,1,4,7,8,9,11,14,19,22,26,28,29,30,31,32,34],hdd:23,header:[],hello:28,helper:30,here:[9,14,34],herebi:22,hereinaft:22,higher:0,highlin:19,hinder:34,holder:22,host:[0,1,5,19,24,28,30],hostnam:28,hour:34,howev:[0,19,22,33],http:[10,17],ide_integr:[],idea:9,ignor:[0,9,10],ignore_cach:0,iinclud:[5,24],imag:[],imagin:32,impli:22,improv:0,inc:0,incident:22,includ:[],include_filt:0,include_path:0,includedir:[0,4,5,25,26,28,33],inclus:0,inconsist:[0,4],incorrect:33,incorrectli:0,independ:[31,34],indirect:[0,22],infix:0,info:[0,20,24,33],inform:[24,26,30,31],informationen:7,inherit:[],inject:[0,26],input:0,instal:[],install_bak:[],instead:[0,4,7,29,32],integr:[],intel:23,intend:0,intern:[],internaldefin:[0,11,25,26],internalinclud:[0,11,25,26],internat:19,interrupt:22,introduc:0,invalid:[],invok:32,issu:[],istal:19,item:[11,15],itself:4,januari:0,java:0,juli:0,junction:[],june:0,keep:26,keil:0,keyword:0,kicker:34,kind:22,known:[],known_issu:[],lab:[10,17,22],label:11,lake:22,larg:34,larger:0,last:[0,14,15],latest:0,lc_all:19,ldebug:0,lead:0,lear:22,least:2,leav:[4,21],length:20,less:34,let:5,level:0,liabil:22,liabl:22,lib:[0,4,5,26,28],libpostfixflag:[25,26],libprefixflag:[25,26],librari:[0,2,5,33],libraryconfig:[0,2,4,5,25,26,30],libsub:5,licens:[],life:28,lightweight:34,like:[0,1,2,4,11,14,17,19,25,28,30,32],limit:22,line:[0,11,14,15,20,22,25,26,28,29,30,31,34],link:[0,2,5,24,33],link_onli:0,linker:[0,2,14,26,28],linkerpath:[0,11,28],linkerscript:[0,25,26],lint:[],lint_cmac:30,lint_cppmac:30,lint_max:0,lint_min:0,lintpolici:[25,26,30],linux:[0,33],list:[0,9,22,30,33],listen:20,llvm:0,lnt:[0,30],load:24,localhost:20,locat:[0,5,8],logo_conformant_1024:[],longer:0,look:[17,25,28,34],loss:22,machin:0,made:0,magic:0,mai:0,main1:31,main2:31,main:[],mainconfignam:[0,4,28],mainproj:[1,31],mainprojectdir:[0,28,30],mainprojectnam:[0,4,28],maintain:34,maintanc:34,major:[9,26,29],mak:30,make:[0,7,19,29,30,34],makefil:[],mani:[],manual:[6,7,21],map:0,mapfil:[25,26],march:0,mark:[0,7,11,26,31],match:[0,1],materi:22,matter:25,max:[0,30],maxdepth:[],maximum:[0,26],mean:[7,32,34],mechan:9,menu:[7,9,11,15],merchant:22,merg:[0,22],messag:[],met:22,meta:[],method:19,microsoft:14,might:[7,11,19,33],min:[0,23,30],mind:26,mingw:0,minimum:[0,26],minor:[0,26],minut:[11,24,34],misra:30,miss:[],mkdir:24,mmd:0,mode:0,modif:22,modifi:22,more:[],mous:[26,31],move:[0,26,31],msvc:[0,14],multipl:[23,34],must:[0,4,11,22,29,30,31,34],mv7a8:0,my_comput:28,my_project:[5,24],myinclud:28,mylibraryproject:30,myproj:[0,1,13],myproject:28,myprojectnam:28,myspecialcollect:31,myvar:28,name:[0,1,4,8,11,19,20,26,28,30,31,32],nativ:[14,23],navig:8,nbsp:[26,31],ndebug:4,ndefault:31,necessari:[0,29,34],need:[4,6,7,23,28,30],neglig:22,nest:[],network:19,newer:29,next:30,nicer:0,nico:0,nicoretti:24,nil:19,nilclass:19,nmake:13,no_autodir:0,non:0,none:[22,29],noninfring:22,note:[],noth:24,notic:22,novemb:0,now:[0,5,6,11,17,29,30],number:[4,11,20,25],oathnam:0,obtain:22,octob:0,off:[0,11,26],offici:0,often:[19,30],old:[0,9],omit:[0,1,31],onc:[7,31],onli:[],open:[0,19,30],opinion:34,optim:4,option:[],order:[0,5,25,30],origin:[29,33],other:[0,2,4,8,15,22,28,30,34],otherwis:[22,30],our:[29,34],out:[1,7,11,14,22,31,33],output:[],outputdir:[0,25,26,28],outsid:4,over:[26,31],overwrit:4,overwritten:[0,9],owner:22,packag:29,page:[6,9,11,14],paht:30,paket:20,paramet:[0,15,28,29,30],parent:[0,1,25,26],parser:[0,19],part:[22,28,30,31],parti:22,particular:22,password:19,patch:26,path:[],path_separ:0,pathnam:0,pathto:26,pattern:[0,1,26],pclint:30,peak:23,peopl:34,per:[0,9,19],perfect:7,perform:[],perman:29,permiss:22,permit:22,person:[22,26],personali:34,phisolophi:34,phrase:22,pictur:0,pipe:0,place:[0,30,32],platform:[24,28],pleas:[10,17],plugin:[0,10,14,17],png:[],point:34,polici:26,port:20,portion:22,posix:29,possibl:[0,1,6,7,22,28,30,31,33],post:[2,5],poststep:[0,5,25,26],practic:33,pragma:30,pre:[],predefin:4,prefer:[],prefix:[0,29],prepro:0,preproc_with_compil:0,press:9,prestep:[0,25,26,30],prestepmain:2,pretti:[25,34],previou:0,primarybootloader2includ:28,print:[0,33],print_less:0,problem:[11,30],process:[0,22,34],procur:22,product:22,profit:22,program:22,programm:29,progress:34,progressbar:[0,19],proj:0,projec:[7,28],project:[],projectdir:[0,28,30],projectnam:[0,28,30],projnam:28,properli:0,properti:[9,14],protect:19,prove:34,provid:[0,6,22,24,30,34],proxi:19,publish:22,purpos:[22,34],put:25,quickstart:[],quot:[26,31],raid:23,rake:0,ram:23,rare:[0,30],rather:34,rdoc:19,read:[5,7,10,34],readi:24,real:28,realli:[0,1],reason:[29,34],rebuild:[11,21,23],rebuilt:0,recogn:[0,28],recommend:13,recompil:0,recorgn:30,recreat:[0,9],recurs:0,redirect:30,redistribut:22,reduc:4,redund:0,refactor:21,refer:[0,4,28],referenc:[0,4,22,28],regardless:[0,30],regener:0,regular:[4,32],rel:[0,26,28],releas:[0,4,31],reload:[0,24],remov:[0,7,26,33],renam:[0,29],repetet:25,replac:[0,7,32],report:0,repositori:[7,33],reproduc:22,requir:0,requiredbakevers:26,reserv:22,resourc:0,respons:26,rest:[20,30],restart:10,restrict:[0,22],result:[],retain:22,retriev:28,revis:19,rework:0,rewrit:13,rewrite_solut:[],rgen:[0,19],rid:[9,29],right:[0,11,15,22],root1:[1,31],root2:[1,31],root:[],rtext:[0,6,19],rtext_eclipse_plugin:6,rubi:[],ruby192:29,rubygem:[0,19],run:[0,19,23,31,34],same:[5,20,26],satisfi:7,script:[0,7,13,26,34],search:[],sec:23,second:11,secur:[10,32],see:[0,11,15,19,22,29,32,34],seem:33,seen:11,select:[],sell:22,sens:7,sensit:0,separ:[0,1,22,30],seper:28,septemb:0,sequenc:29,server:17,servic:22,set:[],setup:[],sever:[0,1,7,20,31],shall:[9,22],shell:[2,29],shift:0,shortcut:0,should:[],show:[0,30],show_abs_path:0,show_config:0,show_doc:0,show_incs_and_def:0,show_licens:0,shown:[0,7,11,14,15,21],similar:9,simliar:32,simpli:[4,7,9,11],singl:[],site:[6,10,17],size:[11,30],slash:26,small:7,softwar:[6,10,18,22,33],solut:[14,19,30],some:[0,7,9,11,14,22,30],someth:[0,1,28],sometim:34,soon:6,sort:0,sourc:[0,5,7,9,15,19,21,22,32],space:[0,26],special:[22,28],specifi:[0,1,2,4,5,7,11,15,26,28,30,31,33],spent:34,src:[0,5,24],standard:9,start:[],startup:[0,23],startupcod:0,startupstep:[0,26],state:22,statement:[11,33],step:[0,2,5,7,10,17,29,30,32,34],stick:34,still:[0,7],stop:[0,1,31],stoponfirsterror:0,store:0,straight:25,strategi:0,stream:0,strict:22,string:[0,26,28,31],structur:24,studio:[],stuff:[2,4],style:0,sub1:33,sub2:33,sub3:31,sub:[0,4,5,9],subcollect:31,subfold:0,subject:22,sublicens:22,subproject:4,subset:7,substanti:22,substitu:28,substitut:[0,5,22,26,28],subtag:0,success:0,successful:10,successfulli:[19,21,33],suppli:30,support:[],suppress:30,sure:[19,30],svn:33,symlink:[],sync:33,system:[0,4,7,19,23,29,30],tag:0,take:[0,11,23,32,34],taken:5,target:[0,26],team:7,templat:0,term:22,test:[],text:26,than:[],thank:0,theconfig:28,thei:[9,34],them:[0,9],theori:22,theproject:28,therefor:[4,28,34],thi:[0,1,7,8,9,11,14,15,17,19,20,22,24,25,28,29,30,31,32,33,34],think:34,third:22,those:[11,34],though:[30,34],thread:23,three:[8,26],through:34,ti_ar:0,ti_cl:0,ti_hom:0,time:[7,24,28],tip:[],tips_and_trick:[],tms470:0,toctre:[],too:[],tool:[0,7,14,17,28,34],toolchain:[0,4,5,14,25,26,30],toolchain_info:0,toolchain_nam:0,toolkit:[0,13,19,31],tort:22,touch:21,treat:0,tree:0,tri:20,trick:[],trust:10,tty:29,turn:0,two:[0,1,14,28,31],type:[],typo:0,unchang:21,uncommon:1,undefin:19,under:[0,7],underscor:22,understand:34,uniniti:0,unintention:0,uniqu:31,unit:31,unittest:31,unittestlib:31,unittestlibswithoutbsp:31,unix:[],unknown:20,unless:22,unlock:19,unnecessari:[],unter:9,updat:[0,6,10,17],updatesit:10,usag:28,user:[],userlibrari:[25,26,28],usr:28,usual:[1,2,11,14,34],usuali:19,valid:[0,4,25,26,28],validexitcod:[0,26],valu:[0,26,28],variabl:[],vcvarsal:14,verbos:0,veri:[0,8,9,19,23,31],version:[0,13,19,23,29,30,34],via:[0,7,11,15,17,29],view:11,virtual:0,visibl:29,visual:[],vs2013:0,w3520:23,wai:[0,13,19,22,28,29,34],wait:34,wall:5,want:[0,1,7,9,24,32,34],warn:[0,10,20],warn_sect:0,warranti:22,web:19,webpag:19,well:[0,30],were:[0,19,22],what:[],whatev:[4,28],when:[0,13,21,22,33],where:[0,34],whether:[22,34],which:[],white:29,whole:[0,7,22,23],whom:22,why:[],why_bak:[],width:[],wildcard:[1,31],window:[0,6,7,11,15,23,28,29,33],wishlist:0,without:[0,14,21,22,23,28],wizard:[0,7],won:[2,30],work:[0,7,11,32,33],workaround:[0,21],workspac:[],world:28,would:28,wrapper:[7,8,9],write:[0,28,32],written:[0,1,11],wrong:0,www:[10,17],wysiwyg:34,x86_64:[19,24],xeon:23,xml:[17,30],yesquant:31,yet:[7,14],you:[],your:[7,9,19,28,29,30,34]},titles:["Changelog","Commandline","The build hierarchy","Concepts","The main project","The Project.meta file","Eclipse","How to convert existing CDT workspaces","How to create a new project in Eclipse","How to create a workspace in Eclipse","How to install bake Eclipse integration","How to use bake in Eclipse","IDE Support","How to create VS-Projects using bake","How to Debug in Visual Studio","How to use bake in Visual Studio","Visual Studio","How to install bake Visual Studio integration","bake 2.13.0","Install bake","Internal developing notes","Known Issues","License","Performance","Quickstart","Derive configs","The Syntax of the Project.meta file","Syntax","Variables in Project.meta","How to use bake with cygwin","Static Code Analysis","The Bakery","Clang Analyze","Tips and Tricks","Why you should use bake"],titleterms:{"0x01":20,"0x0a":20,"import":[1,9],"new":8,"static":30,adjust:[11,28],advantag:4,analysi:30,analyz:32,applic:1,arbitrari:1,auto:28,bake:[1,10,11,13,15,17,18,19,23,28,29,30,34],bakeri:31,basic:30,bind:6,build:[1,2,11,20],cdt:[7,11],changelog:0,choos:11,clang:32,clean:[1,11],cmake:23,code:30,collect:31,commandlin:[1,31],compil:30,concept:3,config:25,configur:[11,30],convert:7,creat:[8,9,13],cygwin:29,debug:14,defin:[11,28,30],deriv:25,desgin:34,develop:20,differ:23,differnt:1,directori:[1,4],doe:19,due:30,dure:19,eclips:[6,8,9,10,11,23],environ:[23,28],error:[19,20,30],exampl:[1,2,4,5,19,30],exist:[7,28],fail:30,file:[1,5,11,26],from:1,get:1,goal:34,graph:2,header:20,help:1,hierarchi:2,highlight:6,how:[1,7,8,9,10,11,13,14,15,17,19,29,31],implic:25,includ:[11,30,33],inherit:25,instal:[10,17,19],instruct:26,integr:[10,17],interact:26,intern:20,invalid:19,issu:[19,21,30],junction:33,just:1,kei:6,known:[19,21,30],languag:19,licens:22,lint:30,main:[4,11],makefil:23,mani:30,messag:19,meta:[5,26,28,31],miss:30,more:1,most:1,nest:28,note:20,onli:30,option:1,output:4,packet:20,path:28,perform:23,perspect:11,pre:28,prefer:11,project:[1,4,5,8,11,13,20,26,28],quickstart:24,receiv:20,result:[11,23],root:1,rubi:23,search:30,select:11,send:20,set:19,setup:30,should:34,singl:1,socket:20,specif:1,start:[19,20],studio:[14,15,16,17],support:12,symlink:33,syntax:[6,26,27,31],test:23,than:1,tip:33,too:30,trick:33,type:20,unix:23,unnecessari:33,user:28,variabl:28,viewer:26,visual:[14,15,16,17],what:[5,31],which:1,why:34,within:1,workspac:[7,9],you:34}})
@@ -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.12.2 documentation</title>
8
+ <title>Derive configs &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.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="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.12.2 documentation</title>
8
+ <title>The Syntax of the Project.meta file &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.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" />
@@ -206,6 +206,8 @@ z-index: 100;
206
206
 
207
207
  &nbsp; <span class="help" onMouseover="showDescription()" onMouseout="notip()">Description</span> &#60;text&#62;<br><br>
208
208
 
209
+ &nbsp; <span class="help" onMouseover="showVersion()" onMouseout="notip()">RequiredBakeVersion</span> minimum: &#60;major.minor.patch&#62;, maximum: &#60;major.minor.patch&#62;<br><br>
210
+
209
211
  &nbsp; <span class="help" onMouseover="showResponsible()" onMouseout="notip()">Responsible</span> {<br>
210
212
  &nbsp; &nbsp; <span class="help" onMouseover="showPerson()" onMouseout="notip()">Person</span> &#60;name&#62;,
211
213
  <span class="help" onMouseover="showPersonEmail()" onMouseout="notip()">email</span>: &#60;adr&#62;<br>
@@ -370,6 +372,12 @@ function showDescription() {
370
372
  ddrivetip("Description", "No", "0..1", "-",str)
371
373
  }
372
374
 
375
+ function showVersion() {
376
+ str = 'If specified, the build will be aborted if bake version is lower than mininum or greater than maximum.<br>'+
377
+ 'It is possible to define only minimum, only maximim or both version thresholds.<br>'+
378
+ 'Minor and patch version numbers are optional.'
379
+ ddrivetip("RequiredBakeVersion", "No", "0..1", "-",str)
380
+ }
373
381
 
374
382
  function showPerson() {
375
383
  str = 'Person who is responsible for the project.'
@@ -486,8 +494,8 @@ function showStepDefault() {
486
494
 
487
495
  function showStepFilter() {
488
496
  str = 'A step can be switched on or off explicitly regardless of the "default" attribute with the command line options<br>'+
489
- '<i> &nbsp; &nbsp; --include_filter &#60;filter name&#62;</i><br>'+
490
- '<i> &nbsp; &nbsp; --exclude_filter &#60;filter name&#62;</i><br>'
497
+ '<i> &nbsp; &nbsp; --do &#60;filter name&#62;</i><br>'+
498
+ '<i> &nbsp; &nbsp; --omit &#60;filter name&#62;</i><br>'
491
499
  ddrivetip("filter", "No","-","-",str)
492
500
  }
493
501
 
@@ -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.12.2 documentation</title>
8
+ <title>Syntax &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.0 documentation" href="../index.html" />
33
33
  <link rel="next" title="The Syntax of the Project.meta file" href="project_meta_syntax.html" />
34
34
  <link rel="prev" title="The build hierarchy" href="../concepts/build_hierarchy.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>Variables in Project.meta &mdash; bake 2.12.2 documentation</title>
8
+ <title>Variables in Project.meta &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.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>How to use bake with cygwin &mdash; bake 2.12.2 documentation</title>
8
+ <title>How to use bake with cygwin &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.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.12.2 documentation</title>
8
+ <title>Static Code Analysis &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.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" />
@@ -251,11 +251,11 @@ configuration.</p>
251
251
  <div><p><strong>Issue:</strong>
252
252
  In rare cases lint has problems if it has to open too many (include) files.</p>
253
253
  <p><strong>Solution:</strong>
254
- You can use the <em>&#8211;lint_max</em> and the <em>&#8211;lint_min</em> options to get around this issue.</p>
254
+ You can use the <em>&#8211;lint-max</em> and the <em>&#8211;lint-min</em> options to get around this issue.</p>
255
255
  <p>Example:</p>
256
- <div class="highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~$</span> bake Debug -p MyLibraryProject --lint --lint_max <span class="m">50</span> <span class="c">#(lints the first 51 files)</span>
257
- <span class="gp">User@Host:~$</span> bake Debug -p MyLibraryProject --lint --lint_min <span class="m">51</span> --lint_max <span class="m">100</span> <span class="c">#(lints the next 50 files)</span>
258
- <span class="gp">User@Host:~$</span> bake Debug -p MyLibraryProject --lint --lint_min <span class="m">101</span> <span class="c">#(lints the rest of the files)</span>
256
+ <div class="highlight-console"><div class="highlight"><pre><span class="gp">User@Host:~$</span> bake Debug -p MyLibraryProject --lint --lint-max <span class="m">50</span> <span class="c">#(lints the first 51 files)</span>
257
+ <span class="gp">User@Host:~$</span> bake Debug -p MyLibraryProject --lint --lint-min <span class="m">51</span> --lint-max <span class="m">100</span> <span class="c">#(lints the next 50 files)</span>
258
+ <span class="gp">User@Host:~$</span> bake Debug -p MyLibraryProject --lint --lint-min <span class="m">101</span> <span class="c">#(lints the rest of the files)</span>
259
259
  </pre></div>
260
260
  </div>
261
261
  </div></blockquote>
@@ -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.12.2 documentation</title>
8
+ <title>The Bakery &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.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" />
@@ -161,12 +161,16 @@ The most important options are the collection name (<em>-b</em>) and the collect
161
161
  <div class="highlight-console"><div class="highlight"><pre><span class="go">bakery -b AllUnitTests</span>
162
162
  </pre></div>
163
163
  </div>
164
+ <p>It is possible to omit <em>-b</em>:</p>
165
+ <div class="highlight-console"><div class="highlight"><pre><span class="go">bakery AllUnitTests</span>
166
+ </pre></div>
167
+ </div>
164
168
  <p>Clean all unittests:</p>
165
169
  <div class="highlight-console"><div class="highlight"><pre><span class="go">bakery -b AllUnitTests -c</span>
166
170
  </pre></div>
167
171
  </div>
168
172
  <p>Build all unittests, workspace checked out into two roots, console supports colors, stop on first error, run the unittests after build:</p>
169
- <div class="highlight-console"><div class="highlight"><pre><span class="go">bakery -b AllUnitTests -m w:/root1/mainProj -w w:/root2 -r -a black --include_filter run</span>
173
+ <div class="highlight-console"><div class="highlight"><pre><span class="go">bakery -b AllUnitTests -m w:/root1/mainProj -w w:/root2 -r -a black --do run</span>
170
174
  </pre></div>
171
175
  </div>
172
176
  </div></blockquote>
@@ -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.12.2 documentation</title>
8
+ <title>Clang Analyze &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.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="How to use bake with cygwin" href="how_to_use_bake_with_cygwin.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>Tips and Tricks &mdash; bake 2.12.2 documentation</title>
8
+ <title>Tips and Tricks &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.0 documentation" href="../index.html" />
33
33
  <link rel="next" title="The Bakery" href="the_bakery.html" />
34
34
  <link rel="prev" title="How to Debug in Visual Studio" href="../ide/vs/how_to_debug_in_vs.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>Why you should use bake &mdash; bake 2.12.2 documentation</title>
8
+ <title>Why you should use bake &mdash; bake 2.13.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.12.2',
18
+ VERSION: '2.13.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.12.2 documentation" href="../index.html" />
32
+ <link rel="top" title="bake 2.13.0 documentation" href="../index.html" />
33
33
  <link rel="next" title="Install bake" href="../install/install_bake.html" />
34
- <link rel="prev" title="bake 2.12.2" href="../index.html" />
34
+ <link rel="prev" title="bake 2.13.0" href="../index.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'>
@@ -108,7 +108,7 @@
108
108
 
109
109
 
110
110
  <li>
111
- <a href="../index.html" title="Previous Chapter: bake 2.12.2"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; bake 2.12.2</span>
111
+ <a href="../index.html" title="Previous Chapter: bake 2.13.0"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">&laquo; bake 2.13.0</span>
112
112
  </a>
113
113
  </li>
114
114
  <li>
@@ -57,6 +57,44 @@ module Bake
57
57
  end
58
58
  end
59
59
 
60
+ def checkVerFormat(ver)
61
+ return true if ver.empty?
62
+ return false if ver.length > 3
63
+ ver.each do |v|
64
+ return false if not /\A\d+\z/.match(v)
65
+ end
66
+ true
67
+ end
68
+
69
+ def bailOutVer(reqVersion)
70
+ text1 = (reqVersion.minimum.empty? ? "" : "minimum = #{reqVersion.minimum}")
71
+ text2 = ((reqVersion.minimum.empty? or reqVersion.maximum.empty?) ? "" : ", ")
72
+ text3 = (reqVersion.maximum.empty? ? "" : "maximum = #{reqVersion.maximum}")
73
+ Bake.formatter.printError("Not compatible with installed bake version: #{text1 + text2 + text3}", reqVersion)
74
+ ExitHelper.exit(1)
75
+ end
76
+
77
+ def checkVer(reqVersion)
78
+ return if reqVersion.nil?
79
+ min = reqVersion.minimum.split(".")
80
+ max = reqVersion.maximum.split(".")
81
+ cur = Bake::Version.number.split(".")
82
+
83
+ if !checkVerFormat(min) or !checkVerFormat(max)
84
+ Bake.formatter.printError("Version must be <major>.<minor>.<patch> whereas minor and patch are optional and all numbers >= 0.", reqVersion)
85
+ ExitHelper.exit(1)
86
+ end
87
+
88
+ [min,max,cur].each { |arr| arr.map! {|x| x.to_i} }
89
+ min.each_with_index do |v,i|
90
+ break if v < cur[i]
91
+ bailOutVer(reqVersion) if v > cur[i]
92
+ end
93
+ max.each_with_index do |v,i|
94
+ break if v > cur[i]
95
+ bailOutVer(reqVersion) if v < cur[i]
96
+ end
97
+ end
60
98
 
61
99
  def loadProjMeta(filename)
62
100
 
@@ -72,6 +110,10 @@ module Bake
72
110
  ExitHelper.exit(1)
73
111
  end
74
112
 
113
+ reqVersion = f.root_elements[0].getRequiredBakeVersion
114
+
115
+ checkVer(reqVersion)
116
+
75
117
  configs = f.root_elements[0].getConfig
76
118
 
77
119
  if configs.length == 0