Commit Graph

  • c7e7222140 Legacy: Ensure stddef.h is present for size_t Paul Hollinsky 2021-08-05 15:07:02 -0700
  • 6241996a58 RAD-Star 2: Fix invalid serial numbers being reported Paul Hollinsky 2021-07-06 19:31:44 -0400
  • 84c6b202c7 RAD-Star 2: Fix invalid serial numbers being reported Paul Hollinsky 2021-07-06 19:31:44 -0400
  • 16b88b7787 macOS: PCAP: Fix typo Paul Hollinsky 2021-07-05 23:54:15 -0400
  • 0c67cdf078 macOS: PCAP: Fix typo Paul Hollinsky 2021-07-05 23:54:15 -0400
  • bb65e37841 Merge branch 'master' into v0.3.0-dev Paul Hollinsky 2021-06-17 21:07:50 -0400
  • 02c14aeb35 macOS: PCAP: Add code necessary for device discovery Paul Hollinsky 2021-06-17 21:07:22 -0400
  • ca83d7c4f2 Fixed ValueCan4 Industrial settings interpretation. Description: Possibly was an type - casting was done different structure. Was not possible to determine or setup settings for ValueCan4 Industrial. Tomasz Ziobrowski 2021-06-17 00:36:22 +0200
  • 718c2a3a72 Merge branch 'master' of https://github.com/intrepidcs/libicsneo Tomasz Ziobrowski 2021-06-17 00:38:13 +0200
  • 14d196cff0 Fixed ValueCan4 Industrial settings interpretation. Description: Possibly was an type - casting was done different structure. Was not possible to determine or setup settings for ValueCan4 Industrial. Tomasz Ziobrowski 2021-06-17 00:36:22 +0200
  • 4da5f63e57 Update README.md sbo79 2021-06-15 20:18:43 +0200
  • 37d06807e4 POSIX: PCAP: Update inferface name to match Windows implementation Paul Hollinsky 2021-06-15 19:08:19 -0400
  • b13a33f0be Windows: PCAP: Less verbose name for the interface Paul Hollinsky 2021-06-15 19:06:49 -0400
  • 85bc999198
    Update README.md sbo79 2021-06-15 20:18:43 +0200
  • af2c30885b Added support for MinGW32 - to be working with qticsneo Tomasz Ziobrowski 2021-06-15 20:15:08 +0200
  • 3cff831c6b Examples: C++: Correct compilation in a C++20 project Paul Hollinsky 2021-06-14 14:42:37 -0400
  • a8562aca60 API: Legacy: Make icsneoFindDevices edge cases match icsneo40 Paul Hollinsky 2021-06-14 14:41:54 -0400
  • e5bf87ba7d Merge branch 'master' into v0.3.0-dev Paul Hollinsky 2021-06-11 18:54:36 -0400
  • da4ab6ef62 API: Legacy: Fix MSVC build issues Paul Hollinsky 2021-06-11 18:44:33 -0400
  • a9840028ff Windows: DynamicLib: DLLExport before _stdcall for Legacy Paul Hollinsky 2021-06-11 18:43:33 -0400
  • 4b7cb28bdf API: Legacy: Disable octal mappings for non-stubbed functions Paul Hollinsky 2021-06-11 18:42:33 -0400
  • c888aad5ae VersionPacket: Use C++11 function signature Paul Hollinsky 2021-06-11 18:40:50 -0400
  • 8c9d3a5e6a Merge branch 'master' into v0.3.0-dev Paul Hollinsky 2021-06-11 15:40:42 -0400
  • 4588cb55fa POSIX: DynamicLib: Force visibility of exports in case of -fvisibility=hidden Paul Hollinsky 2021-06-11 15:20:41 -0400
  • 9b2eae4a6c API: Legacy: Fix icsneoFindDevices Paul Hollinsky 2021-06-11 15:19:40 -0400
  • 45c879c2b6 API: Legacy: Update def file with the correct ordinals Paul Hollinsky 2021-06-11 13:52:09 -0400
  • a43c0117d6 API: C: Check nullptr in icsneo_serialStringToNum Paul Hollinsky 2021-06-11 13:06:47 -0400
  • f3e456e7ea API: Legacy: Fix build issues caused by the merge Paul Hollinsky 2021-06-11 13:05:39 -0400
  • 843fa92564 API: Legacy: Add standard DLLExport to LegacyDLLExport Paul Hollinsky 2021-06-11 12:39:20 -0400
  • 34f7bfabd2 API: Legacy: Remove unused variable Paul Hollinsky 2021-06-11 12:36:37 -0400
  • d82a069842 API: Legacy: Add icsneoOpenDevice David Rebbe 2021-06-07 17:03:56 -0400
  • 9e70a9d51f API: Legacy: Implement functions necessary for J2534 Sangeetha Hariharasudhan 2019-04-23 20:35:49 -0400
  • 4095f23ded Settings: Make getBaudrateFor work for SWCAN and LSFTCAN Paul Hollinsky 2021-06-01 22:40:26 -0400
  • 1b7db51a45 Windows: PCAP: Fix Npcap loading for _UNICODE Paul Hollinsky 2021-05-30 03:02:41 -0700
  • 165eb0f8a2 Windows: Correct dynamic load helper when _UNICODE is defined Paul Hollinsky 2021-05-30 02:57:18 -0700
  • ed94012046 Examples: Interactive C: Fix initializers Paul Hollinsky 2021-05-30 02:55:00 -0700
  • 7b7320bc27 Support the RAD-Epsilon Paul Hollinsky 2021-05-28 18:10:16 -0400
  • 19aabdfacf POSIX: PCAP: Cancel after pcap_breakloop() to EINTR out of poll() Paul Hollinsky 2021-05-27 22:47:44 -0400
  • b340d167dc Support the neoVI RED 2 Paul Hollinsky 2021-05-27 22:47:36 -0400
  • d4f6c12394 CANPacket: Fix invalid length check Paul Hollinsky 2021-05-25 17:23:41 -0400
  • 4e901676d2 Added icsneoOpenDevice. David Rebbe 2021-06-07 17:03:56 -0400
  • ffe2d34799 Settings: Make getBaudrateFor work for SWCAN and LSFTCAN Paul Hollinsky 2021-06-01 22:40:26 -0400
  • 71fc039689 Windows: PCAP: Fix Npcap loading for _UNICODE Paul Hollinsky 2021-05-30 03:02:41 -0700
  • 496a007da3 Windows: Correct dynamic load helper when _UNICODE is defined Paul Hollinsky 2021-05-30 02:57:18 -0700
  • cf8bcd1d63 Examples: Interactive C: Fix initializers Paul Hollinsky 2021-05-30 02:55:00 -0700
  • bda37e31f3 Support the RAD-Epsilon Paul Hollinsky 2021-05-28 18:10:16 -0400
  • c12330eec4 POSIX: PCAP: Cancel after pcap_breakloop() to EINTR out of poll() Paul Hollinsky 2021-05-27 22:47:44 -0400
  • 04e7bfd1af Support the neoVI RED 2 Paul Hollinsky 2021-05-27 22:47:36 -0400
  • ed5132e852 CANPacket: Ensure correct padding when padding by the DLC Paul Hollinsky 2021-05-25 22:19:03 -0400
  • 76b6ecbf04 CANPacket: Fix invalid length check Paul Hollinsky 2021-05-25 17:23:41 -0400
  • ad07af160c MSVC: Variable shadowing Paul Hollinsky 2021-05-22 11:31:19 -0400
  • 21bc4eeff2 Message: Create a type system so non-frame data can be represented Paul Hollinsky 2021-05-22 01:58:36 -0400
  • 21e93d1f73 CAN: Honor the specified dlcOnWire for transmit Paul Hollinsky 2021-05-21 17:38:00 -0400
  • b97f358a0f Settings: Extra Ethernet settings on ValueCAN 4 and RAD-Pluto Paul Hollinsky 2021-05-10 21:17:31 -0400
  • 6f8e073fd1 MultiChannelCommunication: Resolve MSVC constexpr warning Paul Hollinsky 2021-05-10 21:16:21 -0400
  • 07afbebc6d Settings: Resolve MSVC structure warnings Paul Hollinsky 2021-05-10 21:15:54 -0400
  • 9ba7320fd3 MSVC: Fix build warnings Paul Hollinsky 2021-05-05 12:51:52 -0400
  • f752924a36 Unaligned: Use correct MSVC define Paul Hollinsky 2021-05-05 12:32:29 -0400
  • 295ba490aa Settings: Mark termination enables as an unaligned ptr Paul Hollinsky 2021-05-05 03:38:58 -0400
  • 1bb114004e Remove unused parameters Paul Hollinsky 2021-05-05 02:40:00 -0400
  • e99107c1bc Device: Allow different Question options for OpenStatus Paul Hollinsky 2021-05-05 02:21:15 -0400
  • 82113f1a67 Settings: Better handling of the checksum Paul Hollinsky 2021-05-05 02:20:36 -0400
  • 0006f31844 Network: Mark Main51, OldFormat, and ReadSettings as Internal Paul Hollinsky 2021-05-05 02:18:22 -0400
  • 595cc36545 Device: Implement version handling Paul Hollinsky 2021-05-05 02:17:38 -0400
  • 8be3bbaee5 CMake: Use CMAKE_CXX_STANDARD_REQUIRED Paul Hollinsky 2021-05-05 02:16:01 -0400
  • 72bc5914a6 EthernetPacket: Allow 1 extra byte at the end of the packet Paul Hollinsky 2021-05-04 23:25:36 -0400
  • eca1110305 ValueCAN 4-2EL: Allow the Ethernet network while communicating over it Paul Hollinsky 2021-05-04 23:08:34 -0400
  • b104b34919 Device: Report whether the current driver supports DFU Paul Hollinsky 2021-05-04 22:53:28 -0400
  • 805ff4f549 ValueCAN 4-2EL: Device reqires PCAP to enumerate over Ethernet Paul Hollinsky 2021-05-04 22:39:33 -0400
  • 78e3eb18df Drivers: Rename STM32 to CDC ACM Paul Hollinsky 2021-05-04 22:37:16 -0400
  • 6d22b1e001 POSIX: STM32: Check re-enumeration by inode Paul Hollinsky 2021-05-04 22:22:30 -0400
  • b7c7d4349a Device: Extend open() API for long-running tasks Paul Hollinsky 2021-04-29 19:08:31 -0400
  • 3d4e0a27e3 Decoder: Pass on short Device messages Paul Hollinsky 2021-04-29 19:07:38 -0400
  • 0ce52f064b Event: Better error message for USB powered devices Paul Hollinsky 2021-04-29 18:15:56 -0400
  • f629125e67 Build: Allow inheritance of the C++ standard Paul Hollinsky 2021-04-29 18:08:01 -0400
  • a63d701839 Event: More user-friendly message for the packet decoding error Paul Hollinsky 2021-04-29 18:07:08 -0400
  • 622c5ee57a POSIX: STM32: Handle re-enumeration when changing modes Paul Hollinsky 2021-04-27 21:12:59 -0400
  • 5733300de6 Extensions: Auto-add linked extensions Paul Hollinsky 2021-04-27 21:12:24 -0400
  • 65a6fadd1d Device: Pull out communication close on open error Paul Hollinsky 2021-04-27 21:07:36 -0400
  • 8e2883bca9 MultiChannelCommunication: Use generic handleInput Paul Hollinsky 2021-04-23 22:34:32 -0400
  • f8355df770 Communication: Block destruction while inside redirectionFn Paul Hollinsky 2021-04-23 22:33:32 -0400
  • 218648ae5a Extensions: Offer an opportunity to communicate with a dead device Paul Hollinsky 2021-04-23 22:32:42 -0400
  • 4cd7bafca7 Device: Allow the suppression of disconnects from extensions Paul Hollinsky 2021-04-23 20:04:02 -0400
  • 6c1cbc9db8 Optional: Move optional-lite to the include/third-party directory Paul Hollinsky 2021-04-23 20:01:53 -0400
  • b7ce9819bd POSIX STM32: Handle large write payloads failing with O_NONBLOCK Paul Hollinsky 2021-04-23 17:06:16 -0400
  • 55ca6adee6 Communication: Allow redirection of reads Paul Hollinsky 2021-04-23 17:00:37 -0400
  • bb7719d185 POSIX Drivers: Clear disconnected status when closing Paul Hollinsky 2021-04-23 16:59:48 -0400
  • 4b12d3aa4d EventCallback: Convert indentation to tabs Paul Hollinsky 2021-04-22 13:29:56 -0400
  • bb322ad190 neoVI FIRE 2: MiscIO and EMiscIO Support Paul Hollinsky 2021-04-21 10:40:35 -0400
  • 92589c2ce7 Device: Make IO system thread-safe Paul Hollinsky 2021-04-21 10:04:25 -0400
  • 3b6b4f0541 C API: Expose icsneo_getNetworkByNumber Paul Hollinsky 2021-04-12 20:20:48 -0400
  • 40be68e744 C API: Add typedefs for neonetid_t and neonettype_t Paul Hollinsky 2021-04-12 20:20:07 -0400
  • e29d63b08c Add Keysight branding where applicable Paul Hollinsky 2021-04-12 19:01:43 -0400
  • d79f735df8 Settings: Fix an issue where read errors were not properly reported Paul Hollinsky 2021-04-11 22:37:44 -0400
  • e82b5d15e0 Support software controllable termination Paul Hollinsky 2021-04-11 22:13:51 -0400
  • c8bf1f26da Examples: C Interactive: Initialize product description to empty string Paul Hollinsky 2021-04-11 22:00:12 -0400
  • 9ba21d5dc7 C API: Digital IO function use stdbool.h Paul Hollinsky 2021-04-11 20:54:59 -0400
  • eb5a84132a EtherBADGE: Device only has one CAN channel Paul Hollinsky 2021-04-08 15:51:56 -0400
  • 66b0c91cea Settings: Add missing early return on error to getFDBaudrateFor Paul Hollinsky 2021-04-08 15:05:39 -0400
  • 7fdae15aed Network: Update DeviceStatus define to match the standard style Paul Hollinsky 2021-04-07 00:38:49 -0400