Object Lifetime: From Start to Finish
Object Lifetime From Start to Finish Thamara Andrade | https://thamara.dev/34 Me finally understanding why my code was failing… ... and realizing I didn’t really understand the rules for object https://youtu.be/Rfu06XAhx90?si=GGa_g9w18RN_xUpGObject Lifetime From Start to Finish Thamara Andrade | https://thamara.dev/Object Lifetime From Start to Finish, and the tricky parts all around Thamara Andrade ISO JTC1/SC22/WG21 Reply-to: Nicolai JosuttisJoshua Berne net> C++23 https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2718r0.html 216217218219220221222223224225226• 0 码力 | 214 页 | 9.34 MB | 5 月前3Making Games Start Fast: A Story About Concurrency
Making Games Start Fast A Story About ConcurrencyOnce upon a time, in the early 2000s...We had a small clock speed cap issue...But the solution was easy! Core 🔥🔥🔥 Core 1 Core 2 Core 3 Core 4The at: mro@puchiko.net @MatRopert https://mropert.github.io Hello! 7About this talk ◉ Threads ◉ Locks... ◉ … and how to avoid them ◉ Investigating threading efficiency 8Time to start a game! Showcase asset files ◉ Read localization ◉ Load textures, models and audio ◉ Load game rules & databases 14Start Enumeration Read Localization Load Audio Load 2D Assets Load 3D Assets Load Game Databases0 码力 | 76 页 | 2.22 MB | 5 月前3Conan 1.44 Documentation
has been deprecated on January 1st, 2020 by the Python maintainers and Conan project will completely stop working with it in the following releases. See Python 2 Deprecation Notice for details. Install Conan: in code and documentation. Starting in Conan 1.22, Python 2 is no longer supported and Conan will stop working with it in the following releases. Conan 2.x won’t support Python 2. We encourage you to conancenter=https://center.conan.io URL: https://github.com/conan-io/conan-center-index Homepage: https://zlib.net License: Zlib Description: A Massively Spiffy Yet Delicately Unobtrusive Compression Library (Also␣0 码力 | 857 页 | 7.17 MB | 1 年前3Conan 1.45 Documentation
has been deprecated on January 1st, 2020 by the Python maintainers and Conan project will completely stop working with it in the following releases. See Python 2 Deprecation Notice for details. Install Conan: in code and documentation. Starting in Conan 1.22, Python 2 is no longer supported and Conan will stop working with it in the following releases. Conan 2.x won’t support Python 2. We encourage you to conancenter=https://center.conan.io URL: https://github.com/conan-io/conan-center-index Homepage: https://zlib.net License: Zlib Description: A Massively Spiffy Yet Delicately Unobtrusive Compression Library (Also␣0 码力 | 865 页 | 7.46 MB | 1 年前3Conan 1.46 Documentation
has been deprecated on January 1st, 2020 by the Python maintainers and Conan project will completely stop working with it in the following releases. See Python 2 Deprecation Notice for details. Install Conan: in code and documentation. Starting in Conan 1.22, Python 2 is no longer supported and Conan will stop working with it in the following releases. Conan 2.x won’t support Python 2. We encourage you to conancenter=https://center.conan.io URL: https://github.com/conan-io/conan-center-index Homepage: https://zlib.net License: Zlib Description: A Massively Spiffy Yet Delicately Unobtrusive Compression Library (Also␣0 码力 | 893 页 | 7.46 MB | 1 年前3Conan 1.43 Documentation
has been deprecated on January 1st, 2020 by the Python maintainers and Conan project will completely stop working with it in the following releases. See Python 2 Deprecation Notice for details. Install Conan: in code and documentation. Starting in Conan 1.22, Python 2 is no longer supported and Conan will stop working with it in the following releases. Conan 2.x won’t support Python 2. We encourage you to conancenter=https://center.conan.io URL: https://github.com/conan-io/conan-center-index Homepage: https://zlib.net License: Zlib Description: A Massively Spiffy Yet Delicately Unobtrusive Compression Library (Also␣0 码力 | 849 页 | 7.15 MB | 1 年前3Deciphering C++ Coroutines
Flow Andreas Weis CppCon 20243/55 About me - Andreas Weis (he/him) ComicSansMS cpp@andreas-weis.net Co-organizer of the Munich C++ User Group4/55 The story so far...5/55 Where we left off...6/55 // opt. 4 ReturnType get_return_object (); 5 std:: suspend_always initial_suspend (); 6 // ---- ⇑ Start / ⇓ Shutdown ---- 7 void return_value(T); / void return_void (); 8 void unhandled_exception (); 9 promise (). my_child = self; self.promise () .scheduler = h.promise () .scheduler; }49/55 But why stop at the scheduler? struct promise_base { promise_base * my_caller; promise_base * my_child; }; template0 码力 | 156 页 | 1.79 MB | 5 月前3Conan 1.47 Documentation
has been deprecated on January 1st, 2020 by the Python maintainers and Conan project will completely stop working with it in the following releases. See Python 2 Deprecation Notice for details. Install Conan: in code and documentation. Starting in Conan 1.22, Python 2 is no longer supported and Conan will stop working with it in the following releases. Conan 2.x won’t support Python 2. We encourage you to conancenter=https://center.conan.io URL: https://github.com/conan-io/conan-center-index Homepage: https://zlib.net License: Zlib Description: A Massively Spiffy Yet Delicately Unobtrusive Compression Library (Also␣0 码力 | 907 页 | 7.50 MB | 1 年前3Conan 2.5 Documentation
Conan 2 migration guide If you are using Conan 1.X, please read the Conan 2 Migration guide , to start preparing your package recipes to 2.0 and be aware of some changes while you still work in Conan 1 https://github.com/conan-io/examples2.git $ cd examples2/tutorial/consuming_packages/simple_cmake_project We start from a very simple C language project with this structure: 19 Conan Documentation, Release 2.5.0 a minimum of 2 and a maximum of 100 lowercase characters that defines the package name. It should start with alphanumeric or underscore and can contain alphanumeric, underscore, +, ., - characters. 480 码力 | 769 页 | 4.70 MB | 1 年前3Conan 2.4 Documentation
Conan 2 migration guide If you are using Conan 1.X, please read the Conan 2 Migration guide , to start preparing your package recipes to 2.0 and be aware of some changes while you still work in Conan 1 https://github.com/conan-io/examples2.git $ cd examples2/tutorial/consuming_packages/simple_cmake_project We start from a very simple C language project with this structure: 19 Conan Documentation, Release 2.4.1 a minimum of 2 and a maximum of 100 lowercase characters that defines the package name. It should start with alphanumeric or underscore and can contain alphanumeric, underscore, +, ., - characters. 480 码力 | 769 页 | 4.69 MB | 1 年前3
共 266 条
- 1
- 2
- 3
- 4
- 5
- 6
- 27