forked from vfxplatform/vfxplatform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvfxref.yml
475 lines (456 loc) · 10.7 KB
/
vfxref.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
gcc:
description: The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Ada, and Go, as well as libraries for these languages (libstdc++,...).
label: gcc
projecturl: https://gcc.gnu.org//
# This is not the official repo but it is the official GitHub mirror
srcurl: https://github.com/gcc-mirror/gcc
years:
2014:
verdesc: 4.1.2
vertags:
- gcc-4_1_2-release
2015:
verdesc: 4.8.2
vertags:
- gcc-4_8_2-release
2016: &gcc_2016
verdesc: 4.8.2 with bugfix or 4.8.3
vertags:
- gcc-4_8_2-release
- gcc-4_8_3-release
2017: *gcc_2016
2018: &gcc_2018
verdesc: 6.3.1 (see notes)
vertags:
# FIXME: that's incorrect, need to get it from RedHat Developer Toolset
# http://vault.centos.org/7.5.1804/sclo/Source/rh/devtoolset-6/
- gcc-6.3.0-release
2019: *gcc_2018
glibc:
description: The GNU C Library is the GNU Project's implementation of the C standard library.
label: glibc
projecturl: https://www.gnu.org/software/libc/
srcurl: https://sourceware.org/git/?p=glibc.git
years:
2014:
verdesc:
2015: &glibc_2015
verdesc: 2.12
2016: *glibc_2015
2017: *glibc_2015
2018: &glibc_2018
verdesc: 2.17
2019: *glibc_2018
python:
description: Python is an interpreted, object-oriented, high-level programming language with dynamic semantics.
label: Python (built with ucs4)
projecturl: https://www.python.org/
srcurl: https://github.com/python/cpython
years:
2014:
verdesc: 2.7.3
2015:
verdesc: 2.7.x
2016: &python_2016
verdesc: 2.7.5 - 2.7.latest
2017: *python_2016
2018: *python_2016
2019:
verdesc: |
2.7.9 - 2.7.latest
3.6.x (tech preview release)
Python 3 upgrade in CY2020
qt:
description: Qt is a complete cross-platform software framework with ready-made UI elements, C++ libraries, and a complete integrated development environment
label: Qt
projecturl: https://www.qt.io/
srcurl: http://code.qt.io/cgit/qt/qt5.git/
years:
2014:
# FIXME: different base location
verdesc: 4.8.5
2015:
# FIXME: different base location
verdesc: 4.8.x
2016: &qt_2016
verdesc: 5.6.1 (modified)
2017: *qt_2016
2018:
verdesc: 5.6.1 - 5.6.latest (modified)
2019:
verdesc: 5.12.x
pyqt:
description: PyQt is one of the most popular Python bindings for the Qt cross-platform C++ framework.
label: PyQt
projecturl: https://www.riverbankcomputing.com/software/pyqt/intro
# FIXME: is there an official Git repo somewhere?
years:
2014: &pyqt_2014
verdesc:
2015: *pyqt_2014
2016: &pyqt_2016
verdesc: 5.6
2017: *pyqt_2016
2018: *pyqt_2016
2019:
# FIXME: 5.12 not release yet, target is Nov 2018
verdesc: 5.12
pyside:
description: PySide provides Python bindings for the Qt framework.
label: |
Qt for Python
(PySide)
projecturl: https://wiki.qt.io/PySide
# FIXME: is there an official GIT repo somewhere?
years:
2014:
verdesc: 1.2
2015:
verdesc: 1.2.x
2016:
verdesc: 2.0
2017: &pyside_2017
verdesc: 2.0.x
2018: *pyside_2017
2019:
verdesc: 5.12 branch
numpy:
description: NumPy is the fundamental package for scientific computing with Python.
label: NumPy
projecturl: http://www.numpy.org/
srcurl: https://github.com/numpy/numpy
years:
2014: &numpy_2014
verdesc:
vertags:
2015: *numpy_2014
2016: &numpy_2016
verdesc: 1.9.2
vertags:
- v1.9.2
2017: *numpy_2016
2018:
verdesc: 1.12.1
vertags:
- v1.12.1
2019:
verdesc: 1.14.x
vertags:
- v1.14.0
- v1.14.1
- v1.14.2
- v1.14.3
- v1.14.4
- v1.14.5
- v1.14.6
openexr:
description: OpenEXR is a high dynamic-range (HDR) image file format.
label: OpenEXR
projecturl: http://www.openexr.com/
srcourl: https://github.com/openexr/openexr/
years:
2014:
verdesc: 2.0.1
vertags:
- v2.0.1
2015: &openexr_2015
verdesc: 2.2.x
vertags:
- v2.2.0
- v2.2.1
2016: *openexr_2015
2017: *openexr_2015
2018: *openexr_2015
2019:
verdesc: 2.3.x
vertags:
- v2.3.0
ptex:
description: Ptex is a texture mapping system for production-quality rendering.
label: Ptex
projecturl: http://ptex.us/
srcurl: https://github.com/wdas/ptex
years:
2014: &ptex_2014
verdesc:
2015: *ptex_2014
2016:
verdesc: 2.0.42
vertags:
- v2.0.42
2017: &ptex_2017
verdesc: 2.1.28
vertags:
- v2.1.28
2018: *ptex_2017
2019:
verdesc: 2.1.33
vertags:
- v2.1.33
opensubdiv:
description: OpenSubdiv is a set of libraries that implement high performance subdivision surface evaluation.
label: OpenSubdiv
projecturl: http://graphics.pixar.com/opensubdiv/docs/intro.html
srcurl: https://github.com/PixarAnimationStudios/OpenSubdiv
years:
2014:
verdesc: 2.3.3
vertags:
- v2_3_3
2015:
verdesc: 2.5.x
vertags:
- v2_5_0
- v2_5_1
2016:
verdesc: 3.0.x
vertags:
- v3_0_0
- v3_0_1
- v3_0_2
- v3_0_3
- v3_0_4
- v3_0_5
2017:
verdesc: 3.1.x
vertags:
- v3_1_0
- v3_1_1
2018: &opensubdiv_2018
verdesc: 3.3.x
vertags:
- v3_3_0
- v3_3_1
- v3_3_2
- v3_3_3
2019: *opensubdiv_2018
openvdb:
description: OpenVDB is a C++ library for the efficient storage and manipulation of sparse volumetric data.
label: OpenVDB
projecturl: http://www.openvdb.org/
srcurl: https://github.com/AcademySoftwareFoundation/openvdb
years:
2014:
verdesc:
2015:
verdesc: 3.0.x
vertags:
- v3.0.0
2016:
verdesc: 3.x
vertags:
- v3.0.0
- v3.1.0
- v3.2.0
- v3.3.0
2017:
verdesc: 4.x
vertags:
- v4.0.0
- v4.0.1
- v4.0.2
2018:
verdesc: 5.x
vertags:
- v5.0.0
- v5.1.0
- v5.2.0
2019:
verdesc: 6.x
vertags:
# FIXME: v6 not released yet
- v6.0.0
alembic:
description: Alembic is an open computer graphics interchange framework.
label: Alembic
projecturl: http://www.alembic.io/
srcurl: https://github.com/alembic/alembic
years:
2014: &alembic_2014
verdesc: 1.5.x
vertags:
- 1.5.5
- 1.5.6
- 1.5.7
- 1.5.8
2015: *alembic_2014
2016:
verdesc: 1.5.8
vertags:
- 1.5.8
2017:
verdesc: 1.6.x
vertags:
- 1.6.0
- 1.6.1
2018: &alembic_2018
verdesc: 1.7.x
vertags:
- 1.7.0
- 1.7.1
- 1.7.2
- 1.7.3
- 1.7.4
- 1.7.5
- 1.7.6
- 1.7.7
- 1.7.8
- 1.7.9
2019: *alembic_2018
fbx:
description: Autodesk FBX is a 3D asset exchange format that facilitates higher-fidelity data exchange between 3ds Max, Maya, MotionBuilder, Mudbox and other propriety and third-party software
label: FBX
projecturl: https://www.autodesk.com/products/fbx/overview
years:
2014:
verdesc: 2015
vertags:
- 2015
2015: &fbx_2015
verdesc: latest
vertags:
- 2015
- 2016.1
- 2016.1.2
- 2017.0
- 2017.1
- 2018.0
- 2018.1.1
- 2019
2016: *fbx_2015
2017: *fbx_2015
2018:
verdesc: 2018.x
vertags:
- 2018.0
- 2018.1.1
2019:
verdesc: 2019.x
vertags:
- 2019.0
opencolorio:
description: OpenColorIO (OCIO) is a complete color management solution geared towards motion picture production
label: OpenColorIO
projecturl: http://opencolorio.org/
srcurl: https://github.com/imageworks/OpenColorIO
years:
2014:
verdesc: 1.0.7
vertags:
- v1.0.7
2015: &opencolorio_2015
verdesc: 1.0.9
vertags:
- v1.0.9
2016: *opencolorio_2015
2017: *opencolorio_2015
2018: *opencolorio_2015
2019:
verdesc: 1.1.0
vertags:
- v1.1.0
aces:
description: The Academy Color Encoding System (ACES) is becoming the industry standard for managing color throughout the life cycle of a motion picture or television production
label: ACES
projecturl: https://www.oscars.org/science-technology/sci-tech-projects/aces
srcurl: https://github.com/ampas/aces-dev
years:
2014: &aces_2014
verdesc:
2015: *aces_2014
2016:
verdesc: 1.0
vertags:
- v1.0
2017:
verdesc: 1.0.x
vertags:
- v1.0.1
- v1.0.2
- v1.0.3
2018:
verdesc: 1.0.3 - 1.0.latest
vertags:
- v1.0.3
2019:
verdesc: 1.1
- v1.1
boost:
description: Boost provides free peer-reviewed portable C++ source libraries
label: Boost
projecturl: https://www.boost.org/
srcurl: https://github.com/boostorg/boost
years:
2014:
verdesc: 1.53
vertags:
- boost-1.53.0
2015: &boost_2015
verdesc: 1.55
vertags:
- boost-1.55.0
2016: *boost_2015
2017: &boost_2017
verdesc: 1.61
vertags:
- boost-1.61.0
2018: *boost_2017
2019:
verdesc: 1.66
vertags:
- boost-1.66.0
inteltbb:
description: Threading Building Blocks (TBB) is a widely used C++ template library for task parallelism.
label: Intel TBB
projecturl: https://www.threadingbuildingblocks.org/
srcurl: https://github.com/01org/tbb
years:
2014:
# FIXME: no Git tags before 4.4
verdesc: 4.1
2015:
verdesc: 4.2
2016:
verdesc: 4.3
2017:
verdesc: 4.4
vertags:
- 4.4
2018:
verdesc: 2017 Update 6
vertags:
- 2017_U6
2019:
verdesc: 2018
vertags:
- 2018
intelmkl:
description: Intel Math Kernel Library optimizes code with minimal effort for future generations of Intel processors.
label: Intel MKL
projecturl: https://software.intel.com/mkl
# FIXME: no source available
years:
2014: &intelmkl_2014
verdesc:
2015: *intelmkl_2014
2016: &intelmkl_2016
verdesc: 11.3
2017: *intelmkl_2016
2018:
verdesc: 2017 Update 2
2019:
verdesc: 2018
cppstd:
description: C++ language standard revision.
label: C++ API/SDK
projecturl: https://isocpp.org/
years:
2014: &cppstd_2014
verdesc:
2015: *cppstd_2014
2016: &cppstd_2016
verdesc: C++11
2017: *cppstd_2016
2018: &cppstd_2018
verdesc: C++14
2019: *cppstd_2018