35 Commits

Author SHA1 Message Date
Daan cfff6bfd47 bump version to v1.9.5 for further development 2025-06-09 20:01:28 -07:00
Daan a78374d816 bump version to 1.9.4 for further development 2025-03-28 14:22:02 -07:00
Daan 2fc6b14bab bump version to 1.9.3 for further development 2025-03-06 21:03:51 -08:00
Daan Leijen 9ec5da08b2 bump version for further development 2025-01-05 15:45:04 -08:00
Daan Leijen 27687718bc bump version to 1.8.9 for further development 2025-01-03 18:44:23 -08:00
Daan 87d088b7e0 bump version to v1.8.8 for further development 2024-05-21 12:31:57 -07:00
Daan 5eb29e971b bump version to 1.8.7 for further development 2024-05-16 18:52:29 -07:00
Daan 9e721e564a bump version to v1.8.6 2024-05-13 09:16:26 -07:00
Daan 77eb3a366b bump version to 1.8.5 for further development 2024-04-22 11:25:26 -07:00
daanx f5f61a65f5 bump version to 1.8.4 2024-03-01 15:14:39 -08:00
daanx 92556e0e62 bump version for further development 2023-04-03 12:45:04 -07:00
Daan Leijen f08d9d489c bump version for further development 2023-03-30 09:19:35 -07:00
Daan Leijen e24e1125ee bump version to 1.8.0 2023-03-20 11:03:50 -07:00
Daan Leijen 4cebb48062 bump version to v1.7.9 2022-12-23 13:29:06 -08:00
Johannes Schindelin 745a34f475 Fix whitespace
This mostly deletes trailing spaces.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2022-12-03 00:24:20 +01:00
daan 312ce6f916 bump version to v1.7.8 for further development 2022-11-07 11:36:44 -08:00
daan fe61be80bf update to v1.7.7 2022-11-03 17:03:57 -07:00
Eli Schwartz eb97236652 cmake: add pkg-config file
pkg-config allows using the library in build systems that are not cmake,
by exporting the same information from the cmake -config files in a
buildsystem-neutral format.

Fixes #16
2022-06-19 14:45:44 -04:00
Daan ec2265486e bump version for further development 2022-02-14 16:47:57 -08:00
Daan 817569dfad bump to version x.0.5 2022-02-14 16:34:18 -08:00
daan 2d9b8aa6b5 rename VER_DIR to VERSION_DIR 2021-12-15 08:33:14 -08:00
Daan 69b6b24688 further improvements to installation directories 2021-12-14 18:29:14 -08:00
Igor Vlasenko f82e13ac91 let the library VERSION = the project's one (issue #490)
This is a cross-platform usability improvement.
On Unix platforms it is customary for library to have VERSION
and SOVERSION, where SOVERSION changes on major API changes
and VERSION is the same as project's version, so library users
always know what vesion this library belongs to just by name.
With this patch we have a proper libmimalloc.so.VERSION on Unix.
2021-11-28 20:00:50 +02:00
Daan 4ce6821c09 update cmake install for MI_INSTALL_TOPLEVEL 2021-11-14 15:32:21 -08:00
Daan Leijen e2c095fad2 fix installation directories on unix to use /lib, /include, /share; fix issues #399, #223, and #89 2021-05-21 15:15:50 -07:00