https://codeberg.org/interpeer/liberate.git

sort by:
Revision Author Date Message Commit Date
35fd7be Bump images again; conan profiles now include c++_shared libcxx 13 October 2022, 11:42:39 UTC
d9018ff Try latest release again; caches should make that possible now 13 October 2022, 10:55:21 UTC
1f630f5 - simplify variables in matrix - skip setting local conan home; this is for automatic packaging, which is not the first step. 13 October 2022, 10:51:53 UTC
35a6dd0 Looks like CI_WORKSPACE isn't set 13 October 2022, 10:48:16 UTC
395ff2f Try a full path, then 13 October 2022, 10:45:19 UTC
2a8086e Let's see if we can keep conan packages for another step 13 October 2022, 10:42:08 UTC
ce20b37 YAML multiline is a pain 13 October 2022, 10:39:08 UTC
9c7bca2 Bad multi-line syntax in list 13 October 2022, 10:34:39 UTC
f238e2e Updated build scripts 13 October 2022, 10:31:50 UTC
43359b0 Add news fragment for branch 12 October 2022, 10:42:10 UTC
a6e0deb Apparently, create default profile explicitly 12 October 2022, 10:36:46 UTC
bc458f1 create default conan profile 12 October 2022, 10:33:25 UTC
c59ee22 Build & upload script for releases 12 October 2022, 10:28:21 UTC
6010383 Ignore conan build files 12 October 2022, 10:18:06 UTC
ffce698 Use conan create; we may eventually use this to auto-upload tagged packages 12 October 2022, 10:17:24 UTC
2ba089b Bump NDK image with improved conan profile 12 October 2022, 09:52:15 UTC
55d44b7 Fix prefix 12 October 2022, 08:58:04 UTC
ce3788f temporarily force specific images 12 October 2022, 08:56:07 UTC
bd3f983 Full conan profile path 12 October 2022, 08:50:37 UTC
a497e5c Meson/test OR conan builds 12 October 2022, 08:48:26 UTC
2fa62cf Attempt conan builds for android 12 October 2022, 08:45:02 UTC
4f93798 Disable tests, examples in conan build 07 October 2022, 08:22:09 UTC
077d421 Test package README 07 October 2022, 08:21:47 UTC
7ce53b9 Test package for conan 07 October 2022, 08:08:07 UTC
2dba412 Be explicit about the generator to use 07 October 2022, 08:07:45 UTC
361fa5a make conanfile extract libraries from meson.build; should do the same with installable executables, man pages, etc. I suppose 05 October 2022, 10:27:48 UTC
1cd8063 Merge branch 'main' into conan-package 05 October 2022, 08:01:52 UTC
c1639fe Command queue: fix template template argument list; clang complains about this otherwise. 05 October 2022, 08:00:55 UTC
6fc84a5 Build info should be separated by a plus sign according to semver.org 05 October 2022, 07:49:39 UTC
173e9e5 First stab; the conanfile should work in a template 04 October 2022, 09:08:02 UTC
0b653a2 Merge branch 'main' of codeberg.org:interpeer/liberate 28 September 2022, 07:19:37 UTC
7b6b61b Add a mask before shifting, otherwise there may be issues with signed types and overflow 28 September 2022, 07:18:25 UTC
bca909b Add optional limits to unsafe bits 28 September 2022, 07:17:32 UTC
58e5a71 Add virtual dtor (default) to command_context 18 August 2022, 13:44:08 UTC
e2ed4f8 Remove superfluous include 08 August 2022, 12:51:33 UTC
e067965 Add command queue for passing commands and results between threads 04 August 2022, 13:09:56 UTC
9b533ed Add SPDX identifier 25 July 2022, 10:18:05 UTC
7a93675 Update codemeta.json from repocheck 25 July 2022, 10:17:22 UTC
447ffa7 Update repo metadata 24 July 2022, 13:25:14 UTC
787506c Update 'README.md' 05 July 2022, 16:10:33 UTC
e08ed9a Make full HTML tag for logo 05 July 2022, 16:06:08 UTC
a83187e Center logo 05 July 2022, 16:05:22 UTC
6b15f9b Move logo up 05 July 2022, 16:04:25 UTC
f4fb255 Try adding logo 05 July 2022, 16:03:30 UTC
c7f669c Fix detection for SecureZeroMemory (it's a macro) 01 July 2022, 11:04:36 UTC
4d890e6 Fix detection of secure memset/bzero variants (FreeBSD) 01 July 2022, 10:56:04 UTC
e36fbd8 Add secure memset/memzero as API functions 01 July 2022, 10:49:33 UTC
54092cc avoid using plain memset() if we can 24 June 2022, 12:34:21 UTC
2453696 Fix for building tests on FreeBSD 24 June 2022, 12:31:18 UTC
537c11b Default to XSI-compliant strerror_r, and use GNU specific one if it's fairly clear we're on GNU 24 June 2022, 12:21:36 UTC
5cd3177 Remove superfluous letter 24 June 2022, 08:29:31 UTC
ad4daaf getpid() implementation; unsure if this works on Windows already 24 June 2022, 08:29:13 UTC
46d2a9a Update/fix copyright notice in code files 14 June 2022, 09:37:47 UTC
0937cda Update copyright notice; there was an error 09 June 2022, 12:49:00 UTC
e7ce785 CI images should be latest 02 June 2022, 12:42:43 UTC
3e63c27 Changelog entry for copyright transfer 02 June 2022, 11:23:02 UTC
1e3ee54 Use relative paths for related documents 02 June 2022, 11:22:40 UTC
59e6ff7 Merge pull request 'Update copyright to Interpeer gUG, instructions' (#10) from update-copyright into main Closes #1, Reviewed-on: https://codeberg.org/interpeer/liberate/pulls/10 02 June 2022, 09:56:28 UTC
6ced5fa Add section on code coverage; rename merge requests to pull requests (again) 02 June 2022, 09:56:02 UTC
9703351 Update copyright to Interpeer gUG, instructions 02 June 2022, 09:48:59 UTC
7c73257 Not all backoffT can be initialized from 0 30 May 2022, 09:31:25 UTC
9be8819 Bump dependency 20 May 2022, 07:07:44 UTC
5eaaa09 Merge branch 'main' of codeberg.org:interpeer/liberate 13 May 2022, 14:43:19 UTC
101c4ab Use meson >= 0.58.0 13 May 2022, 14:43:12 UTC
385dd1e Select C *and* C++ compilers 13 May 2022, 08:55:54 UTC
90ec2ef Add caprock and s3kr1t to dependents 12 May 2022, 15:47:57 UTC
1ebc03b cleanup 12 May 2022, 15:43:11 UTC
0351ade Another image bump; hopefully the last for a bit 12 May 2022, 15:35:41 UTC
1101d05 Merge branch 'main' of codeberg.org:interpeer/liberate into main 12 May 2022, 15:07:32 UTC
d0ff665 Update CI images to nativeci 12 May 2022, 15:07:17 UTC
48a5c65 - Use full_path() instead of deprecated path(). - Cosmetic cleanup 10 May 2022, 12:40:59 UTC
5957587 For #9, this change ensures that internal projects have a dependency they can work with, which prefers the static library over the dynamic one (if both are an option). 09 May 2022, 16:47:37 UTC
690d5f4 For #9, split the dependency variable into one for a static and one for a dynamic version. Pass appropriate compile_args for the static version. This seems to work reasonably well for the unit tests. 09 May 2022, 16:32:06 UTC
acee0f5 Merge branch 'towncrier-changelog-test' into main 29 April 2022, 14:57:48 UTC
644dc20 That's done the trick 29 April 2022, 14:48:23 UTC
f58676d Move more into PR and disable long steps for now 29 April 2022, 14:46:37 UTC
878b06c Or we just fetch the refs 29 April 2022, 14:45:21 UTC
a7eb8ec Maybe this works to get the origin/main refs? 29 April 2022, 14:37:30 UTC
5a7e24b Need to provide the main branch to towncrier 29 April 2022, 13:54:53 UTC
b9bf821 Merge main 29 April 2022, 13:46:50 UTC
115af60 Now that appveyor works, reactivate the matrix in woodpecker 29 April 2022, 13:32:55 UTC
700a24e Appveyor seems to work on migrated repo 29 April 2022, 13:24:37 UTC
e01a35c Try triggering appveyor build without the rest; we'll enable it again 29 April 2022, 13:20:34 UTC
b6cbce4 Looks like I have to escape this for command.com. Let's hope semgrep picks that up 29 April 2022, 13:09:19 UTC
3bbad3c Let's not scan markdown files 29 April 2022, 13:03:41 UTC
3662130 Update CONTRIBUTING, Pipfile, etc. to reflect the move from gitlab 29 April 2022, 13:00:18 UTC
de8f6a2 Update appveyor matrix 29 April 2022, 12:47:41 UTC
a6d9e33 Update ignores 29 April 2022, 12:39:10 UTC
364796c Flawfinder should find the right files :) 29 April 2022, 12:30:06 UTC
9c0cdd8 Add missing appveyor account info 29 April 2022, 12:26:28 UTC
c6a7a34 Libereate woodpecker CI 29 April 2022, 12:22:33 UTC
df2ffef Merge branch 'master' of gitlab.com:interpeer/liberate 21 April 2022, 08:46:16 UTC
1eb1fdd Implement network assignment operator as equivalent to the copy ctor, and add tests 21 April 2022, 08:46:05 UTC
64731ee Merge branch 'leb128-varint' into 'master' Exchange varint implementation with LEB128 See merge request interpeer/liberate!4 15 April 2022, 17:09:16 UTC
aa09834 This is WIP, why is this in master 15 April 2022, 17:00:51 UTC
0aa7624 Exchange varint implementation with LEB128 15 April 2022, 16:54:32 UTC
b7794c0 Add include for to_posix_path 18 March 2022, 14:05:08 UTC
1954bd1 Remove superfluous include again 17 March 2022, 19:38:13 UTC
9f7a90e Move check for end of buffer to an earlier point. By moving the check past decoding the byte, we're exiting due to end-of-buffer before we can evaluate whether the last byte has been reached. This leads to errors where the last byte is at the end of the input buffer. Let's not do this. 17 March 2022, 19:27:54 UTC
bb63ca2 #2 WIP 14 March 2022, 10:20:20 UTC
back to top