<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.bht.fr/index.php?action=history&amp;feed=atom&amp;title=DataFlowGenerator%3AVersionnement</id>
	<title>DataFlowGenerator:Versionnement - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bht.fr/index.php?action=history&amp;feed=atom&amp;title=DataFlowGenerator%3AVersionnement"/>
	<link rel="alternate" type="text/html" href="https://wiki.bht.fr/index.php?title=DataFlowGenerator:Versionnement&amp;action=history"/>
	<updated>2026-08-09T07:30:03Z</updated>
	<subtitle>Historique des révisions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.bht.fr/index.php?title=DataFlowGenerator:Versionnement&amp;diff=4976&amp;oldid=prev</id>
		<title>WikiAdmin : 1 version importée : dfg</title>
		<link rel="alternate" type="text/html" href="https://wiki.bht.fr/index.php?title=DataFlowGenerator:Versionnement&amp;diff=4976&amp;oldid=prev"/>
		<updated>2026-07-24T17:08:31Z</updated>

		<summary type="html">&lt;p&gt;1 version importée : dfg&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;fr&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Version précédente&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Version du 24 juillet 2026 à 17:08&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;fr&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Aucune différence)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>WikiAdmin</name></author>
	</entry>
	<entry>
		<id>https://wiki.bht.fr/index.php?title=DataFlowGenerator:Versionnement&amp;diff=4975&amp;oldid=prev</id>
		<title>toross&gt;WikiAdmin : 1 révision importée</title>
		<link rel="alternate" type="text/html" href="https://wiki.bht.fr/index.php?title=DataFlowGenerator:Versionnement&amp;diff=4975&amp;oldid=prev"/>
		<updated>2019-12-28T16:21:20Z</updated>

		<summary type="html">&lt;p&gt;1 révision importée&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Application versioning === &lt;br /&gt;
{{parW|&lt;br /&gt;
;R-V1.V2.V3.V4&lt;br /&gt;
:The identification consists of:&lt;br /&gt;
::{{m|R}} (release) xn pre-alpha alpha beta gamma/rcn prod/gold/live_release &lt;br /&gt;
:::The release is the qualification of software distribution or delivery often as a file or set of files, called a package. Here are the qualifications in the logical order of software development project (http://en.wikipedia.org/wiki/Software_testing):&lt;br /&gt;
:::{{m|xn}} or x1,x2, ...&lt;br /&gt;
::::delivery made during the development after unit tests. Distribution can be used between development teams who do not share the same basic sources;&lt;br /&gt;
:::{{m|pre-alpha}} or {{m|rpa}}&lt;br /&gt;
::::delivery made before the end of development and after integration tests. Distribution can be used between development integration testing teams;&lt;br /&gt;
:::{{m|alpha}} or {{m|ra}}&lt;br /&gt;
::::delivery made to the test team for System tests;&lt;br /&gt;
:::{{m|beta}} or {{m|rb}}&lt;br /&gt;
::::delivery made to a small number of users for User Acceptance Tests(UAT);&lt;br /&gt;
:::{{m|gamma_n}} or {{m|rcn}}&lt;br /&gt;
::::delivery also called &amp;quot;Release Candidate&amp;quot; number n, after nth UAT;&lt;br /&gt;
:::{{m|prod}}, {{m|gold}}, ou {{m|lr}} (live release)&lt;br /&gt;
::::delivery called &amp;quot;live release&amp;quot; which is considered to be very stable and relatively bug-free with a quality suitable for wide distribution and use by end users (http://en.wikipedia.org/wiki/Software_release_life_cycle).&lt;br /&gt;
::{{m|V1}}&lt;br /&gt;
:::a number that indicates the evolution of the system architecture and/or a large number of functional changes;&lt;br /&gt;
::{{m|V2}}&lt;br /&gt;
:::a number that indicates the evolution of the functions provided by the application;&lt;br /&gt;
::{{m|V3}}&lt;br /&gt;
:::a number that indicates the evolution of implementations of functions;&lt;br /&gt;
::{{m|V4}} &lt;br /&gt;
:::a number, optional, which indicates the integration of bugfixes.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Grammar/File Format versioning ===&lt;br /&gt;
{{parW|&lt;br /&gt;
;gr{{m|V1}}.gr{{m|V2}}.gr{{m|V3}} / fl{{m|V1}}.fl{{m|V2}}.fl{{m|V3}}&lt;br /&gt;
:xx{{m|V1}} changes that can not keep backward compatibility when reading&lt;br /&gt;
:xx{{m|V2}} developments that maintain backward compatibility when reading&lt;br /&gt;
:xx{{m|V3}} changes such as additions, comments or additional support in the grammar that have no impact on reading&lt;br /&gt;
&lt;br /&gt;
Le format du fichier et le modèle définit par le fichier même, cette version est celle du modèle.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Driver versioning (python or c++)===&lt;br /&gt;
{{parW|1=&lt;br /&gt;
*For each grammar main version number, which is grV1, a new driver versioning starts.&lt;br /&gt;
;{{m|drV1}}.{{m|drV2}}.{{m|drV3}}&lt;br /&gt;
:{{m|drV1}} major modifications&lt;br /&gt;
:{{m|drV2}} minor modifications&lt;br /&gt;
:{{m|drV3}} bug corrections&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;noinclude&amp;gt;[[Category:All]][[Category:DataFlowGenerator|{{PAGENAME}}]]&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
== Scripts d'utilisation ==&lt;br /&gt;
{{parW|textStyle=width:72ch;|1=&lt;br /&gt;
{{codeTr|lang=bash|colNb=70|code=&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
cafile=~/scratch/change/doc/certificat/cacert.cer&lt;br /&gt;
if [ -f $cafile ] ; then&lt;br /&gt;
    echo &amp;quot;&amp;quot;&lt;br /&gt;
else&lt;br /&gt;
    cafile=~/cacert.cer&lt;br /&gt;
fi ;&lt;br /&gt;
rm -Rf ./generated/*&lt;br /&gt;
python ~/scratch/svnDvlp/dfg1/dfg_V1PythonGenDriver.py \&lt;br /&gt;
 --pathGrammarfile doc/dvlp/spec/fileModel/graphGenFileModel.xml \&lt;br /&gt;
 --dataName graphGenhFile \&lt;br /&gt;
 --cartridgeFile tool/data/cartridge.txt \&lt;br /&gt;
 --licenceFile tool/data/licence.txt \&lt;br /&gt;
 --driverVersion &amp;quot;0.0.0&amp;quot; \&lt;br /&gt;
 --fileformatVersion &amp;quot;0.0.0&amp;quot; \&lt;br /&gt;
 --pathGen modFileDrv/api/impl&lt;br /&gt;
}}&lt;br /&gt;
{{codeTr|lang=bash|colNb=70|code=&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
cafile=~/scratch/change/doc/certificat/cacert.cer&lt;br /&gt;
if [ -f $cafile ] ; then&lt;br /&gt;
    echo &amp;quot;&amp;quot;&lt;br /&gt;
else&lt;br /&gt;
    cafile=~/cacert.cer&lt;br /&gt;
fi ;&lt;br /&gt;
rm -Rf ./generated/*&lt;br /&gt;
python ~/scratch/svnDvlp/dfg1/dfg_V1PythonGenDriver.py \&lt;br /&gt;
  --pathGrammarfile doc/dvlp/spec/fileModel/calibrationModel.xml \&lt;br /&gt;
  --dataName calibrationConfig \&lt;br /&gt;
  --cartridgeFile tool/data/cartridge.txt \&lt;br /&gt;
  --licenceFile tool/data/licence.txt \&lt;br /&gt;
  --driverVersion 0.0.0 \&lt;br /&gt;
  --fileformatVersion 0.0.0 \&lt;br /&gt;
  --pathGen modFileDrv/api/impl&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>toross&gt;WikiAdmin</name></author>
	</entry>
</feed>