Ecosyste.ms: Issues

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

GitHub / awong-dev/ndk issues and pull requests

#156 - remove duplicate stuff after merge; reduce downstream diff

Pull Request - State: closed - Opened by nico over 10 years ago

#155 - reduce upstream diff more

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

#154 - fix a few merge mishaps

Pull Request - State: closed - Opened by nico over 10 years ago

#153 - Merge nico patch

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#152 - Fix unw_getcontext on __arm64__

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

#151 - Review comments: Remove unneeded `extern "C"`.

Pull Request - State: closed - Opened by nico over 10 years ago

#150 - Reduce unneeded changes to Level1 compared to upstream.

Pull Request - State: closed - Opened by nico over 10 years ago

#149 - Review comments: Move all ehabi-specific code into Unwind-EHABI.cpp.

Pull Request - State: closed - Opened by nico over 10 years ago

#148 - Review feedback: clang-format lines longer than 80cols in Unwind-EHABI.c...

Pull Request - State: closed - Opened by nico over 10 years ago

#147 - Remove toplevel src/ and test/ folders.

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

#146 - Review feedback: Rename Unwind-arm to Unwind-EHABI.

Pull Request - State: closed - Opened by nico over 10 years ago

#145 - Fix warning about missing declaration of __broken_fpclassify.

Pull Request - State: closed - Opened by nico over 10 years ago

#144 - Fix most warnings.

Pull Request - State: closed - Opened by nico over 10 years ago

#143 - Suppress clang warnings which fire often in musl.

Pull Request - State: closed - Opened by nico over 10 years ago - 1 comment

#142 - Fix up code so it compilers for MIPS.

Pull Request - State: closed - Opened by awong-dev over 10 years ago - 2 comments

#142 - Fix up code so it compilers for MIPS.

Pull Request - State: closed - Opened by awong-dev over 10 years ago - 2 comments

#141 - Use coprocessor mnemonic to generate VFP instructions

Pull Request - State: closed - Opened by pimanttr over 10 years ago

#140 - Fix type_traits and atomic to compile in c++98 mode on gcc.

Pull Request - State: closed - Opened by awong-dev over 10 years ago - 1 comment

#140 - Fix type_traits and atomic to compile in c++98 mode on gcc.

Pull Request - State: closed - Opened by awong-dev over 10 years ago - 1 comment

#138 - Silence a double->float precision loss warning.

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

#138 - Silence a double->float precision loss warning.

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

#137 - Use SFINAE to only cast away volatile when necessary.

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#137 - Use SFINAE to only cast away volatile when necessary.

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#136 - Support gcc47 atomics

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#136 - Support gcc47 atomics

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#135 - Meta.unary.prop is literal

Pull Request - State: closed - Opened by awong-dev over 10 years ago - 1 comment

#135 - Meta.unary.prop is literal

Pull Request - State: closed - Opened by awong-dev over 10 years ago - 1 comment

#134 - Support gcc47 typetraits

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#133 - Clean up defines for type_traits

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#133 - Clean up defines for type_traits

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#132 - Underlying type

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#132 - Underlying type

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#131 - Ensure substitution failure occurs in is_convertible before constructor access check

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

#131 - Ensure substitution failure occurs in is_convertible before constructor access check

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

#130 - Ensure substitution failure occurs in is_convertible before constructor ...

Pull Request - State: closed - Opened by awong-dev over 10 years ago - 2 comments

#130 - Ensure substitution failure occurs in is_convertible before constructor ...

Pull Request - State: closed - Opened by awong-dev over 10 years ago - 2 comments

#129 - Fix monotonic clock comment

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

#129 - Fix monotonic clock comment

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

#128 - Add -lm/-lm_hard before -lc

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

#128 - Add -lm/-lm_hard before -lc

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

#127 - Fix nanosleep usage to not fail when broken by a signal

Pull Request - State: closed - Opened by danakj over 10 years ago

#126 - Stop breaking the MoveOnly class to work around G++ compile failures

Pull Request - State: closed - Opened by danakj over 10 years ago - 1 comment

#126 - Stop breaking the MoveOnly class to work around G++ compile failures

Pull Request - State: closed - Opened by danakj over 10 years ago - 1 comment

#125 - -lcompiler_rt goes at the end so -lm_hard can find symbols in it.

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#125 - -lcompiler_rt goes at the end so -lm_hard can find symbols in it.

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#124 - Only compile musl's implementation of scalb* on x86

Pull Request - State: closed - Opened by pimanttr over 10 years ago - 1 comment

#124 - Only compile musl's implementation of scalb* on x86

Pull Request - State: closed - Opened by pimanttr over 10 years ago - 1 comment

#123 - Use proper -lm vs -lm_hard

Pull Request - State: closed - Opened by pimanttr over 10 years ago - 1 comment

#123 - Use proper -lm vs -lm_hard

Pull Request - State: closed - Opened by pimanttr over 10 years ago - 1 comment

#122 - Fix a bug with libc++'s stof.

Pull Request - State: closed - Opened by nico over 10 years ago - 1 comment

#122 - Fix a bug with libc++'s stof.

Pull Request - State: closed - Opened by nico over 10 years ago - 1 comment

#120 - Include unwind.h before using LIBCXXABI_ARM_EHABI

Pull Request - State: closed - Opened by danakj over 10 years ago

#120 - Include unwind.h before using LIBCXXABI_ARM_EHABI

Pull Request - State: closed - Opened by danakj over 10 years ago

#119 - Fix most string.conversions tests.

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

#119 - Fix most string.conversions tests.

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

#118 - Change _LIBUNWIND_SUPPORT_ARM_EHABI to LIBCXX_ARM_EHABI.

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

#118 - Change _LIBUNWIND_SUPPORT_ARM_EHABI to LIBCXX_ARM_EHABI.

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

#117 - Also call nanosleep on android

Pull Request - State: closed - Opened by pimanttr over 10 years ago - 1 comment

#117 - Also call nanosleep on android

Pull Request - State: closed - Opened by pimanttr over 10 years ago - 1 comment

#116 - Revert "Fix libc++ build with android-20 and llvm-3.4"

Pull Request - State: closed - Opened by nico over 10 years ago

#116 - Revert "Fix libc++ build with android-20 and llvm-3.4"

Pull Request - State: closed - Opened by nico over 10 years ago

#115 - Demand export symbols

Pull Request - State: closed - Opened by awong-dev over 10 years ago - 1 comment

#114 - Fix the interpretation of the 0xb2 bytecode.

Pull Request - State: closed - Opened by danakj over 10 years ago - 1 comment

#114 - Fix the interpretation of the 0xb2 bytecode.

Pull Request - State: closed - Opened by danakj over 10 years ago - 1 comment

#113 - Link compiler_rt instead of libgcc with GCC build

Pull Request - State: closed - Opened by danakj over 10 years ago

#113 - Link compiler_rt instead of libgcc with GCC build

Pull Request - State: closed - Opened by danakj over 10 years ago

#112 - Remove extra "echo $(foo)".

Pull Request - State: closed - Opened by danakj over 10 years ago

#112 - Remove extra "echo $(foo)".

Pull Request - State: closed - Opened by danakj over 10 years ago

#111 - Add the _Unwind_Complete symbol, with an empty method.

Pull Request - State: closed - Opened by danakj over 10 years ago

#111 - Add the _Unwind_Complete symbol, with an empty method.

Pull Request - State: closed - Opened by danakj over 10 years ago

#110 - Create a whitelist for what we export from libc++_shared.so.

Pull Request - State: closed - Opened by danakj over 10 years ago

#110 - Create a whitelist for what we export from libc++_shared.so.

Pull Request - State: closed - Opened by danakj over 10 years ago

#109 - Optimize test

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#108 - Revert stdlib

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#108 - Revert stdlib

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#107 - Merge musl wcsrtombs fix.

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

#107 - Merge musl wcsrtombs fix.

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

#106 - add armeabi-v7a-hard ABI to testit_android

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

#106 - add armeabi-v7a-hard ABI to testit_android

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

#105 - New delete odr

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#104 - Disable non-C locale dependent assertions in lookup_collatename.pass.cpp...

Pull Request - State: closed - Opened by pliard-chromium over 10 years ago - 1 comment

#104 - Disable non-C locale dependent assertions in lookup_collatename.pass.cpp...

Pull Request - State: closed - Opened by pliard-chromium over 10 years ago - 1 comment

#103 - Unwind support for floats

Pull Request - State: closed - Opened by pimanttr over 10 years ago - 1 comment

#103 - Unwind support for floats

Pull Request - State: closed - Opened by pimanttr over 10 years ago - 1 comment

#102 - Add -O flags to testit_android

Pull Request - State: closed - Opened by pimanttr over 10 years ago - 1 comment

#102 - Add -O flags to testit_android

Pull Request - State: closed - Opened by pimanttr over 10 years ago - 1 comment

#101 - Android support

Pull Request - State: closed - Opened by digit-android over 10 years ago - 1 comment

#101 - Android support

Pull Request - State: closed - Opened by digit-android over 10 years ago - 1 comment

#100 - Foraddressspace

Pull Request - State: closed - Opened by danakj over 10 years ago - 1 comment

#100 - Foraddressspace

Pull Request - State: closed - Opened by danakj over 10 years ago - 1 comment

#99 - Use a binary search to find the function start/end.

Pull Request - State: closed - Opened by danakj over 10 years ago

#99 - Use a binary search to find the function start/end.

Pull Request - State: closed - Opened by danakj over 10 years ago

#98 - Add stuff from 0ed1f1b5a22a that got lost in the world-ending merge.

Pull Request - State: closed - Opened by nico over 10 years ago

#98 - Add stuff from 0ed1f1b5a22a that got lost in the world-ending merge.

Pull Request - State: closed - Opened by nico over 10 years ago

#97 - Vrs cleanup

Pull Request - State: closed - Opened by awong-dev over 10 years ago

#96 - Revert "Locale fixes for when there are no xlocale extesions"

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