Thomas Watson

Results 66 issues of Thomas Watson

I can't figure out how to test CUDA support on my system. I generated a simple test file: `python3 -c 'import struct; import math; open("test.bin", "wb").write(struct.pack("

For some reason, the full test suite is not part of the release tag or branch. This makes it difficult to test that a distributed copy works correctly. I can't...

Fixes a couple minor issues with the bare metal software demo encountered under Nix. 1. Programs are stored without write permissions. The demo data copied to the build directory is...

This patch increases the JTAG UART upload speed by switching to nonblocking read mode in the OpenOCD Tcl script, then reading and writing up to 512 byte blocks instead of...

In some sandbox environments, the program may not have permission to access /etc/localtime or it may not exist. Catch any exceptions accessing and parsing its value and return UTC by...

Code remains to check for use of these options and give an error which contains the correct option to use, due to the non-intuitive mapping between --uartX and --serialN. A...

The qRANSAC_SD license places restrictions on usage which are not compatible with the GPL: https://github.com/CloudCompare/CloudCompare/blob/b843609b84f4a2617ef861b5bab5d8cb41e0e97b/plugins/core/Standard/qRANSAC_SD/extern/RANSAC_SD/ReadMe.txt#L33-L54 This should be made clear and the plugin probably disabled for official distributions. I haven't...

**Describe the feature you would like** To be able to edit the items listed under "Meta data" in a cloud's properties. **Describe alternatives you've considered** Metadata seems to be associated...

enhancement

**Describe the feature you would like** When a LAS file is loaded with the qPDALIO plugin, the time scalar field (if any) is shifted so that the first time coordinate...

enhancement

I'm testing CloudCompare 2.12.4. The cause is the fact that `aligned_alloc` is not defined here: https://github.com/CloudCompare/CloudCompare/blob/b843609b84f4a2617ef861b5bab5d8cb41e0e97b/plugins/core/Standard/qRANSAC_SD/extern/RANSAC_SD/MiscLib/AlignedAllocator.h#L25-L34 as CloudCompare uses C++14 and this function is only present on C++17. x86 systems...

not_yet_confirmed