-
Notifications
You must be signed in to change notification settings - Fork 0
/
Change
51 lines (39 loc) · 1.66 KB
/
Change
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
0.0.1 07/23/2023 11:56:00 PM EST
- first trial release with initial macro support
0.0.2 09/15/2023 03:45:00 AM EST
- applying patch provided by NERDVANA (thank you!)
- updated example that was broken
0.0.3 09/20/2023 03:45:00 AM EST
- no change, updated dist.ini to remove ./releases
directory
0.0.4 02/24/2024 09:45:00 AM MST
- breaking change, reflect a more consistent naming convention for the
Perl-to-C data structure conversion macros
- %s/PerlOMP_2D_AoA_TO_FLOAT_ARRAY_2D/PerlOMP_2D_AoA_TO_2D_FLOAT_ARRAY/g
0.0.5 02/24/2024 09:45:00 AM MST
- updated more macro names to be more clear about purpose
- updated POD
0.0.6 07/16/2024 09:45:00 AM MST
- fixed tests which were failing because they were out of date
- made some minor updates to the POD
0.0.7 07/16/2024 09:45:00 PM MST
- made some updates to the POD
0.0.8 07/16/2024 09:45:00 PM MST
- made some updates to the POD
0.0.9 07/20/2024 09:45:00 PM MST
- added a couple new macros for bundling a group of environmental
variables to make it easier to get started and get the full set
of variables supported in this module
- PerlOMP_GETENV_BASIC
- PerlOMP_GETENV_ALL
0.1.0 07/20/2024 09:46:00 PM MST
- fixed important POD typos
0.1.1 07/20/2024 10:46:00 PM MST
- trying to fix some test environment failures
0.1.2 07/20/2024 10:48:00 PM MST
- fixed POD regression
0.1.3 09/05/2024 03:25:00 PM MST
- adding ppport.h to address failing tests
- moved Inline'd code in to share/openmp-simple.h
- somewhat of an experiment to reduce smoker test
failures