Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update_arkellr_master_18jun2020 #1

Merged
merged 149 commits into from
Jun 18, 2020

Conversation

arkellr
Copy link
Owner

@arkellr arkellr commented Jun 18, 2020

Update my repo (arkellr) master with the latest in the head ASWF repo master.

hjmallon and others added 30 commits January 16, 2020 10:27
Signed-off-by: Harry Mallon <hjmallon@gmail.com>
… it from a windows dll

Signed-off-by: Laurens Voerman <l.voerman@rug.nl>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: John Mertic <jmertic@linuxfoundation.org>
Signed-off-by: John Mertic <jmertic@linuxfoundation.org>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
If clang-format can be found at config time, then a build target will
be established that allows you to `make clang-format`.

Running this does not cause any actual compiles, but will reformat all
the .h and .cpp files in the code base, according to the .clang-format
configuration.

Cache variables CLANG_FORMAT_INCLUDES and CLANG_FORMAT_EXCLUDES
provides patterns for any files to include (default: `"*.h;*.cpp"`) or
exclude, respectively. Files that you are sure should never be
reformatted can be added explicitly to the CLANG_FORMAT_EXCLUDES
default in clang-format.cmake.

Note that there will be some source modules which, in whole or in part,
you know you don't want to be reformatted (sometimes a nonstandard
formatting is much clearer than anything clang-format can be coaxed into
doing, such is often the case for tables). In that case you can turn it
off with the comment

    // clang-format off
    ... code that is excluded from reformatting ...
    // clang-format on

The CMake implementation of finding clang-format and adding this target
was largely borrowed from that in OpenImageIO's build system (also the
same BSD-3-Clause license).

This patch only establishes the build-time target so that you can run
it by hand, but does not (in this commit) reformat any of the
source. There are a LOT of diffs! We may want to fine-tune the
.clang-format for a while before we take the plunge of actually
checking in the reformatted code and then enforcing the formatting
thereafter. (Pro tip: run `make clang-format` only when you have no
uncommitted edits. If you then don't like the formatting it imposes,
you can back out of it all with `git checkout HEAD --force`.)
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Christina Tempelaar-Lietz <xlietz@gmail.com>
- fix python warnings.
- fix Cmake include(clang_format) error
- added Linux VFX 2020 builds
- removed MacOS 10.13 due to Azure ending support
- temporarily disable gcov in Sonar, due to SC regression CPP-2395

Signed-off-by: Christina Tempelaar-Lietz <xlietz@gmail.com>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
…mum dimensions of data windows

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
…ne error on max suffix string length

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
…ubles to prevent rounding causing overflows

Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
retokromer and others added 29 commits May 20, 2020 10:23
Signed-off-by: Christina Tempelaar-Lietz <xlietz@gmail.com>
Signed-off-by: Christina Tempelaar-Lietz <xlietz@gmail.com>
Signed-off-by: Christina Tempelaar-Lietz <xlietz@gmail.com>
Signed-off-by: Christina Tempelaar-Lietz <xlietz@gmail.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Peter Hillman <peterh@wetafx.co.nz>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Aloys Baillet <aloys.baillet+github@gmail.com>
Signed-off-by: Christina Tempelaar-Lietz <xlietz@gmail.com>
Signed-off-by: Christina Tempelaar-Lietz <xlietz@gmail.com>
Signed-off-by: Christina Tempelaar-Lietz <xlietz@gmail.com>
Signed-off-by: Transporter <ogre.transporter@gmail.com>
…libraries

Signed-off-by: Transporter <ogre.transporter@gmail.com>
Signed-off-by: Transporter <ogre.transporter@gmail.com>
…ncy with cmake. Same with imathnumpy.so and iex.so.

Signed-off-by: Cary Phillips <cary@ilm.com>
… build.

* in Makefile.am, the assignment should be TEST=
* in configure.ac, chmod the executable.
* in the .in file, use the #!@python@ directive so it works with python2 and python3.

Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: Cary Phillips <cary@ilm.com>
Signed-off-by: cia-rana <kiwamura0314@gmail.com>
@arkellr arkellr merged commit 5af8855 into arkellr:master Jun 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.