Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / nfrechette/rtm issues and pull requests

#224 - #223: Generic CMake Unix Platform Support

Pull Request - State: closed - Opened by bedwardly-down 3 months ago - 3 comments
Labels: enhancement

#223 - Failed to build on FreeBSD

Issue - State: open - Opened by Curculigo 3 months ago - 3 comments
Labels: bug

#222 - chore(ci): update xcode

Pull Request - State: closed - Opened by nfrechette 4 months ago - 1 comment

#221 - feat: misc additions

Pull Request - State: closed - Opened by nfrechette 5 months ago - 1 comment

#220 - fix(tools): reduce natvis match priority for built-in types

Pull Request - State: closed - Opened by nfrechette 5 months ago - 1 comment

#219 - feat(bench): add matrix3x3 argument passing benchmark

Pull Request - State: closed - Opened by nfrechette 5 months ago - 1 comment

#218 - Optimized the performance of float object

Pull Request - State: open - Opened by daliziql 5 months ago - 15 comments

#217 - fix: improve C++ version detection macros

Pull Request - State: closed - Opened by nfrechette 6 months ago - 2 comments

#216 - chore(ci): update clang

Pull Request - State: closed - Opened by nfrechette 8 months ago - 2 comments

#215 - chore: integrate release 2.3.1

Pull Request - State: closed - Opened by nfrechette 8 months ago - 2 comments

#214 - chore: prepare release 2.3.1

Pull Request - State: closed - Opened by nfrechette 8 months ago - 2 comments

#213 - fix: reset the cross product w component to 0 in neon

Pull Request - State: closed - Opened by yogurit 8 months ago - 3 comments

#212 - fix: make sure RTM_DEPRECATED is always defined even when disabled

Pull Request - State: closed - Opened by nfrechette 8 months ago - 3 comments

#211 - RTM_DEPRECATED is undefined when using RTM_NO_DEPRECATION

Issue - State: closed - Opened by ea-rmccord 9 months ago - 2 comments
Labels: bug

#210 - feat: optimize vector_cross3 for ARM NEON

Pull Request - State: closed - Opened by nfrechette 9 months ago - 2 comments

#209 - chore: prepare release 2.3

Pull Request - State: closed - Opened by nfrechette 10 months ago - 1 comment

#208 - refactor: deprecate return coercion

Pull Request - State: closed - Opened by nfrechette 10 months ago - 1 comment

#207 - feat: add graphics utils

Pull Request - State: closed - Opened by nfrechette 10 months ago - 1 comment

#206 - Add support for arbitrary coordinate systems

Issue - State: open - Opened by nfrechette 10 months ago
Labels: enhancement

#205 - Add support for NEON float64 SIMD

Issue - State: open - Opened by nfrechette 10 months ago
Labels: enhancement

#204 - feat: improve codegen for double based types

Pull Request - State: closed - Opened by nfrechette 10 months ago - 1 comment

#203 - feat: implement per SIMD lane vector negation

Pull Request - State: closed - Opened by nfrechette 11 months ago - 1 comment

#202 - feat: improve type traits

Pull Request - State: closed - Opened by nfrechette 11 months ago - 1 comment

#201 - feat: implement qvv/qv/qvs from matrix

Pull Request - State: closed - Opened by nfrechette 11 months ago - 1 comment

#200 - feat: add vector_sqrt_reciprocal

Pull Request - State: closed - Opened by nfrechette 11 months ago - 1 comment

#199 - feat: add matrix get/set component

Pull Request - State: closed - Opened by nfrechette 11 months ago - 1 comment

#198 - feat: matrix set axis

Pull Request - State: closed - Opened by nfrechette 11 months ago - 1 comment

#197 - chore: prepare release 2.2.1

Pull Request - State: closed - Opened by nfrechette 11 months ago - 1 comment

#196 - fix: avoid catch2 nominmax override

Pull Request - State: closed - Opened by nfrechette 11 months ago - 1 comment

#195 - fix: matrix4x4 multiplication

Pull Request - State: closed - Opened by nfrechette 11 months ago - 1 comment

#194 - Why does matrix_mul always consider the left hand side as a 4x3 matrix

Issue - State: closed - Opened by peter1745 11 months ago - 3 comments
Labels: bug

#193 - Add vector_sqrt_reciprocal

Issue - State: closed - Opened by niello 12 months ago - 1 comment
Labels: enhancement, help wanted, good first issue

#192 - feat: vector set component

Pull Request - State: closed - Opened by nfrechette 12 months ago - 1 comment

#191 - Add convenient overrides for functions with static masks like `vector_mix_xyxy`

Issue - State: open - Opened by nfrechette 12 months ago
Labels: enhancement

#190 - fix: ios support

Pull Request - State: closed - Opened by nfrechette 12 months ago - 2 comments

#189 - vector_neg by mask

Issue - State: closed - Opened by niello 12 months ago - 5 comments
Labels: help wanted, good first issue, question

#188 - docs: add Kethers as a contributor for code

Pull Request - State: closed - Opened by allcontributors[bot] 12 months ago - 2 comments

#187 - Add qvv_from_matrix

Issue - State: closed - Opened by niello 12 months ago - 2 comments
Labels: enhancement, help wanted, good first issue

#186 - fix: std::numeric_limits::max() in memory_utils.h conflicted with minwindef.h

Pull Request - State: closed - Opened by Kethers 12 months ago - 6 comments
Labels: bug

#185 - feat: misc improvements

Pull Request - State: closed - Opened by nfrechette about 1 year ago - 2 comments

#184 - chore: update conan link

Pull Request - State: closed - Opened by nfrechette about 1 year ago - 2 comments

#183 - Extend type traits to all types

Issue - State: closed - Opened by nfrechette about 1 year ago

#182 - Add argument type aliases for double types

Issue - State: closed - Opened by nfrechette about 1 year ago
Labels: enhancement

#181 - Add RTM_SIMD_CALL to double types

Issue - State: closed - Opened by nfrechette about 1 year ago
Labels: help wanted, good first issue

#180 - Add camera utils for common projection matrix construction

Issue - State: closed - Opened by nfrechette about 1 year ago
Labels: help wanted, good first issue

#179 - Implement matrix_get_component and matrix_set_component

Issue - State: closed - Opened by nfrechette about 1 year ago
Labels: help wanted, good first issue

#178 - Implement matrix_set_axis to mirror matrix_get_axis

Issue - State: closed - Opened by nfrechette about 1 year ago
Labels: help wanted, good first issue

#177 - Implement vector_set_component to mirror vector_get_component

Issue - State: closed - Opened by nfrechette about 1 year ago
Labels: help wanted, good first issue

#176 - Implement vector_normalize for 4D vectors

Issue - State: closed - Opened by nfrechette about 1 year ago
Labels: help wanted, good first issue

#175 - Issues with overloading by return type

Issue - State: closed - Opened by niello about 1 year ago - 7 comments
Labels: bug, question

#174 - chore: prepare release

Pull Request - State: closed - Opened by nfrechette about 1 year ago - 2 comments

#173 - fix(mask): narrow codegen hack to VS2017 and earlier

Pull Request - State: closed - Opened by nfrechette about 1 year ago - 2 comments

#172 - fix: add missing SSE3 header

Pull Request - State: closed - Opened by nfrechette about 1 year ago - 3 comments

#171 - fix: use RTM cpp macros for detection

Pull Request - State: closed - Opened by nfrechette about 1 year ago - 2 comments

#170 - fix(ci): remove deprecated sonarcloud property usage

Pull Request - State: closed - Opened by nfrechette about 1 year ago - 2 comments

#169 - chore: fix sonarcloud issues

Pull Request - State: closed - Opened by nfrechette about 1 year ago - 2 comments

#168 - fix: mask4f neon

Pull Request - State: closed - Opened by nfrechette about 1 year ago - 2 comments

#167 - feat: enable /Wall with MSVC

Pull Request - State: closed - Opened by nfrechette about 1 year ago - 2 comments

#166 - fix: add a macro to specify the string format in assert macros

Pull Request - State: closed - Opened by nfrechette about 1 year ago - 3 comments

#165 - fix: properly handle cmake config with msys2

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#164 - feat: add support for MSYS2

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#163 - chore: minor fixes and additions

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#162 - docs: add valgur as a contributor for code

Pull Request - State: closed - Opened by allcontributors[bot] over 1 year ago - 2 comments

#161 - fix: add missing std includes

Pull Request - State: closed - Opened by valgur over 1 year ago - 5 comments

#160 - feat: impl qvs support

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#159 - chore: remove macos-10.15 CI builds

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#158 - chore: expose cpp version

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#157 - chore: add xcode 14 support

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#156 - chore: add gcc clang support

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#155 - Add Windows (MSYS2 MINGW64) to list of supported platform

Issue - State: closed - Opened by ghost over 1 year ago - 1 comment
Labels: enhancement

#154 - feat(vector): optimize vector_load2 and vector_load3 for SSE/NEON

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 3 comments

#153 - feat: add vector finite mask

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#152 - fix: disable fast math with GCC

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#151 - chore(ci): remove ci warnings

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#150 - feat(qv): add support for quat-vector type

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#149 - feat: optimize vector dot product

Pull Request - State: closed - Opened by nfrechette over 1 year ago - 2 comments

#148 - docs: add GermanAizek as a contributor for code

Pull Request - State: closed - Opened by allcontributors[bot] about 2 years ago - 2 comments

#147 - refactor(scalar): defining param as const by renaming it to scalarf_arg0

Pull Request - State: closed - Opened by GermanAizek about 2 years ago - 8 comments

#146 - docs(quat): clarify that the result of quat_from_positive_w might not be quite normalized

Pull Request - State: closed - Opened by nfrechette about 2 years ago - 2 comments

#145 - Use vectorcall for clang as well

Issue - State: open - Opened by logankaser about 2 years ago - 2 comments
Labels: enhancement, help wanted

#144 - fix(mask): add missing namespace versioning macros

Pull Request - State: closed - Opened by nfrechette about 2 years ago - 2 comments

#143 - feat(quat): add deterministic quat_normalize variant

Pull Request - State: closed - Opened by nfrechette about 2 years ago - 2 comments

#142 - feat: optimize mask compare with NEON

Pull Request - State: closed - Opened by nfrechette about 2 years ago - 2 comments

#141 - feat(mask): add mask macros

Pull Request - State: closed - Opened by nfrechette about 2 years ago - 2 comments

#140 - chore: misc changes

Pull Request - State: closed - Opened by nfrechette about 2 years ago - 2 comments

#139 - chore(ci): add msvc static analysis workflow

Pull Request - State: closed - Opened by nfrechette over 2 years ago - 2 comments

#138 - chore(ci): add benchmark workflow on pull requests

Pull Request - State: closed - Opened by nfrechette over 2 years ago - 2 comments

#137 - fix(ci): rename build push workflow

Pull Request - State: closed - Opened by nfrechette over 2 years ago - 2 comments

#136 - chore(ci): add vs2022 github action on push

Pull Request - State: closed - Opened by nfrechette over 2 years ago - 2 comments

#135 - feat(tools): add support for vs2022 and vs2022-clang

Pull Request - State: closed - Opened by nfrechette over 2 years ago - 2 comments

#134 - feat: optimize vector_mix with NEON

Pull Request - State: closed - Opened by operasfantom over 2 years ago - 3 comments

#133 - feat: xor mask equal

Pull Request - State: closed - Opened by nfrechette over 2 years ago - 2 comments

#132 - chore: integrate 2.1.5

Pull Request - State: closed - Opened by nfrechette over 2 years ago - 2 comments

#131 - chore: release 2.1.5

Pull Request - State: closed - Opened by nfrechette over 2 years ago - 2 comments

#130 - chore(ci): add AVX testing

Pull Request - State: closed - Opened by nfrechette over 2 years ago - 2 comments

#129 - chore: integrate 2.1.4

Pull Request - State: closed - Opened by nfrechette over 2 years ago - 2 comments

#128 - chore: release 2.1.4

Pull Request - State: closed - Opened by nfrechette over 2 years ago - 2 comments

#100 - chore: remove travis and add a sonarcloud github action

Pull Request - State: closed - Opened by nfrechette almost 4 years ago - 2 comments

#99 - chore: migrate away from travis to github actions

Pull Request - State: closed - Opened by nfrechette almost 4 years ago - 1 comment

#98 - chore: update emsdk setup action

Pull Request - State: closed - Opened by nfrechette almost 4 years ago - 1 comment