Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-03 | git: allow "file" protocol | bartus | |
2022-07-18 | Drop openexr3.patch | bartus | |
2021-08-10 | Remove accidentally committed ccache optimization for container build | bartus | |
2021-08-10 | Add `libcudart.so` dependency, name `cuda` explicitly as makedepends. | bartus | |
2021-08-10 | Split doc sphinx and doxygen doc build | bartus | |
2021-08-10 | Pop version | bartus | |
2021-08-10 | Add assimp dependency | bartus | |
2021-08-10 | Refactor, port non-vcs PKGBUILD changes | bartus | |
2021-07-26 | Refactor, congruent with cctag | bartus | |
2021-07-26 | Fix missing cctag deps for prev commit | bartus | |
2021-07-25 | Fix build after #1083 | bartus | |
requires: cctag and by extend opencv | |||
2021-07-25 | Disable cuda by default | bartus | |
2021-05-30 | gcc:11 porting | bartus | |
https://gcc.gnu.org/gcc-11/porting_to.html#header-dep-changes | |||
2021-05-15 | Add git submodule init | bartus | |
2021-05-15 | Fix build against openexr:3 | bartus | |
2021-03-24 | Fix oiio:2.2.12 requires c++14 | bartus | |
2021-03-02 | Travis: init | bartus | |
2021-02-28 | Pop version v2.4.0, drop FindOpenGV.cmake.patch | bartus | |
2020-12-10 | Fix DISABLE_CUDA: skip internal dep relying on cuda | bartus | |
2020-12-10 | fixup | bartus | |
2020-12-09 | Pop version | bartus | |
2020-12-09 | Refactor | bartus | |
2020-12-09 | Drop submoudle.patch, fix OpenGV Eigen find | bartus | |
2020-10-10 | Revert eigen fix | bartus | |
2020-10-08 | Fix eigen | bartus | |
2020-08-10 | Revert "Fix build against cuda:11" | bartus | |
This reverts commit f6053582f687a5a5024ec2b4e2d54ad96e0d6ed4. | |||
2020-08-04 | Rollback local changes. | bartus | |
2020-08-03 | Add CUDA_ARCH env var to force cuda capability. | bartus | |
2020-08-02 | Fix build against cuda:11 | bartus | |
2020-05-27 | Fix geogram: fix legacy_numeric with gcc10. | bartus | |
-fcommon In C code, this option controls the placement of global variables defined without an initializer, known as tentative definitions in the C standard. Tentative definitions are distinct from declarations of a variable with the "extern" keyword, which do not allocate storage. The default is -fno-common, which specifies that the compiler places uninitialized global variables in the BSS section of the object file. This inhibits the merging of tentative definitions by the linker so you get a multiple-definition error if the same variable is accidentally defined in more than one compilation unit. The -fcommon places uninitialized global variables in a common block. This allows the linker to resolve all tentative definitions of the same variable in different compilation units to the same object, or to a non-tentative definition. This behavior is inconsistent with C++, and on many targets implies a speed and code size penalty on global variable references. It is mainly useful to enable legacy code to link without errors. fix #1 | |||
2020-05-23 | Fix geogram: legacy_numeric won't build GCC:10. | bartus | |
2020-01-19 | Merge branch 'ninja' | bartus | |
2020-01-19 | ninja switch. | bartus | |
2020-01-16 | Drop irrelevant patch. | bartus | |
2019-10-23 | Fix boost-1.71 log, update conflicts/provides/deps, add licences. | bartus | |
2019-09-14 | Fix doc build. | bartus | |
2019-09-10 | Update after magma was included in [community] | bartus | |
2018-11-26 | revert PR:527, upstream merged | bartus | |
2018-11-20 | fix auto in lambda expression | bartus | |
2018-08-31 | remove osi_cpl, remove submodule warning message | bartus | |
2018-08-31 | orig | bartus | |