Bruno Raoult bruno
  • Joined on 2020-12-30
bruno pushed to main at bruno/advent-of-code 2022-01-21 16:55:42 +01:00
1caa102c23 day19: move beacons/distances from arrays to lists
bruno pushed to main at bruno/advent-of-code 2022-01-19 19:42:45 +01:00
9fd980c71b day 19: save before reverting scanners's beacons/distances to linked lists
bruno opened issue bruno/Tools#5 2022-01-16 21:34:52 +01:00
debug.c: add tag for different debug areas
bruno opened issue bruno/Tools#4 2022-01-16 21:26:47 +01:00
debug.c: rename log() function to avoid math library clash
bruno opened issue bruno/Tools#3 2022-01-16 21:26:07 +01:00
debug.c improvement : separate level and indent
bruno pushed to master at bruno/Tools 2022-01-16 21:24:13 +01:00
f8a13b807e debug.h: add __attribute__ to debug(), for printf() args style
bruno pushed to main at bruno/advent-of-code 2022-01-16 21:18:11 +01:00
6c3672f8d1 (temp) save not working day19 - likely mismatch in scanners ref array
bruno pushed to master at bruno/Tools 2022-01-16 21:10:52 +01:00
76a6a81d69 pool_create: do not fail if structure is too small to handle list pointers
bruno pushed to main at bruno/advent-of-code 2022-01-16 21:08:58 +01:00
96c9f7d6e3 pool_create: do not fail if structure is too small to handle list pointers
bruno opened issue bruno/Tools#2 2022-01-16 21:06:34 +01:00
list.h: Need to re-add locks (READ_ONCE, WRITE_ONCE)
bruno opened issue bruno/Tools#1 2022-01-16 21:04:49 +01:00
Improve list.h
bruno pushed to master at bruno/Tools 2022-01-16 21:02:49 +01:00
78d76a1add list.h: updated from advent of code repo
bruno pushed to main at bruno/advent-of-code 2022-01-16 21:00:38 +01:00
fe4520da7f list.h: blank line
bruno pushed to main at bruno/advent-of-code 2022-01-14 20:27:28 +01:00
a03cc1c1c4 day19: tentatively get 3 common beacons between overlapping scanners
bruno pushed to main at bruno/advent-of-code 2022-01-14 18:25:16 +01:00
f1dc062250 day 18: typos in comments
bruno pushed to main at bruno/advent-of-code 2022-01-14 15:11:23 +01:00
645188216e day19: find common beacons between two scanners
bruno pushed to main at bruno/advent-of-code 2022-01-14 12:47:50 +01:00
e3382ef3dd debug.h: fix mistake in debug() printf __attribute__
bruno pushed to main at bruno/advent-of-code 2022-01-14 12:44:11 +01:00
8a67ac0321 debug.h: add printf() attribute to debug() function
bruno pushed to main at bruno/advent-of-code 2022-01-14 11:53:06 +01:00
b255dc5d43 .gitignore: added common dummy files (FOO*, BAR*, etc..)
bruno pushed to main at bruno/advent-of-code 2022-01-14 11:51:09 +01:00
33bee9500c day 19: first functions (read input, calculate beacons distances...)