{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":148777131,"defaultBranch":"master","name":"base","ownerLogin":"BabbleSim","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-09-14T11:03:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/42638180?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1724841922.0","currentOid":""},"activityList":{"items":[{"before":"4bd907be0b2abec3b31a23fd8ca98db2a07209d2","after":"a3dff9a57f334fb25daa9625841cd64cbfe56681","ref":"refs/heads/master","pushedAt":"2024-04-17T08:14:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libRand: bs_rand_main: Make functions declarations prototypes\n\nAdd an explicit (void) to functions without parameters,\nin their declarations, this makes them actual prototypes\nwhich tells the compiler they get no arguments,\ninstead of an unknown number of arguments.\nThis avoid possible build warnings, and possible\nmissaligments in the callers.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libRand: bs_rand_main: Make functions declarations prototypes"}},{"before":"19fb48db8c1448d39271bc88c510b6732821d743","after":"4bd907be0b2abec3b31a23fd8ca98db2a07209d2","ref":"refs/heads/master","pushedAt":"2024-03-13T10:57:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"lib*: Bump version to v1.14\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"lib*: Bump version to v1.14"}},{"before":"e7832be3e79cb6ac4d6916e91e7e47964b50906a","after":"19fb48db8c1448d39271bc88c510b6732821d743","ref":"refs/heads/master","pushedAt":"2024-03-05T12:22:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"make: Let make find bash in the path\n\nInstead of setting the shell variable to bash's pressumed\npath, let's let make find it in the path.\nThis will work better with other OSs which do not\nprovide the binary or link from /bin\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"make: Let make find bash in the path"}},{"before":"52abf99033c07e0afc73d777ad8ffd75389c8ee9","after":"e7832be3e79cb6ac4d6916e91e7e47964b50906a","ref":"refs/heads/master","pushedAt":"2024-02-22T09:43:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libRandv2: Add bs_rand.h header\n\nAdd top header for developers convenience\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libRandv2: Add bs_rand.h header"}},{"before":"749a3186f67af5b9b14d1ff96c45f381bae0dba5","after":"52abf99033c07e0afc73d777ad8ffd75389c8ee9","ref":"refs/heads/master","pushedAt":"2024-02-06T11:08:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"lib*: Bump version to v1.13\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"lib*: Bump version to v1.13"}},{"before":"4fcb7065011063b0cdd5cf5f36159cbdeedb68f9","after":"749a3186f67af5b9b14d1ff96c45f381bae0dba5","ref":"refs/heads/master","pushedAt":"2024-02-06T11:05:51.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libPhyComv1: Make lock file API public\n\nDevices may want to create a lock file even if they do not connect\nto the Phy.\nLet's allow for this by making this API public.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libPhyComv1: Make lock file API public"}},{"before":"568dbb884c8ed15eec5ef30b7db258bed38e460b","after":"4fcb7065011063b0cdd5cf5f36159cbdeedb68f9","ref":"refs/heads/master","pushedAt":"2024-01-19T11:24:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libUtilv1: Tracing: Bugfix for exit/error macross\n\nThe last commit broke this macros when they were used in a\nif/for/while body which did was not in a code block.\nFix it.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libUtilv1: Tracing: Bugfix for exit/error macross"}},{"before":"96a916242e26872e070d03d5de89c26d00f736e6","after":"568dbb884c8ed15eec5ef30b7db258bed38e460b","ref":"refs/heads/master","pushedAt":"2024-01-12T10:40:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libUtilv1: Provide unreachable code macro\n\nProvide a macro to mark code as unreachable to help\ncompilers optimize code and avoid generate warnings\ndue to impossible paths.\nAnd use it for the tracing macros.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libUtilv1: Provide unreachable code macro"}},{"before":"416f325c830331e37a79e0e5d1f8c78e21e54766","after":"96a916242e26872e070d03d5de89c26d00f736e6","ref":"refs/heads/master","pushedAt":"2023-09-05T10:06:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libUtilv1: Provide static assert macro\n\nProvide a new static assert macro wrapper\nfor C11 _Static_assert()\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libUtilv1: Provide static assert macro"}},{"before":"9f9356786b776c51c6fd152cd89efd59c218e00b","after":"416f325c830331e37a79e0e5d1f8c78e21e54766","ref":"refs/heads/master","pushedAt":"2023-08-25T08:28:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"Makefiles: Add explicit empty rule for source files\n\nAdd explicit empty rule for source files,\nto avoid make wasting time checking its implicit rules\nfor them.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"Makefiles: Add explicit empty rule for source files"}},{"before":"d77585bea5de4687cf68e4b5080135a4eb0fb232","after":"9f9356786b776c51c6fd152cd89efd59c218e00b","ref":"refs/heads/master","pushedAt":"2023-08-10T07:27:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libUtilv1: Argument parsing: Improve debug msg for bools and switches\n\nIn high verbosity modes, also print debug messages when parsing\nboolean command line options & fix the debug print for switch options.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libUtilv1: Argument parsing: Improve debug msg for bools and switches"}},{"before":"af4a39c916c55ee36917547f776cdd7bfbf9768b","after":"d77585bea5de4687cf68e4b5080135a4eb0fb232","ref":"refs/heads/master","pushedAt":"2023-08-02T08:09:25.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libUtilv1: Bump version to v1.12\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libUtilv1: Bump version to v1.12"}},{"before":"19d62424c0802c6c9fc15528febe666e40f372a1","after":"af4a39c916c55ee36917547f776cdd7bfbf9768b","ref":"refs/heads/master","pushedAt":"2023-07-24T09:56:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"Utils: Tracing: Add description and usage comments\n\nNo functional changes\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"Utils: Tracing: Add description and usage comments"}},{"before":"7f52c8d1d045dd861f99743741506c8e954f7858","after":"19d62424c0802c6c9fc15528febe666e40f372a1","ref":"refs/heads/master","pushedAt":"2023-06-08T08:18:32.266Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libUtil: Bugfix on bs_results error case\n\nOn a \"Couldn't create results folder\" error, the code\nwould likely segfault while printing the error message.\nFix it.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libUtil: Bugfix on bs_results error case"}},{"before":"5c1b5450da956d7295e0d7509a618e67a5ee43a2","after":"7f52c8d1d045dd861f99743741506c8e954f7858","ref":"refs/heads/master","pushedAt":"2023-05-10T12:44:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libPhyCom: Added minor extra debug print\n\nTo help debugging connection issues\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libPhyCom: Added minor extra debug print"}},{"before":"02838ca04c4562e68dc876196828d8121679e537","after":"5c1b5450da956d7295e0d7509a618e67a5ee43a2","ref":"refs/heads/master","pushedAt":"2023-04-19T15:30:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libUtilv1: bs_symbols: Fix bug for very long symbol names\n\nfscanf with a width limited string adds an extra character\nto terminate the string, we don't need to terminate it\non our own, but we need to ensure there is space for\nfscanf to terminate it.\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libUtilv1: bs_symbols: Fix bug for very long symbol names"}},{"before":"61a8b6d09b00a246d694116ae6999b8a2895e8b6","after":"02838ca04c4562e68dc876196828d8121679e537","ref":"refs/heads/master","pushedAt":"2023-03-23T13:43:46.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"Add version files to all components\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"Add version files to all components"}},{"before":"77f627d61b941b37eb7be42b4f92e75aa630b0ee","after":"61a8b6d09b00a246d694116ae6999b8a2895e8b6","ref":"refs/heads/master","pushedAt":"2023-03-14T08:23:29.045Z","pushType":"push","commitsCount":1,"pusher":{"login":"aescolar","name":"Alberto Escolar","path":"/aescolar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32480799?s=80&v=4"},"commit":{"message":"libutil: Tsymbols: Fix typo in function prototype\n\nSigned-off-by: Alberto Escolar Piedras ","shortMessageHtmlLink":"libutil: Tsymbols: Fix typo in function prototype"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0xN1QwODoxNDozNi4wMDAwMDBazwAAAAQy0YcH","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNC0xN1QwODoxNDozNi4wMDAwMDBazwAAAAQy0YcH","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0xNFQwODoyMzoyOS4wNDUwNzNazwAAAAMC5NBe"}},"title":"Activity ยท BabbleSim/base"}