Subversion Repositories DevTools

Rev

Rev 5849 | Rev 5862 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5849 Rev 5859
Line 1... Line 1...
1
------------------------------------------------------------------------
1
------------------------------------------------------------------------
-
 
2
Version:  3.10.12000.cr                               Released: 
-
 
3
------------------------------------------------------------------------
-
 
4
 
-
 
5
Minor changes:
-
 
6
    * Improved use of cppcheck - Static code analysis (Adrien Oliva)
-
 
7
        Enable all possible check
-
 
8
        Force analysis of all pre-processor branch
-
 
9
        Remove false positive
-
 
10
            Missing include, unused function and unmatched suppression
-
 
11
        Configure cppcheck to ignore files provided by the compiler
-
 
12
            We do not want to analyze compiler)
-
 
13
        Fix variable name
-
 
14
 
-
 
15
   * GCC Toolchain
-
 
16
     Improved header file dependency generation through correct calculation
-
 
17
     of the compiler header file search paths.
-
 
18
 
-
 
19
   * IAR Toolchain
-
 
20
     Corrected the generation of the Program Loader
-
 
21
 
-
 
22
------------------------------------------------------------------------
2
Version:  3.10.11000.cr                               Released: 01-Jul-16
23
Version:  3.10.11000.cr                               Released: 01-Jul-16
3
------------------------------------------------------------------------
24
------------------------------------------------------------------------
4
 
25
 
5
Minor changes:
26
Minor changes:
6
	* Jats internal utility 'timeout'
27
    * Jats internal utility 'timeout'
7
	  Improved stability under Server 2013
28
      Improved stability under Server 2013
8
	  Reinstated use of 'timeout' in unit tests running under Windows.
29
      Reinstated use of 'timeout' in unit tests running under Windows.
9
 
30
 
10
	* Utility: jats -buildfiter=xxx
31
    * Utility: jats -buildfiter=xxx
11
	  Corrected the operation of the -buildfilter=xxx option when used 
32
      Corrected the operation of the -buildfilter=xxx option when used 
12
	  within a sandbox.
33
      within a sandbox.
13
 
34
 
14
------------------------------------------------------------------------
35
------------------------------------------------------------------------
15
Version:  3.10.10000.cr                               Released: 28-Jun-16 
36
Version:  3.10.10000.cr                               Released: 28-Jun-16 
16
------------------------------------------------------------------------
37
------------------------------------------------------------------------
17
 
38
 
18
Minor changes:
39
Minor changes:
19
	* Platform: CORTEXM3_ARM
40
    * Platform: CORTEXM3_ARM
20
	  Corrected the generation of the Program Loader
41
      Corrected the generation of the Program Loader
21
 
42
 
22
	* UBUNUTU12C11_INSTRUMENT and UBUNUTU12_INSTRUMENT platforms
43
    * UBUNUTU12C11_INSTRUMENT and UBUNUTU12_INSTRUMENT platforms
23
	  lcov includes branch coverage
44
      lcov includes branch coverage
24
	  
45
      
25
	* All _INSTRUMENT targets
46
    * All _INSTRUMENT targets
26
	  Limit coverage to file within the package
47
      Limit coverage to file within the package
27
	  Now excludes all external libraries
48
      Now excludes all external libraries
28
 
49
 
29
	  The 'make clean' operation will remove intermediate files generated 
50
      The 'make clean' operation will remove intermediate files generated 
30
	  by the coverage.
51
      by the coverage.
31
 
52
 
32
    * Unit Tests
53
    * Unit Tests
33
	  'make clean' now removes temp 'rc' file generated while running the test
54
      'make clean' now removes temp 'rc' file generated while running the test
34
 
55
 
35
	* Internal Utility: cache_dpkg
56
    * Internal Utility: cache_dpkg
36
	  [JATS-388] Package caching does not support multiple instances updating 
57
      [JATS-388] Package caching does not support multiple instances updating 
37
	  the same version
58
      the same version
38
 
59
 
39
	* Internal Utility: cache_dpkg
60
    * Internal Utility: cache_dpkg
40
	  assemble_dpkg - purge stale package fragments from the package fragment 
61
      assemble_dpkg - purge stale package fragments from the package fragment 
41
	  assembly area.
62
      assembly area.
42
 
63
 
43
	* Sandbox
64
    * Sandbox
44
	  [JATS-389] Sandbox does not support packages that use deployment
65
      [JATS-389] Sandbox does not support packages that use deployment
45
	  directives.
66
      directives.
46
 
67
 
47
------------------------------------------------------------------------
68
------------------------------------------------------------------------
48
Version:  3.10.9000.cr                               Released: 14-Jun-16 
69
Version:  3.10.9000.cr                               Released: 14-Jun-16 
49
------------------------------------------------------------------------
70
------------------------------------------------------------------------
50
 
71
 
51
Minor changes:
72
Minor changes:
52
	* [JATS-372] Long pathnames kill metrics gathering
73
    * [JATS-372] Long pathnames kill metrics gathering
53
	  See Jira issue for full details
74
      See Jira issue for full details
54
 
75
 
55
	* [JATS-373] UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
76
    * [JATS-373] UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
56
	  Specify the dynamic linker used to load programs generated by this compiler
77
      Specify the dynamic linker used to load programs generated by this compiler
57
 
78
 
58
		NOTE: Programs generated for this platform require the installation of the
79
        NOTE: Programs generated for this platform require the installation of the
59
		      vix-ubuntu12-c11-glibc installer from the 'linux-glibc' package.
80
              vix-ubuntu12-c11-glibc installer from the 'linux-glibc' package.
60
 
81
 
61
------------------------------------------------------------------------
82
------------------------------------------------------------------------
62
Version:  3.10.8000.cr                               Released: 02-Jun-16
83
Version:  3.10.8000.cr                               Released: 02-Jun-16
63
------------------------------------------------------------------------
84
------------------------------------------------------------------------
64
 
85
 
65
Minor changes:
86
Minor changes:
66
	* Platform: CORTEXM3_ARM
87
    * Platform: CORTEXM3_ARM
67
	  Added assembler flags
88
      Added assembler flags
68
 
89
 
69
	* Utility cache_dpkg
90
    * Utility cache_dpkg
70
	  Seperate wait-for-replication and copy-to-cache
91
      Seperate wait-for-replication and copy-to-cache
71
 
92
 
72
	* Build Directive - BuildName
93
    * Build Directive - BuildName
73
	  Added a 3 argument form
94
      Added a 3 argument form
74
		BuildName ('pkgName', 'Version', 'Suffix' );
95
        BuildName ('pkgName', 'Version', 'Suffix' );
75
	  Improved error reporting.
96
      Improved error reporting.
76
 
97
 
77
------------------------------------------------------------------------
98
------------------------------------------------------------------------
78
Version:  3.10.7000.cr                               Released: 19-May-16 
99
Version:  3.10.7000.cr                               Released: 19-May-16 
79
------------------------------------------------------------------------
100
------------------------------------------------------------------------
80
 
101
 
81
Minor changes:
102
Minor changes:
82
	* Platform: CORTEXM3_ARM
103
    * Platform: CORTEXM3_ARM
83
	  Changed to use Embedded Workbench 7.4
104
      Changed to use Embedded Workbench 7.4
84
 
105
 
85
	  Added --CrcRange=... option to the CORTEXM3_ARM Prog directive
106
      Added --CrcRange=... option to the CORTEXM3_ARM Prog directive
86
	  Used to specify the range to fill and CRC.
107
      Used to specify the range to fill and CRC.
87
 
108
 
88
------------------------------------------------------------------------
109
------------------------------------------------------------------------
89
Version:  3.10.6000.cr                               Released: 13-May-16
110
Version:  3.10.6000.cr                               Released: 13-May-16
90
------------------------------------------------------------------------
111
------------------------------------------------------------------------
91
 
112
 
92
Minor changes:
113
Minor changes:
93
	* Utility cache_dpkg
114
    * Utility cache_dpkg
94
	  When used by the build system, the contents of the 'lcov' directory
115
      When used by the build system, the contents of the 'lcov' directory
95
	  will not be cached.
116
      will not be cached.
96
 
117
 
97
	  Add facility to allow build system to wait for package replication
118
      Add facility to allow build system to wait for package replication
98
	  to occur. Only active when a replica store is configured.
119
      to occur. Only active when a replica store is configured.
99
 
120
 
100
	* UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
121
    * UBUNUTU12C11 and UBUNUTU12C11_INSTRUMENT platforms
101
	  Added 'rpath' elements to generated executables to ensure that
122
      Added 'rpath' elements to generated executables to ensure that
102
	  the all glibc components required by the runtime can be located.
123
      the all glibc components required by the runtime can be located.
103
 
124
 
104
------------------------------------------------------------------------
125
------------------------------------------------------------------------
105
Version:  3.10.5000.cr                               Released: 06-May-16
126
Version:  3.10.5000.cr                               Released: 06-May-16
106
------------------------------------------------------------------------
127
------------------------------------------------------------------------
107
 
128
 
108
Minor changes:
129
Minor changes:
109
	* C11 Support under GCC
130
    * C11 Support under GCC
110
	  Use '-std=gnu++11' for building c++ files (Not -std=c++11) 
131
      Use '-std=gnu++11' for building c++ files (Not -std=c++11) 
111
	  Note: Use of the compiler definition 'linux' is non-standard
132
      Note: Use of the compiler definition 'linux' is non-standard
112
	        __linux__ is the standard definition.
133
            __linux__ is the standard definition.
113
 
134
 
114
------------------------------------------------------------------------
135
------------------------------------------------------------------------
115
Version:  3.10.4000.cr                               Released: 09-May-16
136
Version:  3.10.4000.cr                               Released: 09-May-16
116
------------------------------------------------------------------------
137
------------------------------------------------------------------------
117
 
138
 
118
Minor changes:
139
Minor changes:
119
	* Code coverage Support under GCC
140
    * Code coverage Support under GCC
120
	  Ensure that the correct gcov utility is used. Gcov is a part of the compiler
141
      Ensure that the correct gcov utility is used. Gcov is a part of the compiler
121
	  toolset. Affects UBUNUTU12C11_INSTRUMENT.
142
      toolset. Affects UBUNUTU12C11_INSTRUMENT.
122
 
143
 
123
	* Platform: CORTEXM3_ARM
144
    * Platform: CORTEXM3_ARM
124
	  Continuing tweaks.
145
      Continuing tweaks.
125
 
146
 
126
------------------------------------------------------------------------
147
------------------------------------------------------------------------
127
Version:  3.10.3000.cr                               Released: 06-May-16
148
Version:  3.10.3000.cr                               Released: 06-May-16
128
------------------------------------------------------------------------
149
------------------------------------------------------------------------
129
 
150
 
130
Minor changes:
151
Minor changes:
131
	* C11 Support under GCC
152
    * C11 Support under GCC
132
	  Added '-std=c++11' for building c++ files
153
      Added '-std=c++11' for building c++ files
133
 
154
 
134
------------------------------------------------------------------------
155
------------------------------------------------------------------------
135
Version:  3.10.2000.cr                               Released: 04-May-16 
156
Version:  3.10.2000.cr                               Released: 04-May-16 
136
------------------------------------------------------------------------
157
------------------------------------------------------------------------
137
 
158
 
138
Minor changes:
159
Minor changes:
139
	* Removed use of 'timeout' on unit tests in a Windows environment 
160
    * Removed use of 'timeout' on unit tests in a Windows environment 
140
	  pending several Windows issues. Total 'make' time is still being enforced.
161
      pending several Windows issues. Total 'make' time is still being enforced.
141
 
162
 
142
	* New platforms
163
    * New platforms
143
	  COBRA2 - Similar to COBRA, but using a C11 compliant version of GCC
164
      COBRA2 - Similar to COBRA, but using a C11 compliant version of GCC
144
	  VIPER2 - Similar to PPC_603E, but using a C11 compliant version of GCC
165
      VIPER2 - Similar to PPC_603E, but using a C11 compliant version of GCC
145
	  UBUNUTU12C11 - Similar to UBUNTU12. Uses the same version of GCC as COBRA2 and VIPER2
166
      UBUNUTU12C11 - Similar to UBUNTU12. Uses the same version of GCC as COBRA2 and VIPER2
146
	  UBUNUTU12C11_INSTRUMENT - Instrumented builds of UBUNUTU12C11
167
      UBUNUTU12C11_INSTRUMENT - Instrumented builds of UBUNUTU12C11
147
	  DEVLINUX includes all of these new platforms.
168
      DEVLINUX includes all of these new platforms.
148
 
169
 
149
	* New Utility: 
170
    * New Utility: 
150
		checkRelease - Locate package-Version required by a Release/SBOM/Package
171
        checkRelease - Locate package-Version required by a Release/SBOM/Package
151
		that are not in dpkg_archive.
172
        that are not in dpkg_archive.
152
 
173
 
153
Internal:
174
Internal:
154
	* Removed runtime warning from buildlib.pl
175
    * Removed runtime warning from buildlib.pl
155
 
176
 
156
	* Updated VIX Copyright notices
177
    * Updated VIX Copyright notices
157
 
178
 
158
------------------------------------------------------------------------
179
------------------------------------------------------------------------
159
Version:  3.10.1000.cr                               Released: 19-Apr-16
180
Version:  3.10.1000.cr                               Released: 19-Apr-16
160
------------------------------------------------------------------------
181
------------------------------------------------------------------------
161
 
182
 
162
Minor changes:
183
Minor changes:
163
	* Jats internal utility 'timeout'
184
    * Jats internal utility 'timeout'
164
	  Fixed compatibility issue under Windows-7
185
      Fixed compatibility issue under Windows-7
165
 
186
 
166
------------------------------------------------------------------------
187
------------------------------------------------------------------------
167
Version:  3.10.0000.cr                               Released: 15-Apr-16
188
Version:  3.10.0000.cr                               Released: 15-Apr-16
168
------------------------------------------------------------------------
189
------------------------------------------------------------------------
169
 
190
 
170
Major changes:
191
Major changes:
171
	* Jats make
192
    * Jats make
172
		All make commands are now time limited to a maximum of 3 hours.
193
        All make commands are now time limited to a maximum of 3 hours.
173
		This default can be altered with the -maxtime option.
194
        This default can be altered with the -maxtime option.
174
		The global default can be set with the EnvVar GBE_MAXMAKE.
195
        The global default can be set with the EnvVar GBE_MAXMAKE.
175
 
196
 
176
	  This feature is to prevent unit tests from hijacking the build system.
197
      This feature is to prevent unit tests from hijacking the build system.
177
 
198
 
178
	* RunTest directive
199
    * RunTest directive
179
		Runtime of automated unit tests is limited to (default) 30 minutes
200
        Runtime of automated unit tests is limited to (default) 30 minutes
180
		The RunTest directive has a --MaxTime parameter to alter the default
201
        The RunTest directive has a --MaxTime parameter to alter the default
181
		time.
202
        time.
182
 
203
 
183
	  This feature is to prevent unit tests from hijacking the build system.
204
      This feature is to prevent unit tests from hijacking the build system.
184
 
205
 
185
	* Build Platform Aliases: DEVLINUX and LMOS_DEVLINUX
206
    * Build Platform Aliases: DEVLINUX and LMOS_DEVLINUX
186
		Removed LINUX_EMU from DEVLINUX
207
        Removed LINUX_EMU from DEVLINUX
187
		Removed LMOS_LINUX_EMU from LMOS_DEVLINUX
208
        Removed LMOS_LINUX_EMU from LMOS_DEVLINUX
188
 
209
 
189
		There is no target environment for LINUX_EMU to run on.
210
        There is no target environment for LINUX_EMU to run on.
190
		building for this target is pointless.
211
        building for this target is pointless.
191
 
212
 
192
------------------------------------------------------------------------
213
------------------------------------------------------------------------
193
Version:  3.9.0000.cr                               Released: 11-Apr-16
214
Version:  3.9.0000.cr                               Released: 11-Apr-16
194
------------------------------------------------------------------------
215
------------------------------------------------------------------------
195
 
216
 
196
Major changes:
217
Major changes:
197
	* New buildfile directive: BuildExclude
218
    * New buildfile directive: BuildExclude
198
	  Allows spcific targets to be excluded from the build. Intended to be 
219
      Allows spcific targets to be excluded from the build. Intended to be 
199
	  used in conjunction with Platform aliases such as DEVLINUX. ie:
220
      used in conjunction with Platform aliases such as DEVLINUX. ie:
200
		BuildPlatforms('DEVLINUX');
221
        BuildPlatforms('DEVLINUX');
201
		BuildExclude('ARM9TDMI', 'LINUX_EMU');		# Targets specfically not supported
222
        BuildExclude('ARM9TDMI', 'LINUX_EMU');      # Targets specfically not supported
202
 
223
 
203
Minor changes:
224
Minor changes:
204
	* New Platform: CORTEXM3_ARM
225
    * New Platform: CORTEXM3_ARM
205
	  Used by the next generation of Security Module
226
      Used by the next generation of Security Module
206
	 
227
     
207
------------------------------------------------------------------------
228
------------------------------------------------------------------------
208
Version:  3.8.7000.cr                               Released: 04-Apr-16 
229
Version:  3.8.7000.cr                               Released: 04-Apr-16 
209
------------------------------------------------------------------------
230
------------------------------------------------------------------------
210
 
231
 
211
Minor changes:
232
Minor changes:
212
	* Visual Studio 2012 support
233
    * Visual Studio 2012 support
213
	  Added support for update 5. Now allowes either update 4 or update 5.
234
      Added support for update 5. Now allowes either update 4 or update 5.
214
	  Note: Update-4 is the documented (required) version.
235
      Note: Update-4 is the documented (required) version.
215
 
236
 
216
	* Internal tool for windows : which.exe
237
    * Internal tool for windows : which.exe
217
	  Updated the internal utility 'which' provided under windows for shell
238
      Updated the internal utility 'which' provided under windows for shell
218
	  compatability. It was found to not work with Server 2003.
239
      compatability. It was found to not work with Server 2003.
219
 
240
 
220
	* Makefile directive: MakeLinuxDriver
241
    * Makefile directive: MakeLinuxDriver
221
	  Added support for Module Versioning bewteen modules in the same build.
242
      Added support for Module Versioning bewteen modules in the same build.
222
 
243
 
223
------------------------------------------------------------------------
244
------------------------------------------------------------------------
224
Version:  3.8.6000.cr                               Released: 15-Mar-16
245
Version:  3.8.6000.cr                               Released: 15-Mar-16
225
------------------------------------------------------------------------
246
------------------------------------------------------------------------
226
 
247
 
227
Minor changes:
248
Minor changes:
228
	* SK20 Toolchain
249
    * SK20 Toolchain
229
	  Version 4.1.0 of the SK20 toolchain has beencompletely replaced
250
      Version 4.1.0 of the SK20 toolchain has beencompletely replaced
230
	  with a new version. 4.1.1. The SK20V1 target uses the new compiler.
251
      with a new version. 4.1.1. The SK20V1 target uses the new compiler.
231
 
252
 
232
	  Version 4.1.0 was not used to generate released software. It is
253
      Version 4.1.0 was not used to generate released software. It is
233
	  no longer needed. The new compiler-version is available in the
254
      no longer needed. The new compiler-version is available in the
234
	  arm-unknown-linux-gnueabi-sk20 package.
255
      arm-unknown-linux-gnueabi-sk20 package.
235
 
256
 
236
------------------------------------------------------------------------
257
------------------------------------------------------------------------
237
Version:  3.8.5000.cr                               Released: 25-Feb-16
258
Version:  3.8.5000.cr                               Released: 25-Feb-16
238
------------------------------------------------------------------------
259
------------------------------------------------------------------------
239
 
260
 
240
Minor changes:
261
Minor changes:
241
    * System Utility - assemble_dpkg
262
    * System Utility - assemble_dpkg
242
	  Allow for both unix and windows generated .tar.gz files
263
      Allow for both unix and windows generated .tar.gz files
243
	  The windows files do not have './' prepended
264
      The windows files do not have './' prepended
244
 
265
 
245
------------------------------------------------------------------------
266
------------------------------------------------------------------------
246
Version:  3.8.4000.cr                               Released: 24-Feb-16
267
Version:  3.8.4000.cr                               Released: 24-Feb-16
247
------------------------------------------------------------------------
268
------------------------------------------------------------------------
248
 
269
 
249
Minor changes:
270
Minor changes:
250
    * System Utility - assemble_dpkg
271
    * System Utility - assemble_dpkg
251
	  Windows and Unix create tar-zip files via different mechanisms
272
      Windows and Unix create tar-zip files via different mechanisms
252
	  Note: bsdtar has issues with large archives under Server2003
273
      Note: bsdtar has issues with large archives under Server2003
253
 
274
 
254
	* Windows utilities. Update the 7zip binaries to latest version
275
    * Windows utilities. Update the 7zip binaries to latest version
255
 
276
 
256
------------------------------------------------------------------------
277
------------------------------------------------------------------------
257
Version:  3.8.3000.cr                               Released: 18-Feb-16
278
Version:  3.8.3000.cr                               Released: 18-Feb-16
258
------------------------------------------------------------------------
279
------------------------------------------------------------------------
259
 
280
 
260
Minor changes:
281
Minor changes:
261
	* Packaging directives
282
    * Packaging directives
262
	  Improved the cleanup of badly specified --Dir options
283
      Improved the cleanup of badly specified --Dir options
263
 
284
 
264
    * System Utility - assemble_dpkg
285
    * System Utility - assemble_dpkg
265
	  Extended to allow deletion of bad and test builds
286
      Extended to allow deletion of bad and test builds
266
 
287
 
267
   * Java Build Support
288
   * Java Build Support
268
     Only in the build system, set JATS_HOME to the package repostory replica
289
     Only in the build system, set JATS_HOME to the package repostory replica
269
	 if one is available.
290
     if one is available.
270
 
291
 
271
------------------------------------------------------------------------
292
------------------------------------------------------------------------
272
Version:  3.8.2000.cr                               Released: 12-Feb-16
293
Version:  3.8.2000.cr                               Released: 12-Feb-16
273
------------------------------------------------------------------------
294
------------------------------------------------------------------------
274
 
295
 
275
Minor changes:
296
Minor changes:
276
	* Jats documentation generation. 
297
    * Jats documentation generation. 
277
	  Fixed [JATS-227] Pod2Html has a bug with nested items blocks
298
      Fixed [JATS-227] Pod2Html has a bug with nested items blocks
278
 
299
 
279
	* System Utility - create_dpkg
300
    * System Utility - create_dpkg
280
	  Added support for flagging non-builds. This will be used by a
301
      Added support for flagging non-builds. This will be used by a
281
	  future release of the build system.
302
      future release of the build system.
282
 
303
 
283
------------------------------------------------------------------------
304
------------------------------------------------------------------------
284
Version:  3.8.1000.cr                               Released: 03-Feb-16 
305
Version:  3.8.1000.cr                               Released: 03-Feb-16 
285
------------------------------------------------------------------------
306
------------------------------------------------------------------------
286
 
307
 
287
Minor changes:
308
Minor changes:
288
	* New target: SK20V41
309
    * New target: SK20V41
289
	  This is the SK20 Platform, With version 4.1.0.0, except that is
310
      This is the SK20 Platform, With version 4.1.0.0, except that is
290
	  a part of the DEVLINUX alias.
311
      a part of the DEVLINUX alias.
291
 
312
 
292
	* Windows utilities. Added 'bsdtar', called 'tar'
313
    * Windows utilities. Added 'bsdtar', called 'tar'
293
	  This utility handles a subset of gnu-tar operations on windows, but 
314
      This utility handles a subset of gnu-tar operations on windows, but 
294
	  it does support .gz and .bz2 files.
315
      it does support .gz and .bz2 files.
295
 
316
 
296
	* Jats essential binaries
317
    * Jats essential binaries
297
	  Added symlinks within jats to ensure that gtar can be located on
318
      Added symlinks within jats to ensure that gtar can be located on
298
	  machines in which a gnu-tar is not native to the machine.
319
      machines in which a gnu-tar is not native to the machine.
299
 
320
 
300
    * System Utility - assemble_dpkg
321
    * System Utility - assemble_dpkg
301
	  Used by the build system to assemble a package from package fragments.
322
      Used by the build system to assemble a package from package fragments.
302
 
323
 
303
	* System Utility - create_dpkg
324
    * System Utility - create_dpkg
304
	  Added support to create package fragments. This will be used by a
325
      Added support to create package fragments. This will be used by a
305
	  future release of the build system.
326
      future release of the build system.
306
 
327
 
307
------------------------------------------------------------------------
328
------------------------------------------------------------------------
308
Version:  3.8.0000.cr                               Released: 04-Jan-16 
329
Version:  3.8.0000.cr                               Released: 04-Jan-16 
309
------------------------------------------------------------------------
330
------------------------------------------------------------------------
310
 
331
 
311
Minor changes:
332
Minor changes:
312
	* ANDROID Platform
333
    * ANDROID Platform
313
	  Flag the AndroidStudioBuilder that the project does have unit
334
      Flag the AndroidStudioBuilder that the project does have unit
314
	  tests so that they can be built before the tests are run.
335
      tests so that they can be built before the tests are run.
315
 
336
 
316
------------------------------------------------------------------------
337
------------------------------------------------------------------------
317
Version:  3.7.11000.cr                               Released: 17-Dec-15
338
Version:  3.7.11000.cr                               Released: 17-Dec-15
318
------------------------------------------------------------------------
339
------------------------------------------------------------------------
319
 
340
 
320
Minor changes:
341
Minor changes:
321
	* SK20 Platform, With version 4.1.0.0
342
    * SK20 Platform, With version 4.1.0.0
322
	  Correct the value of HOST_CPU provided to utilities such as 
343
      Correct the value of HOST_CPU provided to utilities such as 
323
	  ShellBuild. The 4.1.0.0 compiler is diffeent to the Version 1.
344
      ShellBuild. The 4.1.0.0 compiler is diffeent to the Version 1.
324
 
345
 
325
------------------------------------------------------------------------
346
------------------------------------------------------------------------
326
Version:  3.7.10000.cr                               Released: 14-Dec-15 
347
Version:  3.7.10000.cr                               Released: 14-Dec-15 
327
------------------------------------------------------------------------
348
------------------------------------------------------------------------
328
 
349
 
329
Minor changes:
350
Minor changes:
330
	* Build File [JATS-146]
351
    * Build File [JATS-146]
331
	  Fix for use in build system
352
      Fix for use in build system
332
 
353
 
333
------------------------------------------------------------------------
354
------------------------------------------------------------------------
334
Version:  3.7.9000.cr                               Released: 11-Dec-15 
355
Version:  3.7.9000.cr                               Released: 11-Dec-15 
335
------------------------------------------------------------------------
356
------------------------------------------------------------------------
336
 
357
 
337
Minor changes:
358
Minor changes:
338
	* Build File [JATS-146]
359
    * Build File [JATS-146]
339
	  Improved reporting of 'alias' conflicts.
360
      Improved reporting of 'alias' conflicts.
340
	  Conflicts now generate an error, not a warning.
361
      Conflicts now generate an error, not a warning.
341
	  Within the Build and Escrow system conflicts will generate a warning
362
      Within the Build and Escrow system conflicts will generate a warning
342
	  to maintain backward compatability.
363
      to maintain backward compatability.
343
 
364
 
344
	* ANDROID AndroidStudio
365
    * ANDROID AndroidStudio
345
	  Added support run automated unit tests
366
      Added support run automated unit tests
346
 
367
 
347
------------------------------------------------------------------------
368
------------------------------------------------------------------------
348
Version:  3.7.8000.cr                               Released: 30-Nov-15
369
Version:  3.7.8000.cr                               Released: 30-Nov-15
349
------------------------------------------------------------------------
370
------------------------------------------------------------------------
350
 
371
 
351
Minor changes:
372
Minor changes:
352
    * Unit Testing
373
    * Unit Testing
353
	  Fixed the name of the Unique Test Identifier passed to the filter - UTFUID
374
      Fixed the name of the Unique Test Identifier passed to the filter - UTFUID
354
 
375
 
355
	  Auto detect the presence of test results generated by 'UTF' and invoke
376
      Auto detect the presence of test results generated by 'UTF' and invoke
356
	  the UTF filter, if found. This allows the use of the new 'UTF' without
377
      the UTF filter, if found. This allows the use of the new 'UTF' without
357
	  reworking all UTF consumers.
378
      reworking all UTF consumers.
358
 
379
 
359
------------------------------------------------------------------------
380
------------------------------------------------------------------------
360
Version:  3.7.7000.cr                               Released: 26-Nov-15
381
Version:  3.7.7000.cr                               Released: 26-Nov-15
361
------------------------------------------------------------------------
382
------------------------------------------------------------------------
362
 
383
 
Line 714... Line 735...
714
    * Toolset Compiler: M16C for the MCR platform
735
    * Toolset Compiler: M16C for the MCR platform
715
      Added support to ensure that the program does not exceed allocated
736
      Added support to ensure that the program does not exceed allocated
716
      flash space.
737
      flash space.
717
 
738
 
718
    * Toolset: GCC [JATS-300]
739
    * Toolset: GCC [JATS-300]
719
	  Added support for linking against shared libraries that have 
740
      Added support for linking against shared libraries that have 
720
      dependencies on other shared libraries
741
      dependencies on other shared libraries
721
      
742
      
722
 
743
 
723
    * Jats Make Directive - Script
744
    * Jats Make Directive - Script
724
      Corrected its operation. The Scripts will be copied into the 'bin'
745
      Corrected its operation. The Scripts will be copied into the 'bin'