Timothée Leclaire-Fournier kvuj
  • https://timotheelf.com
  • Étudiant à l'ÉTS en génie de la production automatisée avec un intérêt pour la programmation.

  • Joined on 2024-02-25
kvuj pushed to master at kvuj/emailQt 2024-12-19 18:53:58 -05:00
d47678f3c0 Bunch of fixes
kvuj pushed to master at kvuj/allocPool 2024-03-12 15:06:30 -04:00
a86dea3901 README: Fix typo.
kvuj pushed to master at kvuj/allocPool 2024-03-12 11:38:38 -04:00
fd8203400c allocPool: Add option to disable the false sharing mitigations.
kvuj pushed to master at kvuj/allocPool 2024-03-12 11:31:13 -04:00
7f58269866 allocPool: Try to avoid false sharing.
kvuj pushed to master at kvuj/allocPool 2024-03-11 19:44:45 -04:00
3c5c9b4a97 allocPool: Try to avoid false sharing.
kvuj pushed to master at kvuj/emailQt 2024-03-11 14:04:52 -04:00
73e44801c0 Meta: Properly depend on cURL.
kvuj pushed to master at kvuj/emailQt 2024-03-11 09:55:41 -04:00
8f3978692c ParametersProvider: Fix language.
kvuj pushed to master at kvuj/emailQt 2024-03-11 09:53:27 -04:00
2fee534653 ParametersProvider: Save password and user settings.
kvuj pushed to master at kvuj/emailQt 2024-03-08 21:43:00 -05:00
4c00cd8040 ParametersProvider: Translate to english.
25d5bd12f8 CurlHandler: Fix downloading any number of emails.
Compare 2 commits »
kvuj pushed to master at kvuj/emailQt 2024-03-08 12:16:47 -05:00
0f160a1f63 README: Simplify video
kvuj pushed to master at kvuj/allocPool 2024-03-03 14:41:00 -05:00
b0cbb7455b allocPool: Répare compilation sur Windows
kvuj pushed to master at kvuj/allocPool 2024-03-03 00:11:54 -05:00
302c2a5f17 allocPool: Small update for clarity
kvuj pushed to master at kvuj/allocPool 2024-03-02 13:35:45 -05:00
7479895164 allocPool: Remove unused includes and clean up.
kvuj pushed to master at kvuj/allocPool 2024-03-02 13:26:05 -05:00
c4b07fa5a6 Meta: Typo
kvuj pushed to master at kvuj/allocPool 2024-03-02 12:49:38 -05:00
2f1b34b4cd Meta: Add more documentation and correct naming.
kvuj pushed to master at kvuj/allocPool 2024-03-01 17:21:01 -05:00
1cfbcffe94 Meta: Turn on asan
9f68be78db allocPool: Add destructor which cleans up.
Compare 2 commits »
kvuj pushed to master at kvuj/allocPool 2024-03-01 16:31:47 -05:00
6cd26d5ee9 allocPool: Fix threading issue and add benchmark.
kvuj pushed to master at kvuj/allocPool 2024-03-01 15:20:15 -05:00
dead668fb7 allocPool: Add tests and fix numerous bugs.