Ecosyste.ms: Issues

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

GitHub / google/mathfu issues and pull requests

#58 - Update benchmark_common.h

Pull Request - State: open - Opened by AlfaizMomin almost 2 years ago - 1 comment

#57 - Update main.cpp

Pull Request - State: closed - Opened by AlfaizMomin almost 2 years ago - 1 comment

#56 - When building Google_MathFu emits warning C2220 on MSVC

Issue - State: open - Opened by nnfdnkns over 2 years ago

#55 - Update the submodule url to use https

Pull Request - State: closed - Opened by RenfengLiu almost 3 years ago

#54 - Compile flag Not Updated

Issue - State: open - Opened by vijaypanchal about 3 years ago - 1 comment

#53 - Chnagheaderonly

Pull Request - State: closed - Opened by automation555 over 3 years ago - 1 comment

#52 - fix bug: Quaternion::LookAt

Pull Request - State: open - Opened by OttoX over 3 years ago

#51 - fix bug: Quaternion::LookAt

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

#50 - Bug on Quaternion::LookAt()

Issue - State: open - Opened by OttoX over 3 years ago

#49 - Modified Contribution File

Pull Request - State: open - Opened by hritobroto over 3 years ago

#48 - updated links

Pull Request - State: open - Opened by hritobroto over 3 years ago

#47 - method HadamardProduct of Matrix can not compile

Issue - State: open - Opened by DamonsJ over 3 years ago

#46 - Is this page wrong? I think there should be no parentheses.

Issue - State: open - Opened by offchan42 about 4 years ago - 2 comments

#44 - Modified Contribution file(Same Content | Markdown)

Pull Request - State: closed - Opened by Hardik0307 over 4 years ago - 3 comments

#43 - Fix trivial build warnings (Clang10 on Windows)

Pull Request - State: closed - Opened by 0x8000-0000 over 4 years ago - 5 comments

#42 - Fix MSVC throwing C4201, this feature is standard >=C++11

Pull Request - State: closed - Opened by joshperry over 4 years ago

#41 - Updated doc comment for matrix Inverse() to be correct

Pull Request - State: closed - Opened by rokn almost 5 years ago - 3 comments

#40 - When SIMD build disabled, Vector<T, Dims> miss some fundamental methods

Issue - State: closed - Opened by vlmillet over 5 years ago - 1 comment

#38 - Fix 'unreferenced formal parameter' warnings in MSVC builds

Pull Request - State: open - Opened by joemmett almost 6 years ago - 1 comment

#37 - Google_MathFu failed to build due to error C1083 with MSVC on windows

Issue - State: closed - Opened by spacelg almost 6 years ago - 1 comment

#35 - Api description in GLSL Mappings for typedef Matrix< float, 4, 4 >

Issue - State: closed - Opened by markus2610 about 6 years ago - 1 comment

#33 - matrix_4x4_simd.h is not included by default

Issue - State: open - Opened by nfrechette over 6 years ago - 2 comments

#32 - Support for double vectors/matrices (with SIMD)?

Issue - State: open - Opened by lasagnaphil over 6 years ago

#31 - Remove "vectorial" lib external dependency?

Issue - State: open - Opened by lasagnaphil over 6 years ago - 2 comments

#30 - Expose GetColumn in Matrix

Issue - State: open - Opened by f1yingbanana over 6 years ago

#29 - Google_Mathfu failed with warning C4305 when build with MSVC

Issue - State: closed - Opened by shanshan0309 over 6 years ago - 3 comments

#28 - Remove extra semicolon.

Pull Request - State: open - Opened by ghost almost 7 years ago

#27 - Projection function

Issue - State: open - Opened by rickomax over 7 years ago - 6 comments

#26 - Fix missing SSE detection on x64 targets. Fixes #25

Pull Request - State: open - Opened by cdwfs over 7 years ago - 8 comments

#25 - SIMD detection doesn't work on MSVC x64 targets

Issue - State: open - Opened by cdwfs over 7 years ago - 5 comments

#24 - Matrix vector product question.

Issue - State: closed - Opened by panzergame over 7 years ago

#23 - Vector and matrix copy to C array.

Issue - State: closed - Opened by panzergame over 7 years ago - 3 comments

#22 - Ortho/Perspective matrices are different than from DirectX 9 Math library.

Issue - State: open - Opened by FrankStain almost 8 years ago - 3 comments

#21 - [Feature Request] - Accessors

Issue - State: closed - Opened by hsdxpro almost 8 years ago - 1 comment

#20 - Add HLSL mapping similar to GLSL

Pull Request - State: closed - Opened by purplemunster about 8 years ago - 4 comments

#19 - Update Google Group link

Pull Request - State: open - Opened by mortonfox over 8 years ago

#18 - Including quaternion.h after including vector.h can cause template errors

Issue - State: closed - Opened by ettoretorti over 8 years ago - 3 comments

#17 - Use CMAKE_CURRENT_SOURCE_DIR instead of CMAKE_SOURCE_DIR.

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

#16 - Add UnProject function to Matrix class

Pull Request - State: closed - Opened by billhsu over 8 years ago - 9 comments

#15 - Added Equal and Not Equal operator overload in Vector

Pull Request - State: closed - Opened by herculesjr over 8 years ago - 7 comments

#14 - Added Equal and Not Equal operator overload in Vector

Pull Request - State: closed - Opened by herculesjr over 8 years ago - 3 comments

#13 - Vector<float, 4> does not have member-wise division operator.

Issue - State: closed - Opened by VladSerhiienko almost 9 years ago - 3 comments

#12 - Update vectorial to latest version

Pull Request - State: closed - Opened by ggfan almost 9 years ago - 1 comment

#11 - How about let `xy()` and `xyz()` functions return references instead of values.

Issue - State: closed - Opened by FrankStain about 9 years ago - 5 comments

#10 - Can't seem to properly clone library

Issue - State: closed - Opened by TheFakeMontyOnTheRun over 9 years ago - 3 comments

#9 - Feature req: add method to extract 3x3 rotation matrix from 4x4 homogeneous matrix

Issue - State: closed - Opened by batesj over 9 years ago - 2 comments

#8 - 1.0f / vec2(2.0f, 2.0f) == vec2(2.0f, 2.0f)

Issue - State: closed - Opened by batesj over 9 years ago - 10 comments

#7 - Dependency on googletest?

Issue - State: closed - Opened by advayDev1 over 9 years ago - 1 comment

#6 - Difference in perspective matrix between GLM & MathFu

Issue - State: closed - Opened by roxlu over 9 years ago - 2 comments

#5 - CMake gives error > Does work, didn't use --recursive when cloning

Issue - State: closed - Opened by roxlu over 9 years ago

#4 - Doesn't support iOS

Issue - State: closed - Opened by geppy almost 10 years ago - 4 comments

#3 - Why LookAt from mathfu differs from GLM?

Issue - State: closed - Opened by oblitum about 10 years ago - 5 comments

#2 - Non-Standard Comparison Operators

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

#1 - Fixed typos

Pull Request - State: closed - Opened by pborreli over 10 years ago - 3 comments