Displaying 11 results from an estimated 11 matches for "html&".
2020 Apr 10
2
Opus CMake build support for Apple frameworks
Hi Simon,
CMake 3.14 add support for crosscompiling iOS, tvOS and watchOS
https://cmake.org/cmake/help/v3.14/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-or-watchos
Can you clarify what your patch does?
//Marcus
cmake-toolchains(7) — CMake 3.14.7 Documentation<https://cmake.org/cmake/help/v3.14/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-or-watchos>
The CMAKE_SYSTEM_NAME is the CMake-identifier of...
2018 Dec 19
0
[PATCH v3 00/12] x86, kbuild: revert macrofying inline assembly code
...commit description of 77b0bf55bc67 mentioned
> > "We also hope that GCC will eventually get fixed,..."
> >
> > Now, GCC provides a solution.
> >
> > https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgcc.gnu.org%2Fonlinedocs%2Fgcc%2FExtended-Asm.html&amp;data=02%7C01%7Cnamit%40vmware.com%7Cc43f433d8c6244de15f108d6643a49e4%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C636806598899962669&amp;sdata=88UJ25RoiHik9vTCJKZV6%2F7xpzCGsvKb9LFg1kfEYL0%3D&amp;reserved=0
> > explains the new "asm inline" syntax.
> >
> &gt...
2019 Dec 12
0
opus Digest, Vol 128, Issue 4
...cmake --build . -j 10
Is building for me, but I don't have any Windows Arm64 device so cannot test it.
Note that: Neon will not work on windows out of the box builds due renamed header: https://developercommunity.visualstudio.com/content/problem/201662/arm-neonh-doenst-support-arm64-compiler.html
Hope this helps.
//Marcus
________________________________
From: opus <opus-bounces at xiph.org> on behalf of opus-request at xiph.org <opus-request at xiph.org>
Sent: Thursday, December 12, 2019 04:00
To: opus at xiph.org <opus at xiph.org>
Subject: opus Digest, Vol 128, Issue...
2020 Apr 14
1
Opus CMake build support for Apple frameworks
...h how frameworks are handled there.
Simon
On Fri, 10 Apr 2020 at 18:32, Marcus Asteborg <xnorpx at outlook.com<mailto:xnorpx at outlook.com>> wrote:
Hi Simon,
CMake 3.14 add support for crosscompiling iOS, tvOS and watchOS
https://cmake.org/cmake/help/v3.14/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-or-watchos<https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcmake.org%2Fcmake%2Fhelp%2Fv3.14%2Fmanual%2Fcmake-toolchains.7.html%23cross-compiling-for-ios-tvos-or-watchos&data=02%7C01%7C%7C31d2ce47ca2441fc84a108d7e053f83f%7C84df9e7fe9f640afb435aaa...
2020 Apr 14
0
Opus CMake build support for Apple frameworks
...ent with how frameworks are handled there.
Simon
On Fri, 10 Apr 2020 at 18:32, Marcus Asteborg <xnorpx at outlook.com> wrote:
> Hi Simon,
>
> CMake 3.14 add support for crosscompiling iOS, tvOS and watchOS
>
>
> https://cmake.org/cmake/help/v3.14/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-or-watchos
>
> Can you clarify what your patch does?
>
> //Marcus
> cmake-toolchains(7) — CMake 3.14.7 Documentation
> <https://cmake.org/cmake/help/v3.14/manual/cmake-toolchains.7.html#cross-compiling-for-ios-tvos-or-watchos>
> The CMAKE_SYST...
2020 Sep 14
0
CentOS-virt Digest, Vol 156, Issue 3
...Flists.centos.org%2Fmailman%2Flistinfo%2Fcentos-virt&amp;data=02%7C01%7C%7C1b1ff21daaae47317c1d08d858a5b905%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637356816074942137&amp;sdata=GhJFGCT2YcbsOcSHWcDOuAlirayGxiVvuD2L2XspkVk%3D&amp;reserved=0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://nam01.safelinks.protection.outlook.com/?url=http%3A%2F%2Flists.centos.org%2Fpipermail%2Fcentos-virt%2Fattachments%2F20200913%2F79fba96f%2Fattachment-0001.html&amp;data=02%7C01%7C%7C1b1ff21daaae47317c1d08d858a5b905%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C...
2005 Nov 29
6
draggable revert problem
Hello,
I have tried implementing the shopping cart ajax example and have run into
some problems. The only differences with the shopping cart is
My list of products are generated from a partial view
The images of the products come from an http link.
However, Iam seeing a strange behavior when I drag and drop the elements to
my cart. On the first drag and drop the image successfully reverts to
2019 Aug 05
2
LLVM crashing while trying to build SPEC with Clang
...written a function pass in LLVM and I am trying to run that for SPEC by invoking the pass in the build options of SPEC. The build options of SPEC are in a *.cfg config file, which allows us to specify the choice of compiler while building SPEC. (https://www.spec.org/cpu2006/Docs/install-guide-unix.html)
The pass runs for several functions, but llvm crashes at a certain point. I am checking dependencies between various loops in a function in that pass.
The crash message and stack dump is:
clang-9: /media/kiit/3E9AF7519AF703E5/llvm-project/llvm/lib/Analysis/BasicAliasAnalysis.cpp:823: llvm::A...
2020 Apr 07
2
GSoC Interested student
Hi Johannes,
In order to create the testcases with the FIXMEs showing how it should
look after the transformation, I've been trying to come up with a way of
splitting the runtime call __tgt_target_teams based on Silei's recent
patch D77005. I like the idea of using its asynchronous version
__tgt_target_teams_nowait, but I think we would have to modify it,
either to return the
2018 Nov 22
15
[PATCH v5 0/7] Add virtio-iommu driver
...mmu.git virtio-iommu/v0.9
http://jpbrucker.net/virtio-iommu/spec/v0.9/virtio-iommu-v0.9.pdf
http://jpbrucker.net/virtio-iommu/spec/diffs/virtio-iommu-pdf-diff-v0.8-v0.9.pdf
[2] [PATCH v4 0/7] Add virtio-iommu driver
https://lists.linuxfoundation.org/pipermail/iommu/2018-November/031074.html
[3] git://linux-arm.org/linux-jpb.git virtio-iommu/v0.9
git://linux-arm.org/kvmtool-jpb.git virtio-iommu/v0.9
[4] [RFC v9 00/17] VIRTIO-IOMMU device
https://www.mail-archive.com/qemu-devel at nongnu.org/msg575578.html
Jean-Philippe Brucker (7):
dt-bindings: virtio-mmio: Add IOMMU descr...
2018 Nov 22
15
[PATCH v5 0/7] Add virtio-iommu driver
...mmu.git virtio-iommu/v0.9
http://jpbrucker.net/virtio-iommu/spec/v0.9/virtio-iommu-v0.9.pdf
http://jpbrucker.net/virtio-iommu/spec/diffs/virtio-iommu-pdf-diff-v0.8-v0.9.pdf
[2] [PATCH v4 0/7] Add virtio-iommu driver
https://lists.linuxfoundation.org/pipermail/iommu/2018-November/031074.html
[3] git://linux-arm.org/linux-jpb.git virtio-iommu/v0.9
git://linux-arm.org/kvmtool-jpb.git virtio-iommu/v0.9
[4] [RFC v9 00/17] VIRTIO-IOMMU device
https://www.mail-archive.com/qemu-devel at nongnu.org/msg575578.html
Jean-Philippe Brucker (7):
dt-bindings: virtio-mmio: Add IOMMU descr...