Commit Graph

  • 6b568468dd Accepting request 1248387 from devel:libraries:c_c++ factory Dominique Leuenberger 2025-02-27 13:50:19 +00:00
  • b505b57a34 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/json-c?expand=0&rev=50 devel Dirk Mueller 2025-02-25 13:58:03 +00:00
  • 77b982fc6e - update to 1.91.8: * ColorEdit, ColorPicker: redesigned how alpha is displayed in the preview square. (#8335, #1578, #346) * Removed ImGuiColorEditFlags_AlphaPreview (made value 0): it is now the default behavior. * Prior to 1.91.8: alpha was made opaque in the preview by default _unless_ using ImGuiColorEditFlags_AlphaPreview. * We now display the preview as transparent by default. You can use ImGuiColorEditFlags_AlphaOpaque to use old behavior. * The new flags may be combined better and allow finer controls: * ImGuiColorEditFlags_AlphaOpaque: disable alpha in the preview, but alpha value still editable. * ImGuiColorEditFlags_AlphaNoBg: disable rendering a checkerboard background behind transparent color. * ImGuiColorEditFlags_AlphaPreviewHalf: display half opaque / half transparent preview. * Backends: SDLGPU3: Renamed ImGui_ImplSDLGPU3_InitInfo::GpuDevice to Device for consistency. (#8163, #7998, #7988) * imgui_freetype: fixed issue where glyph advances would incorrectly be snapped to pixels. Effectively it would only be noticeable when hinting is disabled with ImGuiFreeTypeBuilderFlags_NoHinting, as hinting itself snaps glyph advances. * Inputs: added IsMouseReleasedWithDelay() helper. (#8337, #8320) * Windows, Style: Fixed small rendering issues with menu bar, resize grip and scrollbar when using thick border sizes. Dirk Mueller 2025-02-25 13:56:21 +00:00
  • 3a20e27066 Accepting request 1131387 from devel:libraries:c_c++ Ana Guerrero 2023-12-07 18:09:19 +00:00
  • 407043aa27 Accepting request 1131386 from home:Guillaume_G:PAC_BTI Paolo Stivanin 2023-12-06 15:31:11 +00:00
  • 671a9a2e31 Accepting request 1123145 from devel:libraries:c_c++ Ana Guerrero 2023-11-05 11:18:35 +00:00
  • 59eff26345 - Remove deprecated suse_version checks Paolo Stivanin 2023-11-03 08:50:19 +00:00
  • 6a6875c55c - Update to 0.17: + New features: * json_patch: add first implementation only with patch application * Add --disable-static and --disable-dynamic options to the cmake-configure script. * Add -DBUILD_APPS=NO option to disable app build * Minimum cmake version is now 3.9 + Significant changes and bug fixes: * When serializing with JSON_C_TO_STRING_PRETTY set, keep the opening and closing curly or square braces on same line for empty objects or arrays. * Disable locale handling when targeting a uClibc system due to problems with its duplocale() function. * When parsing with JSON_TOKENER_STRICT set, integer overflow/underflow now result in a json_tokener_error_parse_number. Without that flag values are capped at INT64_MIN/UINT64_MAX. * Fix memory leak with emtpy strings in json_object_set_string * json_object_from_fd_ex: fail if file is too large (>=INT_MAX bytes) * Add back json_number_chars, but only because it's part of the public API. * Entirely drop mode bits from open(O_RDONLY) to avoid warnings on certain platforms. * Specify dependent libraries, including -lbsd, in a more consistent way so linking against a static json-c works better * Fix a variety of build problems and add & improve tests * Update RFC reference to https://www.rfc-editor.org/rfc/rfc8259 Paolo Stivanin 2023-11-03 08:49:25 +00:00
  • 8e8e99988e Accepting request 971042 from devel:libraries:c_c++ Dominique Leuenberger 2022-04-22 19:53:04 +00:00
  • 375cfbcb25 Accepting request 970969 from home:polslinux:branches:devel:libraries:c_c++ Paolo Stivanin 2022-04-20 09:15:03 +00:00
  • 43142ac2b3 Accepting request 894477 from devel:libraries:c_c++ Dominique Leuenberger 2021-05-21 19:49:30 +00:00
  • 7bd5771d7e Accepting request 894379 from home:fstrba Paolo Stivanin 2021-05-20 05:37:07 +00:00
  • 324d7914db Accepting request 827515 from devel:libraries:c_c++ Dominique Leuenberger 2020-08-23 07:18:33 +00:00
  • c9f4dd2317 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/json-c?expand=0&rev=38 Dirk Mueller 2020-08-18 07:57:51 +00:00
  • 3453c45496 - update to 0.15: * Deprecate array_list_new() in favor of array_list_new2() * Remove the THIS_FUNCTION_IS_DEPRECATED define. * Remove config.h.win32 * Add a JSON_TOKENER_ALLOW_TRAILING_CHARS flag to allow multiple objects to be parsed even when JSON_TOKENER_STRICT is set. * Add json_object_new_array_ext(int) and array_list_new_2(int) to allow arrays to be allocated with the exact size needed, when known. * Add json_object_array_shrink() (and array_list_shrink()) and use it in json_tokener to minimize the amount of memory used. * Add a json_parse binary, for use in testing changes (not installed, but available in the apps directory). * Split the internal json_object structure into several sub-types, one for each json_type (json_object_object, json_object_string, etc...). This improves memory usage and speed, with the benchmark under bench/ report 5.8% faster test time and 6%(max RSS)-12%(peak heap) less memory usage. Memory used just for json_object structures decreased 27%, so use cases with fewer arrays and/or strings would benefit more. * Minimize memory usage in array handling in json_tokener by shrinking arrays to the exact number of elements parsed. On bench/ benchmark: 9% faster test time, 39%(max RSS)-50%(peak heap) less memory usage. Add json_object_array_shrink() and array_list_shrink() functions. * #616 - Parsing of surrogate pairs in unicode escapes now properly handles incremental parsing. * Fix incremental parsing of numbers, especially those with exponents, e.g. so parsing "[0", "e+", "-]" now properly returns an error. Strict mode now rejects missing exponents ("0e"). * Successfully return number objects at the top level even when they are followed by a "-", "." or "e". This makes parsing things like "123-45" Dirk Mueller 2020-08-17 10:03:47 +00:00
  • 311f849165 Accepting request 815425 from devel:libraries:c_c++ Dominique Leuenberger 2020-06-19 14:48:27 +00:00
  • 84bef5bfb1 Accepting request 815403 from home:dancermak:branches:devel:libraries:c_c++ Paolo Stivanin 2020-06-17 09:08:48 +00:00
  • 48b5f766f6 Accepting request 799297 from devel:libraries:c_c++ Dominique Leuenberger 2020-06-11 12:44:33 +00:00
  • 8e806d08ac Accepting request 798586 from home:polslinux:branches:devel:libraries:c_c++ Marcus Meissner 2020-04-30 15:47:22 +00:00
  • 26818889c0 Accepting request 587174 from devel:libraries:c_c++ Dominique Leuenberger 2018-03-19 22:32:50 +00:00
  • 870b87ec00 Accepting request 586115 from home:avindra Marcus Meissner 2018-03-14 22:48:53 +00:00
  • 16ece2a839 Accepting request 560279 from devel:libraries:c_c++ Dominique Leuenberger 2018-01-09 13:35:35 +00:00
  • 95a37c5239 Accepting request 560218 from home:avindra Adam Majer 2017-12-28 12:22:30 +00:00
  • 1f56ee14b5 Accepting request 483312 from devel:libraries:c_c++ Dominique Leuenberger 2017-04-24 07:45:21 +00:00
  • f12c435432 Accepting request 482177 from home:marxin:branches:devel:libraries:c_c++ Marcus Meissner 2017-03-29 12:16:18 +00:00
  • d89bd759e4 Accepting request 412253 from devel:libraries:c_c++ Dominique Leuenberger 2016-07-27 14:07:20 +00:00
  • 40b4ae9e59 Accepting request 411917 from home:susnux:branches:devel:libraries:c_c++ Dirk Mueller 2016-07-20 06:57:27 +00:00
  • b15f3a4cb2 Accepting request 250461 from devel:libraries:c_c++ Stephan Kulow 2014-09-23 15:16:53 +00:00
  • e825e1ff57 Accepting request 250316 from home:AndreasStieger:branches:devel:libraries:c_c++ Ismail Dönmez 2014-09-21 13:36:48 +00:00
  • d6db38f6c0 Accepting request 229465 from devel:libraries:c_c++ Stephan Kulow 2014-04-11 12:40:24 +00:00
  • fe5360f6e9 - Ismail Dönmez 2014-04-09 09:56:41 +00:00
  • f4e7d9538b - Add -hash-dos-and-overflow-random-seed-4e.patch to fix CVE-2013-6370 and CVE-2013-6371 (bnc#870147) Ismail Dönmez 2014-04-09 09:46:35 +00:00
  • d91ec8598b Accepting request 220927 from devel:libraries:c_c++ Stephan Kulow 2014-02-06 06:06:25 +00:00
  • cd64bd290c Accepting request 220837 from home:jengelh:branches:devel:libraries:c_c++ Stephan Kulow 2014-02-05 06:28:31 +00:00
  • 3679d216a8 Accepting request 213290 from devel:libraries:c_c++ Stephan Kulow 2014-01-10 20:19:41 +00:00
  • f3d21a9829 Accepting request 213239 from home:fstrba Michal Vyskocil 2014-01-09 12:24:03 +00:00
  • b8569ae75b Accepting request 158153 from devel:libraries:c_c++ Stephan Kulow 2013-03-10 09:54:07 +00:00
  • acf4cfd865 Accepting request 158152 from home:coolo:branches:openSUSE:Factory Stephan Kulow 2013-03-10 08:45:36 +00:00
  • 5ab40d749d Accepting request 157635 from devel:libraries:c_c++ Stephan Kulow 2013-03-08 09:49:55 +00:00
  • 8c031bb13b Accepting request 157617 from home:bruno_friedmann:branches:devel:libraries:c_c++ Ismail Dönmez 2013-03-07 10:37:34 +00:00
  • e59eede8d5 Accepting request 114928 from devel:libraries:c_c++ Stephan Kulow 2012-04-23 14:11:12 +00:00
  • 9de68772e2 Accepting request 114925 from home:elvigia:branches:devel:libraries:c_c++ Cristian Rodríguez 2012-04-22 03:47:25 +00:00
  • 83e93870ae Accepting request 92849 from devel:libraries:c_c++ Stephan Kulow 2011-11-21 14:45:20 +00:00
  • cc86039b1f Accepting request 91160 from devel:libraries:c_c++ Stephan Kulow 2011-11-14 10:55:03 +00:00
  • 35c2be8177 Remove redundant/unwanted tags/section (cf. specfile guidelines) Jan Engelhardt 2011-11-13 13:51:06 +00:00
  • f87df6685c Accepting request 91122 from home:coolo:removelibtool Ismail Dönmez 2011-11-13 09:42:44 +00:00
  • a42aa6be07 Autobuild autoformatter for 80002 Sascha Peilicke 2011-08-29 09:21:53 +00:00
  • 043fea4fa7 Accepting request 80002 from devel:libraries:c_c++ Sascha Peilicke 2011-08-29 09:21:44 +00:00
  • f739007675 Accepting request 80000 from home:coolo:branches:openSUSE:Factory Ismail Dönmez 2011-08-29 08:06:28 +00:00
  • 0bdaa31529 Updating link to change in openSUSE:Factory/json-c revision 2.0 OBS User buildservice-autocommit 2011-08-26 10:21:25 +00:00
  • 315360ffa6 Autobuild autoformatter for 79817 Sascha Peilicke 2011-08-26 10:21:25 +00:00
  • d14366dcdd Accepting request 79817 from devel:libraries:c_c++ Sascha Peilicke 2011-08-26 10:21:13 +00:00
  • 2bc7e2fb7c Accepting request 58770 from home:computersalat:devel:tel Pavol Rusnak 2011-02-09 17:23:18 +00:00