f59319ad16
removed curlpp includes causing build to fail
2024-10-25 21:27:56 -06:00
13487a1498
Removed extra line from README.md
2024-08-28 23:42:52 -06:00
62bb8fabdf
Simplified README.md and added ninja build info
2024-08-28 23:42:08 -06:00
aebd86b70a
Updated README.md to install on Arch Linux
2024-08-28 23:36:25 -06:00
d50dbeb051
Updated .gitignore
2024-08-28 23:31:15 -06:00
7570f48cad
Updated PKGBUILD to remove existing module links
2024-08-28 23:29:49 -06:00
David Allen
341f0752a3
Merge pull request #16 from davidallendj/pkgbuild
...
Update PKGBUILD to build using `main` branch
2024-08-28 23:21:20 -06:00
9f56c0b8c7
Updated PKGBUILD to build from git 'main'
2024-08-28 23:20:04 -06:00
a6635b1f02
Added ignore_validation flag check and CLI argument
2024-08-18 14:42:31 -06:00
e8020aa0b0
Added log prints in main.cpp
2024-08-18 14:42:30 -06:00
1e92c16cdf
Removed unused includes from main.cpp
2024-08-18 14:42:30 -06:00
2b5c838a4f
Added ignore_validation flag to config
2024-08-18 14:42:30 -06:00
6199486b68
Updated README.md with updating submodules
2024-08-18 14:42:27 -06:00
David Allen
f77d92cfef
Merge pull request #12 from davidallendj/project-validation
...
Add project validation check and corresponding CLI `--ignore-validation` option
2024-08-18 14:04:37 -06:00
c78cdd3da9
Added ignore_validation flag check and CLI argument
2024-08-18 13:42:02 -06:00
ce347d9b56
Added log prints in main.cpp
2024-08-18 13:41:25 -06:00
6ab1345cfe
Removed unused includes from main.cpp
2024-08-18 13:35:51 -06:00
920d648a51
Added ignore_validation flag to config
2024-08-18 13:35:21 -06:00
adb80a7176
Added initial SConstruct
2024-08-17 21:28:02 -06:00
1fe1f19891
Updated README.md with updating submodules
2024-07-15 20:43:02 -06:00
defbc079cd
Initial SConstruct build script
2024-07-14 21:26:43 -06:00
5819c76289
Tidied repository with other small changes
2024-07-14 20:17:47 -06:00
c1ca0524f1
Updated compile script to fetch dependencies
2024-07-14 20:12:15 -06:00
56adb85f4d
Updated Dockerfile
2024-07-14 20:11:37 -06:00
113dee2194
Added more useful info to README.md
2024-06-09 00:22:50 -06:00
050b7a482b
Added more needed dependencies
2024-06-09 00:11:44 -06:00
e225312197
Fixed curl C++ wrapper library from AUR
2024-06-09 00:09:20 -06:00
846bc4932f
Updated README.md to include getting deps and linking headers
2024-06-09 00:07:14 -06:00
13da8c03f2
More README tidying
2024-05-07 22:37:58 -06:00
23b27bf276
Tidied README.md
2024-05-07 22:36:49 -06:00
3eacaf1d72
Removed .trunk directory
2024-05-07 22:22:38 -06:00
2e9da2582a
Removed trunk related files
2024-05-07 22:17:46 -06:00
14dd5a1c7a
Updated README.md with Arch Linux install packages
2024-05-07 22:16:27 -06:00
d4b8c7ea36
Updated README.md
2024-03-03 19:27:52 -07:00
396ec234cf
Updated README.md
2024-03-03 19:24:49 -07:00
6141f7af8b
Updated README.md
2024-03-03 19:21:23 -07:00
644d79a7e4
Updated bin/compile.sh script to build with newer version of CMake
2024-03-03 19:17:36 -07:00
4b0ded6b5b
Removed Poco as dependencies
2024-03-03 19:11:11 -07:00
d2a77fe28f
Bump default godot version for search
...
- Change error code from `NONE` TO `IGNORE`
- Added format function to utils
- Implement version functions
2024-01-27 14:34:17 -07:00
d9a9ea6426
Updated README.md
2023-10-07 13:46:39 -06:00
ce5f0aaa63
Created initial PKGBUILD and Dockerfile
...
- Update `bin/compile.sh` to generate sha256sums from binaries
2023-10-07 13:42:59 -06:00
ef1749a1f8
Fix search return all assets
2023-08-20 16:07:04 -06:00
1db5631439
Fixed building issue with fmt
2023-08-20 15:26:36 -06:00
431be7914c
Fix fmt 10 breaking logging and changed printing format
2023-08-03 10:40:41 -06:00
5bdc605f0b
Update README.md file
2023-07-15 18:57:32 -06:00
9d5c52f450
Fixed not being able to download in parallel
...
- Removed `transfer` class in `http` namespace
- Consolidated the `http::context` and `http::multi` classes
2023-07-15 18:56:14 -06:00
8ac3910730
Update known issues in README.md file
2023-07-12 10:55:52 -06:00
1abc0e4694
Update documentation in README.md
2023-07-10 20:45:37 -06:00
807aa8e5b2
Implemented parallel downloads through CURL multi interface and added purge command
...
- Update `README.md` file with examples
- Fixed error messages showing no or wrong message
- Changed the prompt message when installing, removing, etc.
- Changed how http::request works
- Added `http::multi` class for parallel downloads
- Removed separate `concepts.hpp` file
TODO: Fix ZIP not extracting after running the `install` command
2023-07-10 20:26:15 -06:00
766eabd5b2
Implemented get command
2023-07-03 21:05:47 -06:00