Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
glibmm
Commits
45b50522
Commit
45b50522
authored
Nov 21, 2020
by
Kjell Ahlstedt
Browse files
2.64.4
parent
621d432d
Changes
3
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
45b50522
2.64.4: (stable):
The tarball for 2.64.4 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.
Glib:
* PropertyProxyConnectionNode::connect_changed():
Fix using without property name
(Daniel Boles) Issue #74 (wswfc), merge request !35
gmmproc:
* Add optional decl_prefix parameter to _WRAP_GERROR and _WRAP_ENUM
Used for adding GLIBMM_API or similar for MS Visual C++
(Chun-wei Fan) Merge request !31
* Allow decorating comparison operators (for Visual Studio builds)
(Chun-wei Fan) Merge request !34
* _CLASS_BOXEDTYPE, _CLASS_OPAQUE_COPYABLE: Fix move assignment
(Kjell Ahlstedt) Issue #76 (misos1)
* Decorate private generated classes with __declspec when building
with Visual Studio
(Chun-wei Fan) Merge request !40, !42
* generate_wrap_init.pl.in: Use g_type_ensure(SomeClass::get_type())
to ensure that get_type() is called
(Kjell Ahlstedt)
Build:
* Use __declspec(dllexport) consistently when building glibmm with
Visual Studio
(Chun-wei Fan) Merge request !31
* Meson build: Set default value of the 'warnings' option to 'min'
(Kjell Ahlstedt)
* Improve NMake support
(Chun-wei Fan)
* Improve Visual Studio support
(Chun-wei Fan) Merge request !36
* docs/reference/: Update for Doxygen >= 1.8.16
(Kjell Ahlstedt)
* Meson build: Fix versioning on macOS
(Kjell Ahlstedt) Pull request libsigcplusplus#65 (Tom Schoonjans)
Documentation:
* Glib::BalancedTree docs: Recommend std::map or std::unordered_map
(Kjell Ahlstedt)
* Meson build: Add missing Glib::Value and Variant documentation
(Kjell Ahlstedt)
2.64.2: (stable):
Glib:
...
...
configure.ac
View file @
45b50522
...
...
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU Lesser General Public License
## along with this library. If not, see <http://www.gnu.org/licenses/>.
AC_INIT([glibmm], [2.64.
3
],
AC_INIT([glibmm], [2.64.
4
],
[https://gitlab.gnome.org/GNOME/glibmm/issues],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])
...
...
meson.build
View file @
45b50522
# This file is part of glibmm.
project
(
'glibmm'
,
'cpp'
,
version
:
'2.64.
3
'
,
version
:
'2.64.
4
'
,
license
:
'LGPLv2.1+'
,
default_options
:
[
'cpp_std=c++11'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment