Commit graph

99 commits

Author SHA1 Message Date
1a9b293dee Fixed errors and improve roster tests
All checks were successful
PR Check / on-push-commit-check (push) Successful in 12m32s
2024-11-21 22:46:21 +00:00
7685385559 Feature: iq::Roster
Some checks failed
PR Check / on-push-commit-check (push) Failing after 11m10s
2024-11-17 23:29:51 +00:00
77640de2e9 Feature: iq::Bind 2024-11-17 23:25:41 +00:00
96e65dd2c6 Add constructor from underlayed socket for PrintStream
All checks were successful
PR Check / on-push-commit-check (push) Successful in 15m46s
2024-11-14 19:57:46 +00:00
662392509f Add Serialization and Deserialization generation for std::optional
All checks were successful
PR Check / on-push-commit-check (push) Successful in 13m30s
2024-11-12 14:36:18 +00:00
9273c473f8 Use LLVM 19.1.3 instead LLVM 19.1.1 and continue CI if clang-format failed
All checks were successful
PR Check / on-push-commit-check (push) Successful in 13m58s
2024-11-10 15:20:44 +00:00
13d063915e Add serialization and deserialization for vector
All checks were successful
PR Check / on-push-commit-check (push) Successful in 11m28s
2024-11-10 14:58:47 +00:00
76ebf081c2 Merge pull request 'CI: Added configuring clang for tidy checks' (#2) from improve_pr_check into main
All checks were successful
PR Check / on-push-commit-check (push) Successful in 14m38s
Reviewed-on: http://ivt5wiimhwpo56td6eodn2n3fduug3bglqvqewbk2jnyl4hcimea.b32.i2p/git/git/Larra/larra/pulls/2
2024-11-08 15:55:02 +00:00
d1dc6f8e24 CI: Added configuring clang for tidy checks
All checks were successful
PR Check / on-push-commit-check (push) Successful in 14m12s
2024-11-08 15:38:02 +00:00
0d471b579a Merge pull request 'Automatic serialization/deserialization code generation' (#1) from feature_serialization into main
All checks were successful
PR Check / on-push-commit-check (push) Successful in 13m4s
Reviewed-on: http://ivt5wiimhwpo56td6eodn2n3fduug3bglqvqewbk2jnyl4hcimea.b32.i2p/git/git/Larra/larra/pulls/1
2024-11-08 13:45:23 +00:00
2c0111f9d7 Add automatic serialization/deserialization generation
All checks were successful
PR Check / on-push-commit-check (push) Successful in 13m11s
2024-11-08 12:50:17 +00:00
ab3fc26003 Add gtest to install from Arch Linux repositories in workflow
All checks were successful
PR Check / on-push-commit-check (push) Successful in 10m38s
2024-11-07 15:01:32 +00:00
a98f2e8552 Remove pugixml dependency
All checks were successful
PR Check / on-push-commit-check (push) Successful in 10m25s
2024-11-07 14:48:00 +00:00
eda4f818a9 Update server URL in workflow
All checks were successful
PR Check / on-push-commit-check (push) Successful in 11m28s
2024-11-07 14:38:17 +00:00
04abea4195 Update utempl URL
Some checks failed
PR Check / on-push-commit-check (push) Failing after 3m1s
2024-11-07 13:54:23 +00:00
405a3100e1 Add utils::RangeToWrapper 2024-10-29 13:02:56 +00:00
15d4fd00d0 Merge pull request 'Added CI, clang checks to task, latest LLVM to dev container' (#22) from feature_ci_pipeline_2 into main
Reviewed-on: http://ivt5wiimhwpo56td6eodn2n3fduug3bglqvqewbk2jnyl4hcimea.b32.i2p/git/git/Larra/larra/pulls/22
2024-10-24 09:04:41 +00:00
652fecf4b0 Fixed clang-tidy/format errors 2024-10-23 14:41:51 +00:00
7315fda512 Fixed analyzer issues and disabled clang in CI 2024-10-21 10:36:04 +00:00
72f96c2a86 CI: Updated LLVM ver and removed using cache 2024-10-21 10:21:45 +00:00
8aecc897d7 Added Cland/GCC builds and Analyzers tasks for vscode 2024-10-21 10:21:45 +00:00
5942f366f9 Added latest LLVM with to dev container 2024-10-21 10:21:45 +00:00
d9d301167c Fixed clang-format violations 2024-10-21 10:21:39 +00:00
89f3165551 CI: Added clang-format and clang-tidy 2024-10-21 10:21:07 +00:00
65cae2727f CI: Added LLVM bins and clang&gcc build 2024-10-21 10:21:07 +00:00
b3949463df CI: Added repo downloading 2024-10-21 10:21:07 +00:00
efba236215 Use PublicCast from utempl instead custom implementation 2024-10-20 00:09:14 +00:00
cfd566d52a Use std::ranges::distance instead implementation with std::ranges::fold_left for stream errors 2024-10-18 15:13:35 +00:00
5d991d287c Move Presence functions to presence.cpp 2024-10-14 05:54:35 +00:00
2f8e5ff76e Use std::ranges::distance instead implementation with std::ranges::fold_left 2024-10-12 16:33:40 +00:00
bb605dc9a8 Add tests for iq::*, add iq::*::Parse 2024-10-11 18:26:16 +00:00
dffd7eb56e Merge pull request 'Fix pre-commit exec from different places' (#20) from quick_pre_commit_fix into main
Reviewed-on: http://ivt5wiimhwpo56td6eodn2n3fduug3bglqvqewbk2jnyl4hcimea.b32.i2p/git/git/Larra/larra/pulls/20
2024-10-10 15:30:05 +00:00
033bceb06d Fix pre-commit exec from different places 2024-10-10 15:25:40 +00:00
f649af6ec2 Merge pull request 'Added githook pre-commit checks' (#19) from feature_precommit_check into main
Reviewed-on: http://ivt5wiimhwpo56td6eodn2n3fduug3bglqvqewbk2jnyl4hcimea.b32.i2p/git/git/Larra/larra/pulls/19
2024-10-09 20:23:50 +00:00
25adc6512f Added githook pre-commit checks 2024-10-09 20:19:43 +00:00
ad36468b84 Add iq types 2024-10-09 19:19:32 +00:00
eafdecba7b Add ConstructT option for boost pfr FieldSetHelper With 2024-10-09 18:55:18 +00:00
e7e84860cc Send presence in examples/src/connect.cpp 2024-10-09 16:04:58 +00:00
f72ee713d8 Add presence types 2024-10-09 15:58:36 +00:00
3e18243f79 Use Parse instead TryParse in Serialization for last type in std::variant 2024-10-09 15:56:45 +00:00
ba03f3fe6f Add initiating new stream after SASL 2024-10-08 18:14:04 +00:00
0636e1c234 Add stream errors handling 2024-10-08 09:37:08 +00:00
bb336da4d9 Add Stream Errors 2024-10-06 18:56:10 +00:00
145bf7bd80 Move ReadStartStream to RawXmlStream 2024-10-06 12:25:42 +00:00
2e92c59f50 Fix bug in GetStartStreamIndex 2024-10-04 17:23:31 +00:00
d9489ea5d3 Merge pull request 'Add RawXmlStream' (#5) from raw_xml_stream_pretty into main
Reviewed-on: http://ivt5wiimhwpo56td6eodn2n3fduug3bglqvqewbk2jnyl4hcimea.b32.i2p/git/git/Larra/larra/pulls/5
2024-10-03 01:14:16 +00:00
2eb9d4e0b8 Add RawXmlStream 2024-10-03 02:13:42 +00:00
57ecd21014 Fix in .clang-tidy 2024-09-30 21:35:55 +00:00
f1ac4222e1 Add libxml++5.0 link on cmake 2024-09-27 19:28:22 +00:00
77c1b81e95 Fix scram auth and add tests 2024-09-26 19:20:52 +00:00