Commit Graph

  • 813c17c039 Add a CMakeLists.txt that allows this to be used as an IDF component. #103 James Aguilar 2025-01-04 23:14:42 -0500
  • 5c2b12acd1 Depend on Arduino.h only if platform is AVR James Aguilar 2025-01-03 20:06:36 -0500
  • f2e5f3775d
    Merge d376bc03e7 into 149c81247a #102 GiorgosXou 2023-06-22 17:14:25 +0300
  • d376bc03e7
    FIXED: Typo "used" #102 GiorgosXou 2023-06-22 17:13:55 +0300
  • 149c81247a
    Update to v1.1.2 master v1.1.2 Pharap 2023-01-12 09:35:49 +0000
  • def0ef29f1
    Fix SFixed conversion by making ShiftType signed (#100) Pharap 2023-01-12 09:31:29 +0000
  • ddf9a8309c
    Fix SFixed conversion by making ShiftType signed #100 Pharap 2023-01-12 09:29:48 +0000
  • b61dd1a2c8
    Update to v1.1.1 v1.1.1 Pharap 2022-09-25 10:41:39 +0100
  • 79ef8398f3
    Fix bug in IdentityMask calculation (#99) Pharap 2022-09-25 10:37:25 +0100
  • 59ea642571
    Fix bug in IdentityMask calculation #99 Pharap 2022-09-25 10:35:47 +0100
  • 5411bf0a73
    Delete LICENSE Pharap 2022-09-25 10:33:43 +0100
  • 0e631fe210
    Update bug-report.md Pharap 2022-09-25 10:26:49 +0100
  • 3485574499 Only include Arduino.h when we compile to device. #97 Daniel Armyr 2021-09-05 20:18:22 +0200
  • 6a5715f969
    Ad removed a comma that should have been removed before. ArmyAntSEC 2021-09-05 16:19:11 +0200
  • ed585169bf
    Removed the platform limiation as this libray should build on all platforms. ArmyAntSEC 2021-09-05 16:12:37 +0200
  • e5103ac2eb
    Update to v1.1.0 v1.1.0 Pharap 2021-04-07 04:23:02 +0100
  • 5eadcbadf3
    Add integer conversion operators (#94) Pharap 2021-04-07 04:21:14 +0100
  • 1c404fec6c
    Add integer conversion operators #94 Pharap 2021-04-07 04:19:18 +0100
  • ea71949e81
    Add conversion operators for SFixed and UFixed (#93) Pharap 2021-03-26 22:26:27 +0000
  • dad71861c8
    Add conversion operators for SFixed and UFixed #93 Pharap 2021-03-26 20:43:17 +0000
  • 109d1d21fd
    Add postincrement and postdecrement operators (#86) Pharap 2021-03-26 12:43:15 +0000
  • 8a8aae6afa
    Add postincrement and postdecrement operators #86 Pharap 2021-03-26 12:33:46 +0000
  • d8c2300585
    Fix shift overflow bug in ++ and -- (#85) Pharap 2021-03-26 12:21:08 +0000
  • 97cf93b113
    Fix shift overflow bug in ++ and -- #85 Pharap 2021-03-26 12:18:09 +0000
  • 892df22ee8
    Implement bitwise shift operators (#82) Pharap 2021-03-25 09:54:07 +0000
  • 9ef3a6e418
    Implement bit-shift operators #82 Pharap 2021-03-25 09:47:16 +0000
  • af74462255
    Create pull_request_template.md (#81) Pharap 2021-03-25 08:29:28 +0000
  • f20a2e20c5
    Create pull_request_template.md #81 Pharap 2021-03-25 08:27:57 +0000
  • 1431544444
    Improve issue templates (#80) Pharap 2021-03-25 07:56:25 +0000
  • 7694c0ebf4
    Update feature-request.md #80 Pharap 2021-03-25 07:55:16 +0000
  • ddaae5f7d5
    Update bug-report.md Pharap 2021-03-25 07:55:12 +0000
  • fab9c91b33
    Create issue templates (#79) Pharap 2021-03-25 07:12:21 +0000
  • 70ec8dcf4b Create issue templates #79 Pharap 2021-03-25 07:11:47 +0000
  • 00ce47ffed
    Update to v1.0.8 v1.0.8 Pharap 2021-03-25 04:02:50 +0000
  • d84ac2517b
    Update licence year (#77) Pharap 2021-03-25 04:01:10 +0000
  • 4d22b40128
    Update licence year #77 Pharap 2021-03-25 04:00:09 +0000
  • 0954fd423f
    Disable random numbers for non-AVR targets (#74) Pharap 2021-03-25 03:36:51 +0000
  • 57f210723a
    Disable random numbers for non-AVR targets #74 Pharap 2021-03-25 03:34:31 +0000
  • 36c5368696
    Remove redundant inline specifiers (#72) Pharap 2021-03-25 02:25:05 +0000
  • e9f532f93c
    Remove redundant inline specifiers #72 Pharap 2021-03-25 02:22:43 +0000
  • 61cd656073 Support ESP32 like ESP8266 #71 Juerd Waalboer 2021-01-28 02:12:43 +0100
  • 95dba437d7 Add support for casting UFixed to SFixed and vice versa #67 Dirk Petrautzki 2020-09-04 11:01:45 +0200
  • 0be7375662 Add support for post increment and decrement #69 Dirk Petrautzki 2020-09-04 09:58:13 +0200
  • 8d0ef25aec
    Correct minor mistakes Pharap 2019-11-19 20:52:37 +0000
  • daae25615f
    Ensure that 'static' comes before 'constexpr' (#65) Pharap 2019-09-30 18:54:09 +0100
  • b395155a1a
    Ensure that 'static' comes before 'constexpr' #65 Pharap 2019-09-30 18:52:13 +0100
  • 080ffa2f5d
    Remove redundant consts (#64) Pharap 2019-09-30 18:48:59 +0100
  • 0b70a0cb2a
    Remove redundant consts #64 Pharap 2019-09-30 18:48:00 +0100
  • 15b1b3010e
    Remove void in zero-parameter functions (#63) Pharap 2019-09-30 18:43:21 +0100
  • 531b6932d7
    Remove void in zero-parameter functions #63 Pharap 2019-09-30 18:40:55 +0100
  • b322451f2e
    Add FManga's Pod Manager to the Project Showcase Pharap 2019-09-16 02:58:06 +0100
  • 188cf04fce
    Improve wording of licence requirements Pharap 2018-10-28 14:26:02 +0000
  • bc6a2b7d02
    Add pure fractional specialisations pure-fractional-specialisation Pharap 2018-06-08 16:55:26 +0100
  • 7b877680bd Remove reference to nonexistant template variable add-0-integer-specialisation Pharap 2018-06-06 15:21:53 +0100
  • 149be22335 Add missing undef Pharap 2018-06-06 15:21:02 +0100
  • d11aaecd60 Fix accidental deletion Pharap 2018-06-04 19:50:26 +0100
  • 8cc3094f7b Test commit of 0 integer fixed points Pharap 2018-06-04 19:48:36 +0100
  • fb3f82fd72
    Improve operator generation macros (#58) Pharap 2018-06-06 17:48:23 +0100
  • 21dac61955
    Improve operator generation macros #58 Pharap 2018-06-06 17:44:19 +0100
  • 096cd8cc83
    Improve ternary consistency within Utils.h (#57) Pharap 2018-06-04 14:38:00 +0100
  • 84a68e16ec
    Improve ternary consistency within Utils.h #57 Pharap 2018-06-04 14:36:49 +0100
  • 299199c98b
    Update to v1.0.7 v1.0.7 Pharap 2018-06-02 13:49:16 +0100
  • 4126403121
    Update licence year (#54) Pharap 2018-06-02 08:02:39 +0100
  • 63e553b345
    Update licence year #54 Pharap 2018-06-02 07:59:50 +0100
  • 64c83ca5ce
    Reorganise constants and type aliases (#53) Pharap 2018-05-31 23:36:28 +0100
  • 4e89edbd06
    Reorganise constants and type aliases #53 Pharap 2018-05-31 20:19:20 +0100
  • 4d3f82c3ca
    Fix width of integer literal in Scale definition (#52) Pharap 2018-05-31 19:58:14 +0100
  • e7c235ab7f
    Fix width of integer literal in Scale definition #52 Pharap 2018-05-31 19:45:04 +0100
  • 529692d81c
    Change member constants to uintmax_t (#51) Pharap 2018-05-31 19:37:42 +0100
  • 6dc1474efb
    Change member constants to uintmax_t #51 Pharap 2018-05-31 19:35:23 +0100
  • 6054d11516
    Remove UFixedBase and SFixedBase (#46) Pharap 2018-05-29 01:04:30 +0100
  • 21a2b8bd19
    Delete UFixedBase.h #46 Pharap 2018-05-28 22:35:32 +0100
  • 243517c5c8
    Delete SFixedBase.h Pharap 2018-05-28 22:35:28 +0100
  • dbb52bf837
    Remove UFixedBase and SFixedBase Pharap 2018-05-28 22:35:13 +0100
  • ff3308fd96
    Remove superfluous constructors (#45) Pharap 2018-05-28 20:30:47 +0100
  • 20881861c6
    Remove superfluous constructors #45 Pharap 2018-05-28 20:28:09 +0100
  • 0d064ef75d
    Fix bug in definition of UFixedBase::IntegerType (#39) Pharap 2018-05-28 13:30:18 +0100
  • d5639301b2
    Fix bug in definition of UFixedBase::IntegerType #39 Pharap 2018-05-28 13:27:03 +0100
  • d0c20218ca
    Add long double conversion operator (#34) Pharap 2018-04-04 08:18:26 +0100
  • fb035f7e0f
    Add long double conversion operator #34 Pharap 2018-04-04 08:14:01 +0100
  • fc3de879b1
    Update licence (#33) Pharap 2018-04-04 08:02:23 +0100
  • 3613637696
    Update LICENCE #33 Pharap 2018-04-04 08:01:12 +0100
  • c2cc99b052
    Update LICENSE Pharap 2018-04-04 08:00:16 +0100
  • e5ac682a12
    Fix bug in roundFixed (#32) Pharap 2018-04-04 07:51:32 +0100
  • 784482387d
    Fix bug in roundFixed #32 Pharap 2018-04-04 07:47:49 +0100
  • c3994a06d5
    Update to v1.0.6 v1.0.6 Pharap 2018-03-20 23:29:22 +0000
  • ca8df686ea
    Add simple preliminary FAQ (#27) Pharap 2018-03-20 15:35:59 +0000
  • 8a98bd8629
    Add descriptive error for multiplication (#26) Pharap 2018-03-20 15:35:49 +0000
  • 7264c4d7ae
    Add simple preliminary FAQ #27 Pharap 2018-03-20 15:31:59 +0000
  • b6945ec851
    Add descriptive error for multiplication #26 Pharap 2018-03-20 15:20:41 +0000
  • 39d259cb03
    Add Project Showcase (#25) Pharap 2018-03-19 17:17:31 +0000
  • 0e3050bd47
    Add Project Showcase #25 Pharap 2018-03-19 17:16:00 +0000
  • daee1128a7
    Replace inferred literal types (#24) Pharap 2018-03-19 16:39:31 +0000
  • 2f07aa0e7c
    Replace inferred literal types #24 Pharap 2018-03-17 12:11:56 +0000
  • a2660d2cec
    Update to v1.0.5 v1.0.5 Pharap 2018-02-24 03:01:29 +0000
  • 8d308632a5
    Add Arduino Due support (#16) Pharap 2018-01-24 22:21:13 +0000
  • 5880da2e35
    Add Serial.begin for boards that need it (#15) Pharap 2018-01-24 22:21:00 +0000
  • b7e2ad1041
    Add Arduino Due support #16 Pharap 2018-01-24 22:20:30 +0000
  • a45d3e5376
    Add Serial.begin for boards that need it #15 Pharap 2018-01-24 22:18:35 +0000
  • 05f8ae0c83
    Remove Min and Max functions (#14) Pharap 2018-01-24 19:19:18 +0000