65 Commits (8edcab2e2c0f91413da3fbe59a55e1915eabf784)
 

Author SHA1 Message Date
fdai7782 8edcab2e2c Delete .DS_Store 11 months ago
fdai7782 dc398b04bb Delete .gitlab-ci.yml 11 months ago
Enrico Schellenberger 8e83e65b2c added logic to ConClock and Unittest for the function 11 months ago
Enrico Schellenberger 5b985d772d added logic to ConTime and Unittest for the function 11 months ago
Enrico Schellenberger 95af781723 added logic to ConVolume and Unittest for the function and fixed wrong test results 11 months ago
Enrico Schellenberger 63d2a57f93 added logic to ConArea and Unittest for the function 11 months ago
Enrico Schellenberger 4abedaa525 added logic to ConData and Unittest for the function 11 months ago
Enrico Schellenberger 163034d196 added logic to ConLiterToGallon and Unittest for the function 11 months ago
Enrico Schellenberger ebc9b45de5 fixed error in some of the Con functions where wrong unit was used 11 months ago
Enrico Schellenberger 273c6cc34e added logic to ConLiter and Unittest for the function 11 months ago
Enrico Schellenberger eca61652e3 fixed error with ConvertMode.c using wrong char array in result 11 months ago
Enrico Schellenberger 670f4c019d added logic to ConSpeed and Unittest for the function 11 months ago
Enrico Schellenberger 80848076b3 Merge 11 months ago
Enrico Schellenberger 94ec6389f0 Unittest and refractoring Moved ConX functions to Taschenrechner.h and main_Taschenrechner.c and added Unittests 11 months ago
fdai7782 3992d1d537 Update .gitlab-ci.yml file 11 months ago
Enrico Schellenberger 51c3ac6f2e merge 11 months ago
Enrico Schellenberger 4702603f1b added ConGramToPounds logic and fixed some errors in other functions 11 months ago
fdai7782 647f373849 Merge branch 'feature' of https://gitlab.cs.hs-fulda.de/fdai7766/caschenrechner into feature 11 months ago
Enrico Schellenberger a042bb6743 added ConTemp logic 11 months ago
Enrico Schellenberger 0b2e6fb73d added ConGram logic 11 months ago
fdai7782 59ba163cea Removed scientificMode function from main_calculator.c 11 months ago
fdai7782 e10023b3a4 Added programmingMode.c file and moved functions from main_calculator.c in the programmingMode.c file 11 months ago
Enrico Schellenberger 77a2938724 fixed error with case 2 and 3 that wrong unit is shown 11 months ago
Enrico Schellenberger 104b8fa4d1 added logic to ConKilometerToMiles 11 months ago
Enrico Schellenberger 77fdd9d445 Merge branch 'feature' of https://gitlab.cs.hs-fulda.de/fdai7766/caschenrechner into feature 11 months ago
Enrico Schellenberger 7ad539f78d added ConMeterToFeet logic to ConvertMode.c 11 months ago
fdai7782 4455b53c89 Added scientific.c file 11 months ago
Enrico Schellenberger f1ae979922 added ConMeter logic to ConvertMode.c 11 months ago
Enrico Schellenberger 002a3cca80 added ConMeter logic to ConvertMode.c 11 months ago
fdai7782 90482fe0a1 Renamed the sh file to build-project 11 months ago
Enrico Schellenberger 2424f92191 added Unit arrays and switch case for Meter conversionto ConvertMode.c 11 months ago
Enrico Schellenberger 43b098aec4 added Con Functions and query to ConvertMode.c 11 months ago
Enrico Schellenberger e1ed311b32 added ConvertMode.c with all conversion options 11 months ago
fdai7782 b3773ad434 Fixed syntax errors in team member's code 11 months ago
fdai7782 ed3952a199 Updated build script and Ceedling configuration 11 months ago
fdai7782 cd40c3a9b4 Updated Ceedling YAML for project structure 11 months ago
Enrico Schellenberger cc11e6eccd changed the last else if in BasicMode.c to include the = char 11 months ago
Enrico Schellenberger 09e4f9d6b7 changed BasicMode.c to priorities operators 11 months ago
Enrico Schellenberger a3cbfd7de1 added BasicMode.c and refractoring to testForOperator/taschenrechner.h 11 months ago
Enrico Schellenberger bd2e1ef19f refractoring 11 months ago
Enrico Schellenberger 8b6ad397fe added new File BasicMode.c for Basic calculations 11 months ago
Enrico Schellenberger b348fc9499 Merge branch 'feature' of https://gitlab.cs.hs-fulda.de/fdai7766/caschenrechner into feature 11 months ago
Enrico Schellenberger 944e3a1544 unit tests added and adjusted calculations with double 11 months ago
lukazieg b35930f9c5 added testForNumber.c 11 months ago
fdai7782 1a2e13f0c7 Added squareRootFunction for calculating square roots 11 months ago
fdai7782 8993cdde83 Added bitwiseXOR function for bitwise XOR operation 11 months ago
fdai7782 0cc8033f31 Added bitwiseOR function for bitwise OR operation 11 months ago
fdai7782 0898087904 Added bitwiseAND function for bitwise AND operation 11 months ago
fdai7782 440d7f5c25 Added exponentialFunction for exponential calculations 11 months ago
fdai7782 03d5c29ff6 Added logarithmBase2Function for base 2 logarithmic calculations 11 months ago