Commit Graph

  • 2a0e3a2ed6 Add pdf book main Аникеев Роман 2026-02-25 02:44:32 +03:00
  • 07bd4d43f3 install latest CMake, C++ compiler and graph tools in the container Amar Mahmutbegovic 2025-08-18 11:39:53 +02:00
  • 7ae2d0a095 support newer CMake version Amar Mahmutbegovic 2025-08-18 10:33:35 +02:00
  • 6a6dd5db58 clean build warnings Amar Mahmutbegovic 2025-05-12 22:26:38 +02:00
  • 77fc239a5b add Chapter08 Amar Mahmutbegovic 2025-05-11 21:59:37 +02:00
  • 0ea2c43f45 add Chapter06 Amar Mahmutbegovic 2025-05-08 23:01:29 +02:00
  • 7dab196517 cleanup Amar Mahmutbegovic 2025-04-08 13:34:28 +02:00
  • 66689d16f2 add class_basics example Amar Mahmutbegovic 2025-04-02 23:44:18 +02:00
  • 8b360ab9fc add Chapter03 Amar Mahmutbegovic 2025-04-02 23:02:38 +02:00
  • 0e79f982a2 add functions insturmentation example Amar Mahmutbegovic 2025-04-02 12:44:02 +02:00
  • 4231df1fa1 cleanup Amar Mahmutbegovic 2025-03-01 15:48:48 +01:00
  • 391ac1c1d9 add tap_detection_algo unit tests Amar Mahmutbegovic 2025-02-09 17:02:30 +01:00
  • 3eb11a27aa add Chapter18 Amar Mahmutbegovic 2025-02-09 13:19:00 +01:00
  • 526e6ec009 rename chapters Amar Mahmutbegovic 2025-02-09 13:11:21 +01:00
  • 8634accda5 add Chapter18 Amar Mahmutbegovic 2025-02-06 00:19:59 +01:00
  • 9cc9cc7d73 add bazelisk installation and setup non-root user Amar Mahmutbegovic 2025-02-06 00:19:24 +01:00
  • 7b1e600266 add tag dispatching example Amar Mahmutbegovic 2025-01-11 22:22:11 +01:00
  • bfcdda2625 use etl::vector Amar Mahmutbegovic 2025-01-11 18:51:55 +01:00
  • c2bd4e61bd add boost::sml example Amar Mahmutbegovic 2025-01-11 18:46:30 +01:00
  • a1b36d343e add Chapter17 Amar Mahmutbegovic 2025-01-11 12:48:14 +01:00
  • 73bfdb5bfa add compile-time observer examples Amar Mahmutbegovic 2024-12-10 21:42:01 +01:00
  • fb919233e2 add Chapter 15 - runtime observer implementation Amar Mahmutbegovic 2024-12-09 00:53:55 +01:00
  • b378383cf5 add Chapter14 Amar Mahmutbegovic 2024-11-19 21:29:22 +01:00
  • 49b062908b check if file is opened in destructor Amar Mahmutbegovic 2024-11-03 16:00:05 +01:00
  • 60b08160ba add Chapter13 Amar Mahmutbegovic 2024-11-03 14:41:27 +01:00
  • 4400c3532f use span in uart interface Amar Mahmutbegovic 2024-10-27 01:24:37 +02:00
  • d497339a54 cleanup Amar Mahmutbegovic 2024-10-21 06:22:21 +02:00
  • a73a8f62f1 add Chapter12 Amar Mahmutbegovic 2024-10-21 05:39:20 +02:00
  • 87087b3bfb update lookup table example Amar Mahmutbegovic 2024-09-23 00:17:56 +02:00
  • 6090eba6d3 fix typo in signal_generator Amar Mahmutbegovic 2024-09-22 17:52:04 +02:00
  • c82c8e707b add CMakeLists.txt to signal_generator Amar Mahmutbegovic 2024-09-22 17:06:26 +02:00
  • dc150c2c0d clean signal_generator example Amar Mahmutbegovic 2024-09-22 17:02:53 +02:00
  • ff2be131d2 remove vscode artifacts Amar Mahmutbegovic 2024-09-22 16:54:06 +02:00
  • f10d0ef610 add Chapter11 Amar Mahmutbegovic 2024-09-22 16:52:43 +02:00
  • 7203d7ab66 update readme with docker image instructions Amar Mahmutbegovic 2024-09-22 02:34:51 +02:00
  • 8254189df1 update readme with docker image instructions Amar Mahmutbegovic 2024-09-22 02:33:17 +02:00
  • 8ce616c0c9 add Chapter10 Amar Mahmutbegovic 2024-09-09 20:55:25 +02:00
  • 8673086b40 add strong types example Amar Mahmutbegovic 2024-08-26 01:16:00 +02:00
  • 760087a084 add Chapter09 examples Amar Mahmutbegovic 2024-08-25 23:45:17 +02:00
  • ea611af476 add std::expected example Amar Mahmutbegovic 2024-07-04 01:46:24 +02:00
  • 984346bd77 add std::optional example Amar Mahmutbegovic 2024-07-04 01:09:13 +02:00
  • ada1e2d80e update exceptions example Amar Mahmutbegovic 2024-07-04 00:28:31 +02:00
  • 161c765a01 use Og optimization level for Debug build Amar Mahmutbegovic 2024-07-03 19:04:08 +02:00
  • c505fd9c1a update error_handling project CMake file Amar Mahmutbegovic 2024-07-03 18:54:04 +02:00
  • 463abf4a81 update exceptions example Amar Mahmutbegovic 2024-07-03 00:29:35 +02:00
  • 980a57cdfe set standard version to C++20 in Chapeter07/error_handling Amar Mahmutbegovic 2024-07-02 16:07:14 +02:00
  • 3c0ac106d0 update Chapter07 Amar Mahmutbegovic 2024-07-02 14:59:34 +02:00
  • 8a82226c0c update bare cmake file Amar Mahmutbegovic 2024-06-30 22:44:58 +02:00
  • ed4025257f add Chapter07 Amar Mahmutbegovic 2024-06-26 22:48:02 +02:00
  • ef043c45ac update include headers Amar Mahmutbegovic 2024-06-08 21:39:55 +02:00
  • 86d023c857 update main declaration Amar Mahmutbegovic 2024-06-08 20:37:59 +02:00
  • 19c06fe786 add Chapter05/gsm_lib Amar Mahmutbegovic 2024-05-19 23:48:23 +02:00
  • 5d93a88205 update CMakeLists.txt in Chapter04/bare Amar Mahmutbegovic 2024-04-29 00:13:23 +02:00
  • 4025dd4951 update CMakeLists.txt in Chapter04/bare Amar Mahmutbegovic 2024-04-28 23:08:12 +02:00
  • ca8153fdc8 copy compile db to project folder Amar Mahmutbegovic 2024-04-28 16:53:59 +02:00
  • ac07a71a10 add .cache to gitignore Amar Mahmutbegovic 2024-04-28 16:46:10 +02:00
  • 92f1583cb4 add Chapter04/Dockerfile, Chapter04/bare/.clang-tidy Amar Mahmutbegovic 2024-04-28 16:44:50 +02:00
  • d3c4899268 add ubuntu toolchain Dockerfile Amar Mahmutbegovic 2024-04-28 01:33:39 +02:00
  • a6222cd15b add .gitignore Amar Mahmutbegovic 2024-04-28 01:10:42 +02:00
  • 6df50956c4 add Chapter04 bare example Amar Mahmutbegovic 2024-04-28 00:57:39 +02:00
  • 5af72efc42 add Chapter02 examples Amar Mahmutbegovic 2024-04-27 21:02:06 +02:00
  • de6d74e093 add Chapter01 examples Amar Mahmutbegovic 2024-04-27 20:43:40 +02:00
  • fb4983465f fix title in README.md Amar Mahmutbegovic 2024-04-27 12:25:57 +02:00
  • cee8ff65bf Initial commit roshanrk92 2024-02-21 12:11:22 +05:30