mirror of
https://gitflic.ru/project/erthink/libmdbx.git
synced 2025-01-08 17:27:16 +00:00
mdbx: координаты для спонсирования в ETH.
// Пока Positive Technologies, пора заняться делом.
This commit is contained in:
parent
d1b2ec0489
commit
3a09b8fb0c
@ -1,7 +1,9 @@
|
||||
# Copyright (c) 2020-2024 Леонид Юрьев aka Leonid Yuriev <leo@yuriev.ru>
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
#
|
||||
# Donations are welcome to ETH `0xD104d8f8B2dC312aaD74899F83EBf3EEBDC1EA3A`.
|
||||
# Всё будет хорошо!
|
||||
|
||||
# libmdbx = { Revised and extended descendant of Symas LMDB. } Please see
|
||||
# README.md at https://gitflic.ru/project/erthink/libmdbx
|
||||
#
|
||||
@ -19,9 +21,6 @@
|
||||
# and API based on C++17, as well as the Apache 2.0 License. The goal of this
|
||||
# revolution is to provide a clearer and robust API, add more features and new
|
||||
# valuable properties of database.
|
||||
#
|
||||
# The Future will (be) Positive. Всё будет хорошо.
|
||||
#
|
||||
|
||||
if(CMAKE_VERSION VERSION_LESS 3.8.2)
|
||||
cmake_minimum_required(VERSION 3.0.2)
|
||||
|
4
NOTICE
4
NOTICE
@ -8,8 +8,8 @@ documentation, C++ API description and links to the original git repo
|
||||
with the source code. Questions, feedback and suggestions are welcome
|
||||
to the Telegram' group https://t.me/libmdbx.
|
||||
|
||||
Since 2017 _libmdbx_ development is funded by [Positive Technologies](https://www.ptsecurity.com)
|
||||
and used inside company products. Всё будет хорошо!
|
||||
Donations are welcome to ETH `0xD104d8f8B2dC312aaD74899F83EBf3EEBDC1EA3A`.
|
||||
Всё будет хорошо!
|
||||
|
||||
Copyright 2015-2024 Леонид Юрьев aka Leonid Yuriev <leo@yuriev.ru>
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
|
@ -9,7 +9,8 @@
|
||||
> For NEWS take a look to the [ChangeLog](https://gitflic.ru/project/erthink/libmdbx/blob?file=ChangeLog.md)
|
||||
> or the [TODO](https://gitflic.ru/project/erthink/libmdbx/blob?file=TODO.md).
|
||||
|
||||
*The Future will (be) [Positive](https://www.ptsecurity.com). Всё будет хорошо.*
|
||||
Donations are welcome to ETH `0xD104d8f8B2dC312aaD74899F83EBf3EEBDC1EA3A`.
|
||||
Всё будет хорошо!
|
||||
|
||||
|
||||
libmdbx
|
||||
@ -368,7 +369,7 @@ year later _libmdbx_ was separated into a standalone project, which was
|
||||
conference](http://www.highload.ru/2015/abstracts/1831.html).
|
||||
|
||||
Since 2017 _libmdbx_ is used in [Fast Positive Tables](https://gitflic.ru/project/erthink/libfpta),
|
||||
and development is funded by [Positive Technologies](https://www.ptsecurity.com).
|
||||
and until 2025 development was funded by [Positive Technologies](https://www.ptsecurity.com).
|
||||
|
||||
On 2022-04-15 the Github administration, without any warning nor
|
||||
explanation, deleted _libmdbx_ along with a lot of other projects,
|
||||
|
@ -54,7 +54,7 @@ PROJECT_NUMBER = "${MDBX_VERSION_MAJOR}.${MDBX_VERSION_MINOR}.${MDBX_VER
|
||||
# for a project that appears at the top of each page and should give viewer a
|
||||
# quick idea about the purpose of the project. Keep the description short.
|
||||
|
||||
PROJECT_BRIEF = "One of the fastest compact embeddable key-value ACID database without WAL."
|
||||
PROJECT_BRIEF = "One of the fastest compact embeddable key-value ACID storage engine without WAL."
|
||||
|
||||
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
|
||||
# in the documentation. The maximum height of the logo should not exceed 55
|
||||
|
13
docs/_toc.md
13
docs/_toc.md
@ -1,16 +1,9 @@
|
||||
### We have migrated to a reliable trusted infrastructure
|
||||
|
||||
The origin for now is at
|
||||
[GitFlic](https://gitflic.ru/project/erthink/libmdbx) since on
|
||||
2022-04-15 the Github administration, without any warning nor
|
||||
explanation, deleted _libmdbx_ along with a lot of other projects,
|
||||
simultaneously blocking access for many developers. For the same reason
|
||||
~~Github~~ is blacklisted forever.
|
||||
The source code is availale on [Gitflic](https://gitflic.ru/project/erthink/libmdbx).
|
||||
Donations are welcome to ETH `0xD104d8f8B2dC312aaD74899F83EBf3EEBDC1EA3A`.
|
||||
Всё будет хорошо!
|
||||
|
||||
> Questions, feedback and suggestions are welcome to the [Telegram' group](https://t.me/libmdbx).
|
||||
|
||||
_The Future will (be) [Positive](https://www.ptsecurity.com). Всё будет хорошо._
|
||||
|
||||
\section toc Table of Contents
|
||||
|
||||
This manual is divided into parts,
|
||||
|
3
mdbx.h
3
mdbx.h
@ -18,7 +18,8 @@ C++ API description and links to the origin git repo with the source code.
|
||||
Questions, feedback and suggestions are welcome to the Telegram' group
|
||||
https://t.me/libmdbx.
|
||||
|
||||
_The Future will (be) [Positive](https://www.ptsecurity.com). Всё будет хорошо._
|
||||
Donations are welcome to ETH `0xD104d8f8B2dC312aaD74899F83EBf3EEBDC1EA3A`.
|
||||
Всё будет хорошо!
|
||||
|
||||
\note The origin has been migrated to
|
||||
[GitFlic](https://gitflic.ru/project/erthink/libmdbx) since on 2022-04-15 the
|
||||
|
3
mdbx.h++
3
mdbx.h++
@ -1,6 +1,9 @@
|
||||
/// \copyright SPDX-License-Identifier: Apache-2.0
|
||||
/// \author Леонид Юрьев aka Leonid Yuriev <leo@yuriev.ru> \date 2020-2024
|
||||
///
|
||||
/// Donations are welcome to ETH `0xD104d8f8B2dC312aaD74899F83EBf3EEBDC1EA3A`.
|
||||
/// Всё будет хорошо!
|
||||
///
|
||||
/// \file mdbx.h++
|
||||
/// \brief The libmdbx C++ API header file.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user