Conan 2.10 Documentation
compiler and any version. There are default definitions for the most popular ones: gcc, cl.exe, clang, apple-clang, intel, with different configurations of versions, runtimes, C++ standard library, etc. This conan profile detect --force Found apple-clang 14.0 apple-clang>=13, using the major as version Detected profile: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=gnu17 compiler the detected compiler version uses by default, except for the case of macOS using apple-clang. In this case, for apple-clang>=11, it sets compiler.cppstd=gnu17. If you want to use a different C++ standard0 码力 | 803 页 | 5.02 MB | 10 月前3Conan 2.9 Documentation
compiler and any version. There are default definitions for the most popular ones: gcc, cl.exe, clang, apple-clang, intel, with different configurations of versions, runtimes, C++ standard library, etc. This conan profile detect --force Found apple-clang 14.0 apple-clang>=13, using the major as version Detected profile: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=gnu17 compiler the detected compiler version uses by default, except for the case of macOS using apple-clang. In this case, for apple-clang>=11, it sets compiler.cppstd=gnu17. If you want to use a different C++ standard0 码力 | 795 页 | 4.99 MB | 10 月前3Conan 2.7 Documentation
compiler and any version. There are default definitions for the most popular ones: gcc, cl.exe, clang, apple-clang, intel, with different configurations of versions, runtimes, C++ standard library, etc. This conan profile detect --force Found apple-clang 14.0 apple-clang>=13, using the major as version Detected profile: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=gnu17 compiler the detected compiler version uses by default, except for the case of macOS using apple-clang. In this case, for apple-clang>=11, it sets compiler.cppstd=gnu17. If you want to use a different C++ standard0 码力 | 779 页 | 4.93 MB | 10 月前3Conan 2.8 Documentation
compiler and any version. There are default definitions for the most popular ones: gcc, cl.exe, clang, apple-clang, intel, with different configurations of versions, runtimes, C++ standard library, etc. This conan profile detect --force Found apple-clang 14.0 apple-clang>=13, using the major as version Detected profile: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=gnu17 compiler the detected compiler version uses by default, except for the case of macOS using apple-clang. In this case, for apple-clang>=11, it sets compiler.cppstd=gnu17. If you want to use a different C++ standard0 码力 | 785 页 | 4.95 MB | 10 月前3Conan 2.6 Documentation
compiler and any version. There are default definitions for the most popular ones: gcc, cl.exe, clang, apple-clang, intel, with different configurations of versions, runtimes, C++ standard library, etc. This conan profile detect --force Found apple-clang 14.0 apple-clang>=13, using the major as version Detected profile: [settings] arch=x86_64 build_type=Release compiler=apple-clang compiler.cppstd=gnu17 compiler the detected compiler version uses by default, except for the case of macOS using apple-clang. In this case, for apple-clang>=11, it sets compiler.cppstd=gnu17. If you want to use a different C++ standard0 码力 | 777 页 | 4.91 MB | 10 月前3Trends Artificial Intelligence
Years In 90% @ Year 3 90% @ Year 23 10/22 4/25 800MM Big Six* USA Technology Company CapEx *Apple, NVIDIA, Microsoft, Alphabet, Amazon (AWS only), & Meta Platforms Source: Capital IQ (3/25), Morgan & tablets in 2020. Cloud & data center capex includes Google, Amazon, Microsoft, Meta, Alibaba, Apple, IBM, Oracle, Tencent, & Baidu for ten years ending 2022. ‘Tens of billions of units’ refers to the named Stanley; it completes a 132-mile course, winning the DARPA Grand Challenge 4/10: Apple acquires Siri voice assistant & integrates it into iPhone 4S model one year later 6/14:0 码力 | 340 页 | 12.14 MB | 4 月前3MACRO-FREE TESTING WITH C++20
HTTPS://GITHUB.COM/BOOST-EXT/UT HTTPS://GITHUB.COM/BOOST-EXT/UT GCC-9+, CLANG-9.0+, APPLE CLANG-11.0.0+ GCC-9+, CLANG-9.0+, APPLE CLANG-11.0.0+ MSVC-2019+* MSVC-2019+* 2 / 14UT - UT - C++20 ( C++20 ( , , HTTPS://GITHUB.COM/BOOST-EXT/UT HTTPS://GITHUB.COM/BOOST-EXT/UT GCC-9+, CLANG-9.0+, APPLE CLANG-11.0.0+ GCC-9+, CLANG-9.0+, APPLE CLANG-11.0.0+ MSVC-2019+* MSVC-2019+* HEADER/MODULE HEADER/MODULE 2 / 14UT - HTTPS://GITHUB.COM/BOOST-EXT/UT HTTPS://GITHUB.COM/BOOST-EXT/UT GCC-9+, CLANG-9.0+, APPLE CLANG-11.0.0+ GCC-9+, CLANG-9.0+, APPLE CLANG-11.0.0+ MSVC-2019+* MSVC-2019+* HEADER/MODULE HEADER/MODULE 2 / 14UT -0 码力 | 53 页 | 1.98 MB | 5 月前3Back to Basics: Object-Oriented Programming
■ Only for children: protected ■ Only for this class: private 1 class Apple { 2 public: A Access specifier 3 explicit Apple(int i) B Constructor 4 : /*this−>*/ mData{i} C Constructor initializer list 17 18 int main() 19 { 20 Apple alice{3}; 21 alice.Set(5); H 22 23 return alice.Get(); I 24 } Andreas Fertig v1.0 Back to Basics 6 struct vs. class 1 struct Apple { 2 int mValue{}; 3 4 void void Fun(); 5 }; 1 class Apple { 2 int mValue{}; 3 4 void Fun(); 5 }; ■ During this talk I will often use struct to save one line and to make elements public. Andreas Fertig v1.0 Back to Basics 7 Back0 码力 | 20 页 | 1.04 MB | 5 月前3AnEditor Can Do That?
Surface Pro X, Apple Silicon)Visual Studio Code What’s new? 1. GitHub Codespaces (coding from your browser!) 2. CMake Presets support 3. ARM and ARM64 support (Raspberry Pi, Surface Pro X, Apple Silicon) your browser!) 2. CMake Presets support 3. ARM and ARM64 support (Raspberry Pi, Surface Pro X, Apple Silicon) 4. CUDA IntelliSense and GPU debugging 5. Disassembly View while debugging Preview!Visual your browser!) 2. CMake Presets support 3. ARM and ARM64 support (Raspberry Pi, Surface Pro X, Apple Silicon) 4. CUDA IntelliSense and GPU debugging 5. Disassembly View while debugging Preview!Visual0 码力 | 71 页 | 2.53 MB | 5 月前3Shared Libraries and Where To Find Them
Mach-O image [executable, dynamic library] Dynamic Library Identification, Apple Developer Forums https://developer.apple.com/forums/thread/736719Dynamic library identification (cont’d) Install name symbol name and the library where it expects to find that symbol. An Apple Library Primer, Apple Developer Forums https://developer.apple.com/forums/thread/736719WindowsDynamically Loaded Libraries (DLL) libraries needed by our executable(s) ● Give the runtime loader a helping hand: ○ ELF platforms, Apple platforms: Relative RPATH ($ORIGIN, @executable_path) ○ Place DLLs next to executable on Windows0 码力 | 94 页 | 6.49 MB | 5 月前3
共 112 条
- 1
- 2
- 3
- 4
- 5
- 6
- 12