/third_party/boost/libs/mp11/doc/mp11/ |
D | changelog.adoc | 16 * Added `tuple_transform` (contributed by Hans Dembinski) 20 * Added `mp_unique_if` (contributed by Kris Jusiak) 21 * Added `mp_flatten` 22 * Added `mp_rotate_left`, `mp_rotate_right` (contributed by Duncan Barber) 23 * Added `mp_compose` 24 * Added `mp_power_set` 25 * Added `mp_partial_sum` 26 * Added `mp_iterate` 31 * Added `mp_similar` 32 * Added `mp_set_union`, `mp_set_intersection`, `mp_set_difference` [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/ |
D | WhatsNew.txt | 10 * Added SDL_DequeueAudio() to retrieve audio when buffer queuing is turned on for audio capture 11 * Added events for dragging and dropping text 12 * Added events for dragging and dropping multiple items 15 * Added SDL_GetHintBoolean() to get the boolean value of a hint 16 * Added SDL_RenderSetIntegerScale() to set whether to smoothly scale or use integral multiples of t… 17 * Added SDL_CreateRGBSurfaceWithFormat() and SDL_CreateRGBSurfaceWithFormatFrom() to create an SDL … 18 * Added SDL_GetDisplayUsableBounds() which returns the area usable for windows. For example, on Mac… 19 * Added SDL_GetWindowBordersSize() which returns the size of the window's borders around the client… 20 * Added a window event SDL_WINDOWEVENT_HIT_TEST when a window had a hit test that wasn't SDL_HITTES… 21 * Added SDL_SetWindowResizable() to change whether a window is resizable [all …]
|
/third_party/boost/libs/smart_ptr/doc/smart_ptr/ |
D | changelog.adoc | 18 * Added `owner_equals` to `shared_ptr`, `weak_ptr`, `local_shared_ptr` 19 * Added `owner_hash_value` to `shared_ptr`, `weak_ptr` 20 * Added `owner_equal_to`, `owner_hash` 21 * Added `std::hash` specializations for `shared_ptr`, `local_shared_ptr` 22 * Added `boost::hash` support to, and `std::hash`, `std::equal_to` 27 * Added `allocate_unique` 31 * Added aliasing constructors to `weak_ptr` 32 * Added `weak_ptr<T>::empty()` 33 * Added `enable_shared_from`, `shared_from`, and `weak_from` 37 * Added `atomic_shared_ptr` [all …]
|
/third_party/boost/libs/fusion/doc/ |
D | changelog.qbk | 15 * Sep 27, 2006: Added `boost::tuple` support. (Joel de Guzman) 16 * Nov 17, 2006: Added `boost::variant` support. (Joel de Guzman) 17 * Feb 15, 2007: Added functional module. (Tobias Schwinger) 18 * April 2, 2007: Added struct adapter. (Joel de Guzman) 19 * May 8, 2007: Added associative struct adapter. (Dan Marsden) 29 * Oct 30, 2009: Added support for associative iterators and views. (Christopher 31 * March 1, 2010: Added __adapt_struct_named__ and __adapt_struct_named_ns__ 33 * April 4, 2010: Added __array__ support, __adapt_tpl_struct__, 36 * April 5, 2010: Added __define_struct__, __define_tpl_struct__, 38 * June 18, 2010: Added __reverse_fold__, __iter_fold__ and __reverse_iter_fold__ [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/ |
D | changelog.md | 8 - Added a `skipgendeps` flag. 9 - Added a `nullptr` literal and `nptr T` type. 10 - Added `io_bind` and `io_limit` keywords. 11 - Added a `use` keyword. 12 - Added a `yield` keyword. 18 - Added an implicit `coroutine_resumed` variable. 19 - Added `std/adler32`, `std/crc32` and `std/gzip`. 36 - Added `{frame,image,pixel}_config` and `pixel_buffer` types. 37 - Added a `reset` method. 38 - Added `peek_uxx`, `skip_fast` and `write_fast_uxx` methods. [all …]
|
/third_party/FatFs/documents/ |
D | updates.txt | 8 Added support for UTF-32 encoding on the API. (FF_LFN_UNICODE = 3) 9 Added support for Unix style volume prefix. (FF_STR_VOLUME_ID = 2) 14 Added support for UTF-8 encoding on the API. (FF_LFN_UNICODE = 2) 15 Added options for file name output buffer. (FF_LFN_BUF, FF_SFN_BUF). 16 Added dynamic memory allocation option for working buffer of f_mkfs() and f_fdisk(). 24 Added f_setcp(), run-time code page configuration. (FF_CODE_PAGE = 0) 49 Added support for creating exFAT volume with some changes of f_mkfs(). 50 Added a file open method FA_OPEN_APPEND. An f_lseek() following f_open() is no longer needed. 57 Added support for exFAT file system. (_FS_EXFAT) 58 Added f_expand(). (_USE_EXPAND) [all …]
|
/third_party/iowow/ |
D | Changelog | 12 * Added `bool iwu_uuid_valid(const char *uuid)` (iwuuid.h) 22 * Added `iwulist_at2()` (iwarr.h) 36 * Added `iwpool_user_data_detach()` (iwpool.h) 37 * Added `iwpool_create_empty()` (iwpool.h) 38 * Added simple hashmap implementation (iwhmap.h) 41 * Added `iwsha256()` SHA-256 hash implementation (iwsha2.h) 42 * Added single thread worker (iwstw.h) 43 * Added `iwstree_clear()` (iwstree.h) 49 * Added `iwulist_clear` (iwarr.h) 50 * Added `RCIF` (basedefs.h) [all …]
|
/third_party/ejdb/ |
D | Changelog | 4 * Added ejdb_put_new_jbn() (ejdb2.h) 6 * Added jbl_from_json_printf_va(), jbn_from_json_printf_va() (jbl.h) 10 * Added jbl_object_copy_to() (ejdb2.h) 11 * Added new convenient methods (ejdb2.h) 29 * Added new non standard JSON `swap` operation. 31 * Added --trylock option to jbs 41 * Added EJDB2 Maven example project and maven repository deployment. 73 * Added `jbn_add_item_null()` (jbl.h) 83 * Added `jbl_from_json_printf()` and `jbn_from_json_printf()` (jbl.h) 84 * Added JQL `upsert` operation [all …]
|
/third_party/FatFs/source/ |
D | 00history.txt | 19 Added FAT12 support. 27 Added a configuration option (_FS_MINIMUM). 33 Added f_rename(). 47 Added f_mkfs(). 57 Added a capability of extending file size to f_lseek(). 58 Added minimization level 3. 65 Added a configuration option _USE_NTFLAG. 66 Added FSINFO support. 82 Added f_truncate() and f_utime(). 91 Added fputc(), fputs(), fprintf() and fgets(). [all …]
|
/third_party/boost/libs/vmd/doc/ |
D | vmd_history.qbk | 11 * Added support for "empty" seqs and tuples 19 * Added BOOST_VMD_ELEM macro. 20 * Added BOOST_VMD_EQUAL macro. 21 * Added BOOST_VMD_NOT_EQUAL macro. 22 * Added BOOST_VMD_IS_MULTI macro. 23 * Added BOOST_VMD_IS_TYPE macro. 24 * Added BOOST_VMD_ASSERT_IS_TYPE macro. 25 * Added BOOST_VMD_IS_UNARY macro. 26 * Added BOOST_VMD_SIZE macro. 74 * Added macros for verifying Boost PP data types. [all …]
|
/third_party/boost/libs/endian/doc/endian/ |
D | changelog.adoc | 17 * Added an overload of `endian_reverse_inplace` for arrays 23 * Added convenience load and store functions 24 * Added floating point convenience typedefs 25 * Added a non-const overload of `data()`; changed its return type to `unsigned char*` 26 * Added `__int128` support to `endian_reverse` when available 27 * Added a convenience header `boost/endian.hpp` 32 * Added support for `float` and `double` to `endian_buffer` and `endian_arithmetic` 33 * Added `endian_load`, `endian_store`
|
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchOptions/ |
D | with-excludeFiles-option-extendedDiagnostics.js | 39 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 {"excludeFile… 44 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 250 {"excludeFiles":… 45 ExcludeWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/bar/index.d.ts 2… 46 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 {"excludeFil… 47 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules … 48 ExcludeWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/bar/foo.d.ts 250… 49 FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 {"excludeFiles":["/user/username/projects/mypr… 50 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"excludeFiles":["/us… 51 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"exclu… 52 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"exc… [all …]
|
D | with-excludeDirectories-option-extendedDiagnostics.js | 39 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 {"excludeDire… 44 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 250 {"excludeDirecto… 45 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/bar/index.d.ts 250 … 46 ExcludeWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 {"excludeDirec… 47 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/bar/foo.d.ts 250 {"… 48 FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 {"excludeDirectories":["/user/username/project… 49 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"excludeDirectories"… 50 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"exclu… 51 ExcludeWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"exclu… 56 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject 1 {"excludeDirectories":["/… [all …]
|
D | with-excludeDirectories-option-with-recursive-directory-watching-extendedDiagnostics.js | 39 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/tsconfig.json 2000 {"excludeDire… 44 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src/main.ts 250 {"excludeDirecto… 45 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/bar/index.d.ts 250 … 46 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules 1 {"excludeDir… 47 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules … 48 FileWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/bar/foo.d.ts 250 {"… 49 FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 {"excludeDirectories":["/user/username/project… 50 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"excludeDirectories"… 51 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/src 1 {"exclu… 52 DirectoryWatcher:: Added:: WatchInfo: /user/username/projects/myproject/node_modules/@types 1 {"exc… [all …]
|
/third_party/typescript/tests/baselines/reference/tscWatch/watchEnvironment/watchDirectories/ |
D | when-there-are-symlinks-to-folders-in-recursive-folders.js | 37 FileWatcher:: Added:: WatchInfo: /home/user/projects/myproject/tsconfig.json 2000 undefined Config … 42 FileWatcher:: Added:: WatchInfo: /home/user/projects/myproject/src/file.ts 250 undefined Source file 57 FileWatcher:: Added:: WatchInfo: /home/user/projects/myproject/node_modules/reala/index.d.ts 250 un… 58 FileWatcher:: Added:: WatchInfo: /a/lib/lib.d.ts 250 undefined Source file 59 DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/myproject/src 1 undefined Failed Lookup L… 60 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/myproject/src 1 undefined F… 61 DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/myproject/node_modules 1 undefined Failed… 62 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/myproject/node_modules 1 un… 63 DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/myproject/node_modules/@types 1 undefined… 64 Elapsed:: *ms DirectoryWatcher:: Added:: WatchInfo: /home/user/projects/myproject/node_modules/@typ… [all …]
|
/third_party/boost/libs/type_traits/doc/ |
D | history.qbk | 12 * Added new traits __is_bounded_array, __is_unbounded_array, __copy_reference, __copy_cv_ref. 16 * Added support for detecting trivial moves on clang. 23 * Added new traits __detected, __detected_or, __is_detected, __is_detected_convertible, __is_detect… 24 * Added greatly improved code for detecting binary operators. 30 * Added fallback for __is_nothrow_swappable on pre-C++11 compilers. 34 * Added new trait __make_void. 40 * Added a number of new traits __is_assignable, __is_default_constructible, __is_constructible and … 50 * Added new traits __is_copy_assignable and __is_final. 61 * Added new trait __is_copy_constructible. 65 * Added new traits __is_nothrow_move_assignable, __is_nothrow_move_constructible, __has_trivial_mov… [all …]
|
/third_party/curl/docs/cmdline-opts/ |
D | write-out.d | 33 The error message. (Added in 7.75.0) 36 The numerical exitcode of the transfer. (Added in 7.75.0) 89 requested. 0 means the verification was successful. (Added in 7.52.0) 94 *would* have gone to. (Added in 7.18.2) 97 The Referer: header, if there was any. (Added in 7.76.0) 101 IPv4 or IPv6. (Added in 7.29.0) 104 The remote port number of the most recently done connection. (Added in 7.29.0) 108 known as "http_code"). (Added in 7.18.2) 111 The URL scheme (sometimes called protocol) that was effectively used. (Added in 7.52.0) 135 means the verification was successful. (Added in 7.19.0) [all …]
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 45 - Added BETA api for Tab Bar/Tabs widgets: (#261, #351) 46 - Added BeginTabBar(), EndTabBar(), BeginTabItem(), EndTabItem(), SetTabItemClosed() API. 47 - Added ImGuiTabBarFlags flags for BeginTabBar(). 48 - Added ImGuiTabItemFlags flags for BeginTabItem(). 49 …- Style: Added ImGuiCol_Tab, ImGuiCol_TabHovered, ImGuiCol_TabActive, ImGuiCol_TabUnfocused, ImGui… 50 - Demo: Added Layout->Tabs demo code. 51 - Demo: Added "Documents" example app showcasing possible use for tabs. 54 - Added ImGuiWindowFlags_UnsavedDocument window flag to append '*' to title without altering the ID… 62 - Window: Added io.ConfigWindowsMoveFromTitleBarOnly option. This is ignored by window with no titl… 83 - IO: Added BackendPlatformUserData, BackendRendererUserData, BackendLanguageUserData void* for sto… [all …]
|
/third_party/protobuf/csharp/ |
D | CHANGES.txt | 25 - Added the AllowPartiallyTrustedCallers attribute 46 - Added support for Portable library 47 - Added 'Unsafe' static type in ByteString to allow direct buffer access 65 - Added option service_generator_type to control service generation with 67 - Added interfaces IRpcDispatch and IRpcServerStub to provide for blocking 69 - Added ProtoGen.exe command-line argument "--protoc_dir=" to specify the 81 - Issue 25: Added support for NuGet packages 112 - Added cls_compliance option to generate attributes indicating 114 - Added file_extension option to control the generated output file's extension. 115 - Added umbrella_namespace option to place the umbrella class into a nested [all …]
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 51 - Debug: Stack Tool: Added "Stack Tool" available in "Demo->Tools->Stack Tool", "Metrics->Tools", 56 - IsWindowFocused: Added ImGuiFocusedFlags_NoPopupHierarchy flag allowing to exclude child popups 58 - IsWindowHovered: Added ImGuiHoveredFlags_NoPopupHierarchy flag allowing to exclude child popups 66 - Disabled: Added assert guard for mismatching BeginDisabled()/EndDisabled() blocks. (#211) 103 - Misc: Added asserts for missing PopItemFlag() calls. 105 - IO: Added 'io.WantCaptureMouseUnlessPopupClose' alternative to `io.WantCaptureMouse'. (#4480) 111 - Backends: Added more implicit asserts to detect invalid/redundant calls to Shutdown functions. (#… 114 - Backends: SDL_Renderer: Added SDL_Renderer backend compatible with upcoming SDL 2.0.18. (#3926) [… 119 - Examples: Added SDL + SDL_Renderer example in "examples/example_sdl_sdlrenderer/" folder. (#3926)… 174 - IO: Added io.AddFocusEvent() api for backend to tell when host window has gained/lost focus. (#43… [all …]
|
/third_party/boost/libs/math/doc/overview/ |
D | roadmap.qbk | 14 * Added [link math_toolkit.cubic_hermite Cubic Hermite Interpolation.] 15 * Added [link math_toolkit.makima Modified Akima Interpolation.] 16 * Added [link math_toolkit.pchip PCHIP Interpolation.] 17 * Added [link math_toolkit.quintic_hermite Quintic Hermite Interpolation.] 18 * Added entropy to numerous distributions. 27 * Added Hypergeometric functions [link math_toolkit.hypergeometric.hypergeometric_1f0 1F0], [link m… 29 * Added [link math_toolkit.sf_poly.jacobi Jacobi polynomial] (and derivatives) evaluation. 30 * Added [link math_toolkit.sf_poly.gegenbauer Gegenbauer polynomial] (and derivatives) evaluation. 31 * Added [link math_toolkit.sf_poly.cardinal_b_splines Cardinal B-Splines] (and derivatives) as poly… 32 * Added [link math_toolkit.cardinal_trigonometric Cardinal Trigonometric Interpolation]. [all …]
|
/third_party/boost/libs/contract/doc/ |
D | release_notes.qbk | 20 # Added this library to Boost's Continuous Integration (CI). 60 # Added contracts for exception guarantees (using `.except(...)`, etc.). 61 # Added predefined assertion levels for "audit" and "axiom". 62 # Added `call_if` and `condition_if` (assertions requirements were supported also by previous revis… 79 # Added a couple of notes to the documentation. 97 # Added `CONTRACT_CLASS` macro and removed the need to duplicate declaration elements (do not repea… 100 # Added C++11-like virtual specifiers. 101 # Added constant assertions plus constant-expressions for select assertion if-conditions and for lo… 102 # Added named and deduced parameters. 103 # Added concept checking. [all …]
|
/third_party/lwip/ |
D | UPGRADING | 40 * Added debug helper asserts to ensure threading/locking requirements are met (define 42 * Added sys_mbox_trypost_fromisr() and tcpip_callbackmsg_trycallback_fromisr() 70 * Added IPv6 support (dual-stack or IPv4/IPv6 only) 81 * Added an implementation for posix sendmsg() 82 …* Added LWIP_FIONREAD_LINUXMODE that makes ioctl/FIONREAD return the size of the next pending data… 88 * Added src/Filelists.mk for use in Makefile projects 96 * Added LWIP_NETCONN_SEM_PER_THREAD to use one "op_completed" semaphore per thread 99 * Added generalized abstraction for itoa(), strnicmp(), stricmp() and strnstr() 111 * Added LWIP_MEMPOOL_* (declare/init/alloc/free) to declare private memp pools 113 * Added pools for IPv6, MPU_COMPATIBLE, dns-api, netif-api, etc. [all …]
|
/third_party/boost/libs/asio/doc/ |
D | history.qbk | 12 * Added `ip::scope_id_type` type alias. 13 * Added `ip::port_type` type alias. 14 * Added `std::hash` specialisations for IP addresses. 15 * Added `std::hash` specialisations for `ip::basic_endpoint<>`. 17 * Added friendship support to customisation points, and made most customisations private. 37 * Added executor-converting construction and assignment to `ip::basic_resolver`. 38 * Added compatibility between polymorphic executors and the (deprecated) handler 40 * Added the `experimental::as_single` completion token adapter. The `as_single` 63 * Added support for `MSG_NOSIGNAL` on more platforms by using `_POSIX_VERSION` 65 * Added the ability to compile using libpthread on Windows. [all …]
|
/third_party/node/deps/npm/node_modules/iconv-lite/ |
D | Changelog.md | 45 * Added support for React Native (#150) 49 * Added a warning if iconv-lite is loaded not as utf-8 (see #142) 60 * Added Node v6 and latest Node versions to Travis CI test rig 75 * Added CESU-8 decoding (#106) 76 * Added deprecation notice for `extendNodeEncodings` 77 * Added Travis tests for Node v4 and io.js latest (#105 by @Mithgol) 82 * Added CESU-8 encoding. 94 addBOM: true. Added docs to Readme. 97 * Added io.js testing on Travis; updated node-iconv version to test against.
|