Commit Graph

149 Commits

Author SHA1 Message Date
tomFlowee 57ba3ffaa4 Update year and release. 2025-01-07 17:06:49 +01:00
tomFlowee 8278dc6785 This chooses the cmake boost finding behavior
CMake details for finding boost have been shipped for years inside
of boost, this makes cmake use that upsteam info to configure boost
and avoids problems when a newer boost than cmake is found.
2024-11-29 16:46:04 +01:00
tomFlowee 45be0a042b Increase minimum boost version
Since the usage of registered_buffer.hpp in the network layer,
we require 1.78 (released 2021).
2024-10-14 21:18:21 +02:00
tomFlowee 63cc4e40ad Version 2024.10.0 2024-10-08 22:06:00 +02:00
tomFlowee f8ca73ec48 Fixlets for SSL detection on non-Linux
This removes obviously no longer correct macos code
This adds a workaround for Android not detecting the libs sometimes.
  Works because we use our docker where we know the locations.
2024-08-24 17:56:47 +02:00
tomFlowee 6966dd8643 Minor messaging cleanups in cmake. 2024-08-11 18:49:35 +02:00
tomFlowee 4c2adc1728 Silence cmake
The cmake boost integration has changed, which means we need to
test how to do this over a large number of setups to do
it "correctly" and that's going to be a task for later.

For now, lets avoid the message and make clear we want to keep
the old behavior.
2024-07-06 22:13:44 +02:00
tomFlowee f3f14f8074 New version 2024-06-26 21:57:37 +02:00
tomFlowee 6229055dd2 new release version 2024-05-05 21:30:27 +02:00
tomFlowee f62acbed6b New version 2024-02-27 19:43:19 +01:00
tomFlowee 9452bfb4f1 New version 2024-01-28 21:35:42 +01:00
tomFlowee 3f2068b520 New version 2024-01-07 12:33:34 +01:00
tomFlowee 63dd017b4d New version 2024-01-04 21:54:15 +01:00
tomFlowee 1c53a18048 update version to 2023.11.1 2023-11-30 19:32:42 +01:00
tomFlowee 1237d8eefd new month, new version 2023-11-03 22:20:55 +01:00
tomFlowee 7fdffb919f New versions 2023-11-01 20:33:58 +01:00
tomFlowee 470657fd0e New version 2023-10-29 11:45:12 +01:00
tomFlowee 7aba8ac522 Start new version 2023-08-17 21:35:51 +02:00
tomFlowee 5e016fec51 new version 2023-06-14 22:40:37 +02:00
tomFlowee 3455801a52 new release 2023-05-07 17:52:50 +02:00
tomFlowee 5d62ed34b2 Fix global property usage in CMake
This makes txVulcano be built again.
2023-05-02 22:26:41 +02:00
tomFlowee 7ab87c9166 Increase version 2023-05-02 16:03:59 +02:00
tomFlowee c3cc2a4e04 New version 2023-04-09 11:25:19 +02:00
tomFlowee 038e7bc0a5 Add new CMake option 'build_apps'.
To enable this means the buildsystem will build all the applications
as well as the libraries.
Applications are 'hub' / 'txVulcano' / 'indexer' etc.
Default this one is turned off.
2023-03-20 19:50:32 +01:00
tomFlowee 6634938358 new version 2023-02-25 19:42:44 +01:00
tomFlowee 009e26cb66 New version 2023-02-21 20:32:48 +01:00
tomFlowee 3a9a45b6af Update copyright year 2023-02-05 22:40:22 +01:00
tomFlowee 68d24689a1 Modernize Qt detection code 2022-12-14 18:04:22 +01:00
tomFlowee c63519fa47 Move 3rdparty libraries around.
The leveldb and univalue 3rd party libraries are not installed and
not needed by anyone outside of the Hub.
So move them there, making it easier for 3rd party usage.
2022-12-13 11:34:54 +01:00
tomFlowee 6cb5a3fe05 Update version 2022-12-08 14:19:51 +01:00
tomFlowee badfaaec0b remove stray character in message 2022-11-13 19:13:10 +01:00
tomFlowee 8d5081df72 Remove printing version; qt6/cmake seems to have broken that. 2022-11-05 12:20:04 +01:00
tomFlowee 0aa08e4e79 Fixlets to make cmake work more cross-platform. 2022-09-16 17:36:43 +02:00
tomFlowee de8014a568 Make compile on Android 2022-09-13 11:17:40 +02:00
tomFlowee c000a9d64a New version 2022-09-10 00:50:20 +02:00
tomFlowee 7d7cc2a7c0 Port httpengine to Qt6 2022-09-10 00:35:59 +02:00
tomFlowee c5e6d9d36a With Qt6 comes the availability of C++17 2022-09-09 18:08:03 +02:00
tomFlowee abea4c9bce Remove this from compile for now 2022-09-07 12:05:27 +02:00
tomFlowee 66f3ec2fe4 Port to Qt6 2022-09-07 12:01:14 +02:00
tomFlowee 45877375c2 New version 2022-08-18 11:25:32 +02:00
tomFlowee c9950c11d5 New version 2022-07-15 10:01:15 +02:00
tomFlowee 738c66e419 Prepare for release, new version 2022-05-03 19:48:34 +02:00
tomFlowee e7e82dfca9 Comment out debug output 2022-05-01 13:55:08 +02:00
tomFlowee f80813e889 fix version numbering 2022-04-06 15:13:25 +02:00
tomFlowee 3e8c9d4c44 Remove some more traces of removed apps 2022-04-03 20:59:06 +02:00
tomFlowee b4a3da2642 The 'Server' and 'Api' dirs are not libs
These are technically static libs, but not in any way shared libs.
They are used solely only by this repo and really only by the hub.

Most important, no header files are installed and basically none of
the normal rules for reusable libraries are applied to these files.
2022-02-22 18:39:13 +01:00
tomFlowee 4118d83f12 Move 'hub-cli' into the 'hub' dir. 2022-02-22 18:11:00 +01:00
tomFlowee bdbc53ac91 Remove old wallet code.
Again, wallet has moved to flowee-pay
2022-02-14 17:53:47 +01:00
tomFlowee 95ebedae4f "Point Of Sale" component has moved to flowee-pay 2022-02-14 17:10:22 +01:00
tomFlowee c974a993e9 Remove hub-qt, the QWidget legacy front-end
We moved wallet and most other functionality to flowee-pay, this
component has actually never been shipped / packaged and any
server-GUI will likely look very different than this.
2022-02-14 17:04:24 +01:00