Commit Graph

  • 195c814ada Update main_calculator.c master origin/master origin/HEAD fdai7801 2024-02-09 22:58:45 +0000
  • 0b7a532392 Update main_calculator.c fdai7801 2024-02-09 22:58:24 +0000
  • 6e6a7147da Update main_calculator.c fdai7801 2024-02-09 22:58:02 +0000
  • 95d197c1d1 Update main_calculator.c fdai7801 2024-02-09 22:57:45 +0000
  • e2a4524bf9 Update project.yml fdai7782 2024-02-09 22:57:32 +0000
  • 64ce88c30e Update main_calculator.c fdai7801 2024-02-09 22:57:26 +0000
  • 4cee5c15cb Update main_calculator.c fdai7801 2024-02-09 22:57:10 +0000
  • e069b9b637 Update main_calculator.c fdai7801 2024-02-09 22:56:49 +0000
  • 57f7b2821d Update main_calculator.c fdai7801 2024-02-09 22:56:16 +0000
  • abcacc504d Update test_calculator.c fdai7782 2024-02-09 22:55:30 +0000
  • e634cff621 Update BasicMode.c origin/develop fdai7782 2024-02-09 22:48:51 +0000
  • 6b5bc058dd Merge branch 'develop' with master fdai7782 2024-02-09 23:34:07 +0100
  • 169bb053e6 Update kabrel fdai7801 2024-02-09 22:02:11 +0000
  • 40c8f7ff8f Update test_calculator.c fdai7801 2024-02-09 22:00:24 +0000
  • 9a71acc2ec kabrel fdai7801 2024-02-09 21:58:20 +0000
  • 45396a2e0b Update fdai7801 2024-02-09 21:57:26 +0000
  • 8a87c2ece0 Update test_calculator.c fdai7801 2024-02-09 21:56:50 +0000
  • 303f9814bf Update test_calculator.c fdai7801 2024-02-09 21:54:41 +0000
  • 2d7710b07e Update fdai7801 2024-02-09 21:53:29 +0000
  • e235449e1a Update BasicMode.h fdai7801 2024-02-09 21:41:42 +0000
  • 1452d3f6c7 Update BasicMode.c fdai7801 2024-02-09 21:40:53 +0000
  • 2619416b51 Update fdai7801 2024-02-09 21:33:18 +0000
  • 165dc110a2 Update BasicMode.h fdai7801 2024-02-09 21:28:21 +0000
  • 48cf8c5bd4 Update fdai7801 2024-02-09 21:26:46 +0000
  • 08832c5a8a kabrel fdai7801 2024-02-09 21:15:02 +0000
  • cf87762320 kabrel fdai7801 2024-02-09 21:12:50 +0000
  • 1ea5d7ab65 kabrel fdai7801 2024-02-09 21:11:01 +0000
  • ef5772d779 kabrel fdai7801 2024-02-09 21:08:06 +0000
  • 0ffb228ff2 kabrel fdai7801 2024-02-09 21:04:54 +0000
  • eb359e3cca Update BasicMode.c fdai7801 2024-02-09 21:04:04 +0000
  • 9fb9199189 kabrel fdai7801 2024-02-09 21:52:17 +0100
  • 11f31fd5e2 kabrel origin/kabrel fdai7801 2024-02-09 21:37:29 +0100
  • 2f8ff3a697 kabrel fdai7801 2024-02-09 20:35:26 +0100
  • c7e0d8e98c kabrel fdai7801 2024-02-09 20:32:51 +0100
  • 780c92fd02 kabrel new file fdai7801 2024-02-09 20:27:22 +0100
  • d2a5222a38 kabrel conver_bintodec fdai7801 2024-02-09 20:13:44 +0100
  • 39a09e24cd kabrel conver_dectobin fdai7801 2024-02-09 20:10:43 +0100
  • a4d4537ae0 added unittest to check wether the performOperation works when dividing by zero fdai7782 2024-02-09 19:09:20 +0100
  • 7e96f4ed54 IMPORTANT FIXES: ADDED ALL HEADER FILES FOR THE DIFFRENT .C FILES AND ALSO IMPROVED THE YAML FILE -- COMPILING WORKS NOW! fdai7782 2024-02-09 18:40:49 +0100
  • 8e780d521f Added the /support folder under the test/c/ fdai7782 2024-02-09 09:13:49 +0000
  • d1a8cc1a30 Fix syntax error in main_calculator.c and test_calculator.c fdai7782 2024-02-08 20:50:59 +0000
  • 8718b9d507 Improve programmingMode to display results in binary (hexadecimal format) and prompt user for continuation fdai7782 2024-02-07 20:54:53 +0000
  • 1c4c48654e Changed the parameter name from operation to operationType in the function performOperation in the programmingMode.c file and also in the calculator.h file fdai7782 2024-02-07 19:09:22 +0000
  • 2d0499c3b2 Update README.md fdai7782 2024-02-07 18:05:20 +0000
  • ffbb390cc4 Update README.md origin/feature fdai7782 2024-02-07 18:05:02 +0000
  • d72de5a282 Update README.md fdai7782 2024-02-07 18:04:50 +0000
  • 74d11005b8 Updated file name from test_taschenrechner.c to test_calculator.c fdai7782 2024-02-07 18:03:57 +0000
  • c19cf06df0 Updated the header file to calculator.h fdai7782 2024-02-07 18:02:59 +0000
  • d509f883bc Updated the header file to calculator.h fdai7782 2024-02-07 18:02:43 +0000
  • 212a076c1b Updated the header file to calculator.h fdai7782 2024-02-07 18:02:26 +0000
  • 4ede29f313 Updated the header file to calculator.h fdai7782 2024-02-07 18:01:35 +0000
  • 0cdc901bf4 Updated the header file to calculator.h fdai7782 2024-02-07 18:01:19 +0000
  • a844c50106 Updated file name from taschenrechner.h to calculator.h fdai7782 2024-02-07 18:00:36 +0000
  • d54eb443a8 Updated file name from main_taschenrechner.c to main_calculator.c fdai7782 2024-02-07 17:59:19 +0000
  • 08c2a6cfdd Delete .DS_Store fdai7782 2024-02-07 17:58:22 +0000
  • eaeea6e874 Delete .DS_Store fdai7782 2024-02-07 17:58:13 +0000
  • 22c3452ffd Delete .DS_Store fdai7782 2024-02-07 17:58:07 +0000
  • 59edf6875e Delete .DS_Store fdai7782 2024-02-07 17:58:02 +0000
  • d00355fd22 Delete .DS_Store fdai7782 2024-02-07 17:57:57 +0000
  • 8edcab2e2c Delete .DS_Store fdai7782 2024-02-07 17:57:52 +0000
  • 9dc096826a forgot to update test_taschenrechner.c to "test_calculator.c" fdai7782 2024-02-07 17:57:17 +0000
  • 3cb80ead27 Updated file name from test_taschenrechner.c to test_calculator.c fdai7782 2024-02-07 17:55:00 +0000
  • 2b3539d5b8 Updated file name from taschenrechner.h to calculator.h fdai7782 2024-02-07 17:54:05 +0000
  • 02d451b863 Updated file name from main_taschenrechner.c to main_calculator.c fdai7782 2024-02-07 17:52:27 +0000
  • 8e9cc35496 Delete .DS_Store fdai7782 2024-02-07 17:51:31 +0000
  • 093425424a Delete .DS_Store fdai7782 2024-02-07 17:51:26 +0000
  • 3c408597bb Delete .DS_Store fdai7782 2024-02-07 17:51:17 +0000
  • d58375daac Delete .DS_Store fdai7782 2024-02-07 17:51:12 +0000
  • 1eee1cf52c Delete .DS_Store fdai7782 2024-02-07 17:51:05 +0000
  • e376ee7111 Delete .DS_Store fdai7782 2024-02-07 17:50:56 +0000
  • 2968e1664a Updated header file to calculator.h fdai7782 2024-02-07 17:49:48 +0000
  • 253f476168 Updated header file to calculator.h fdai7782 2024-02-07 17:49:30 +0000
  • c2370ea9e8 Updated header file to calculator.h fdai7782 2024-02-07 17:49:01 +0000
  • 873207a6dd Updated header file to calculator.h fdai7782 2024-02-07 17:48:38 +0000
  • 6a19375953 Updated header file to calculator.h fdai7782 2024-02-07 17:48:17 +0000
  • 3933c730df Updated header file to calculator.h fdai7782 2024-02-07 17:47:49 +0000
  • 1ecc599c21 Updated file name from main_taschenrechner.c to main_calculator.c fdai7782 2024-02-07 17:46:32 +0000
  • c004c09c8a Updated file name from taschenrechner.h to calculator.h fdai7782 2024-02-07 17:45:39 +0000
  • 2ebea95823 Updated the file name from test_taschenrechner.c to test_calculator.c fdai7782 2024-02-07 17:44:19 +0000
  • 5d6ac0642a Delete .DS_Store fdai7782 2024-02-07 17:42:30 +0000
  • 9addece41e Delete .DS_Store fdai7782 2024-02-07 17:42:24 +0000
  • 2291986b32 Update README.md origin/main fdai7782 2024-02-07 17:41:13 +0000
  • d98c1102c5 Updated the file name from main_taschenrechner.c to main_calculator.c and aslo the header file fdai7782 2024-02-07 17:32:52 +0000
  • a321846b2d Updated file name from taschenrechner.h to calculator.h fdai7782 2024-02-07 17:31:31 +0000
  • 65283da3a1 updated the header to the correct name: calculator.h fdai7782 2024-02-07 17:29:22 +0000
  • 939e5d902c Delete .DS_Store fdai7782 2024-02-07 17:27:18 +0000
  • 1c122938e6 Delete .DS_Store fdai7782 2024-02-07 17:27:13 +0000
  • 986e55b1d7 Delete .DS_Store fdai7782 2024-02-07 17:27:03 +0000
  • 6d6cb90ed5 Delete .DS_Store fdai7782 2024-02-07 17:26:58 +0000
  • 469d8a981a Delete .DS_Store fdai7782 2024-02-07 17:26:52 +0000
  • 1f37981c2d Delete .DS_Store fdai7782 2024-02-07 17:26:30 +0000
  • e45090a8aa Delete .DS_Store fdai7782 2024-02-07 17:26:23 +0000
  • 72bbd22291 Delete .DS_Store fdai7782 2024-02-07 17:26:09 +0000
  • eaece18fe9 Delete .DS_Store fdai7782 2024-02-07 17:25:58 +0000
  • b5bd6ac2c3 Update teams.md fdai7782 2024-02-07 17:25:22 +0000
  • 316f354965 Added teams.md file fdai7782 2024-02-07 17:14:40 +0000
  • 55181a2f4c Added all the four unittest back in the test_calculator.c file (test_performOperation_Multiplication, test_performOperation_Addition, test_performOperation_Subtraction and test_performOperation_Division) fdai7782 2024-02-07 17:02:42 +0000
  • 1325941ee5 Revert "Added unittest for the test case in to check the performOperation function's ability to perform addition. Includes arranging operands, performing addition, and asserting the expected result." fdai7782 2024-02-07 16:55:56 +0000
  • a6f9a9c078 Added the performOperation function in the calculator.h file fdai7782 2024-02-07 16:38:00 +0000
  • 283834c8f6 Added unittest for the case in to check the performOperation function's ability to perform division. Includes arranging operands, performing division, and asserting the expected result. fdai7782 2024-02-07 16:02:27 +0000