[ghex: 5/5] Merge branch 'hex-buffer-mmap-impl'




commit fc4059df40908cda7667400c8931b06defce36eb
Merge: bba11d1 700184a
Author: Logan Rathbone <poprocks gmail com>
Date:   Thu Dec 16 18:00:02 2021 -0500

    Merge branch 'hex-buffer-mmap-impl'

 ALPHA-INFO.txt                        |  97 ++++++++++
 NEWS                                  |  40 ++++
 PRE-ALPHA-INFO.txt                    |  55 ------
 README.md                             |   9 +-
 data/org.gnome.GHex.appdata.xml.in.in |   1 +
 meson.build                           |  48 ++++-
 meson_options.txt                     |   1 +
 src/findreplace.c                     |   3 -
 src/ghex-application-window.c         | 296 +++++++++++++++--------------
 src/ghex-notebook-tab.c               |  37 ++--
 src/ghex-notebook-tab.h               |   3 +-
 src/gtkhex-layout-manager.c           |  42 ++++-
 src/gtkhex-layout-manager.h           |   3 +
 src/gtkhex.c                          |  20 +-
 src/hex-buffer-iface.c                |  13 ++
 src/hex-buffer-iface.h                |   5 +-
 src/hex-buffer-malloc.c               |  24 +--
 src/hex-buffer-malloc.h               |   2 +-
 src/hex-buffer-mmap.c                 | 341 ++++++++++++++++++++++++++--------
 src/hex-buffer-mmap.h                 |   8 +-
 src/hex-document.c                    |  55 ++----
 src/hex-document.h                    |   3 +-
 src/main.c                            |   8 +-
 src/meson.build                       |   3 +
 24 files changed, 720 insertions(+), 397 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]