Lines Matching +refs:cmake +refs:mode +refs:map

89     * Lookup operations now correctly reject unhashable types as map keys.
114 * cmake: Revert "Fix cmake install targets (#9822)" (#10060)
124 * cmake: Call get_filename_component() with DIRECTORY mode instead of PATH mode (#9614)
127 * Fix cmake install targets (#9822)
194 * Rename main cmake/CMakeLists.txt to CMakeLists.txt (#9603)
196 * cmake: Call get_filename_component() with DIRECTORY mode instead of PATH mode (#9614)
284 * Don't support map fields in DynamicMessage.Builder.{getFieldBuilder,getRepeatedFieldBuilder}
343 * Assert a maximum map alignment for allocated values
364 * Add cmake option `protobuf_INSTALL` to not install files (#7123)
368 * Manually destruct map fields.
451 * cmake: support `MSVC_RUNTIME_LIBRARY` property (#8851)
468 * Make MessageToDict convert map keys to strings (#8122)
530 * disallow null string map values in put and putAll
539 * Generated Kotlin code is Explicit API mode compatible
559 * Reduce padding in the proto's ExtensionRegistry map.
566 record the map items which are different in MessageDifferencer's reporter.
641 * Fixed memory bug: properly root repeated/map field when assigning. (#8639)
652 * Fix -Wunused-parameter in map<string, int> fields (fixes #8494) (#8500)
677 * Fix constness issue detected by MSVC standard conforming mode (#8568)
704 * Fix cmake install on iOS (#8301)
752 * Fix some constness / char literal issues being found by MSVC standard conforming mode (#8344)
756 * When TextFormat encounters a duplicate message map key, replace the current
760 * Move the class map to a CFDictionary. (#8328)
774 * [CMake] Ability to pass options to protoc executable from cmake (#8374)
838 * Bugfix for Message.[] for repeated or map fields (#8313)
865 * Adding functionality for outputting map key values in proto path logging
954 * Make SpaceUsed() calculation more thorough for map fields.
1028 * Improved the randomness of map ordering
1032 * Arena constructors for map entry messages are now marked "explicit"
1119 * Add accessors for map key and value FieldDescriptors.
1144 * Sort map fields alphabetically by the field's key when printing textproto.
1145 * Fixed a bug in map sorting that appeared in -rc1 and -rc2 (#7508).
1302 * Fix crash on uninitialized map entries.
1357 * Fix for GC of Ruby map frames. (#6533)
1390 * Enabling silent mode by default to reduce make compilation noise. (#6237)
1430 * Improve map parsing performance.
1433 * Fix a mistake, we shouldn't verify map key/value strings for utf8 in opt mode for proto2.
1520 * Fix some segment faults for c extension map field.
1595 * Fixed map field serialization in DynamicMessage.
1605 * Fixed bytes/string map key incompatibility between C++ and pure-Python
1686 check and Contains() API in map and repeated fields.
1863 * Message, repeated and map fields setters take value instead of reference.
1864 * Added map iterator in c extension.
1879 * Fix some cases of reading of 64bit map values.
1919 * Fixed map fields serialization of DynamicMessage to correctly serialize
1994 * Fixed Message#to_h for messages with map fields.
2124 * Both repeated field elements and map elements are stored in containers
2129 and array/map containers will throw exceptions eagerly when values of the
2151 * Make sure map parsing frames are GC-rooted.
2256 * Added google::protobuf::Map::swap() to swap two map fields.
2283 for map<>. There were collisions with the system provided KVO support, so
2297 * Maps now have a real map API instead of being treated as repeated fields.
2453 - Duplicate map keys in JSON are now rejected (i.e., translation will
2481 support true map operations.
2545 * Changed to use cmake for Windows Visual Studio builds.
2592 - Added *Count for repeated and map<> fields to avoid auto-create when
2654 field support(single, repeated, map, oneof), proto2 and proto3 syntax
2696 * In text format, entries of a map field will be sorted by key.
2703 * Added map support.
2750 Ruby array, and map elements are stored in a container that acts like a
2757 array/map containers will throw exceptions eagerly when values of the
2847 * Added support for map fields (implemented in C++/Java for both proto2 and
2853 map<string, string> values = 1;
2856 Data of a map field will be stored in memory as an unordered map and it
2894 Currently arena does not work with map fields. Enabling arena in a .proto
2895 file containing map fields will result in compile errors in the generated
3161 * Lite mode: The "optimize_for = LITE_RUNTIME" option causes the compiler
3181 * Lite mode: The "optimize_for = LITE_RUNTIME" option causes the compiler
3303 support blocking mode.
3353 * In debug mode, log error messages when string-type fields are found to