432743b060
switched mResults over to a unique_ptr, because resetting the class directly with the default assignment operator broke its mutexes.
Marcus101102024-07-31 13:57:47 -07:00
9a0511d7f2
added missing include and removed forward declare, now that we're not using pointers for analyzer settings.
Marcus101102024-07-31 13:29:50 -07:00
df63389c46
Merge pull request #27 from saleae/fix/pid-mac-docs
MarkandGitHub2023-07-12 14:01:03 -07:00
dce5754d50
updated readme to clairify about PID
Marcus101102023-07-12 13:26:58 -07:00
d00c8eede6
Merge pull request #25 from saleae/macos_arm64
MarkandGitHub2023-07-07 10:15:03 -07:00
a1484037f9
added git as a prereq to the readme, since CMake needs it to download the AnalyzerSDK repo.
Marcus101102023-06-27 08:53:14 -07:00
166becf18d
fixed path error in example cmake commands.
Marcus101102023-06-26 16:46:32 -07:00
ede75b9905
updated readme to document apple silicon support. (Note, it won't work until the PR open on the AnalyzerSDK repo merges, and not until Logic 2 Apple Silicon support actually ships)
Marcus101102023-06-22 18:25:53 -07:00
02039e533d
Merge pull request #24 from forrestrae/api-doc-cleanup
MarkandGitHub2023-05-24 15:57:11 -07:00
077f3e8d38
Apply Marcus10110's suggestions from code review.
3722f7774b
minor improvements to readme: - link to api docs - external link to git tag instructions.
Marcus101102022-02-19 12:47:15 -08:00
2366f73382
updated Linux debug instructions after testing on Ubuntu 20
Marcus101102022-02-19 12:40:34 -08:00
7f32b0d9e9
Added section about unsigned MacOS binary downloads. Replaced MacOS debugging section with the (sad) truth about not being able to debug on MacOS. Autoformatted the readme.
Marcus101102022-02-19 12:12:25 -08:00
4e6534a003
minor changes to readme for upgrade process.
Marcus101102022-02-19 11:32:00 -08:00
62726c5505
added instructions for updating an analyzer to use the new system.
Marcus101102022-02-16 21:07:56 -08:00
5fcd435424
deleted the old documentation, and migrated the very old PDF API documentation into markdown, unfortunately it's still very out of date.
Marcus101102022-02-16 20:42:21 -08:00
eee4eebb2d
replaced the build system with cmake, and removed the old submodules. updated the readme updated the rename script
Marcus101102022-02-16 17:07:05 -08:00
cdb736e045
Added documentation. 1. Added the legacy PDF document, which is out of date, and will be removed once the documentation has been migrated to markdown and updated. 2. Created a new setup guide in markdown. Mostly complete, but it still needs updates to the MacOS XCode setup procedure.
Marcus101102017-05-12 11:45:52 -07:00
f0ed04d728
Properly implemented Protocol Search support for the sample analyzer. Also used recently added #define flag to disable or enable the protocol search code, based on the SDK version. Ideally this will allow the same code to compile for the legacy SDK or the latest SDK.
Marcus101102017-05-12 10:57:02 -07:00
1f647bee70
Updated Visual Studio Project - all variants now use the shared msvc runtime, to match the latest software, which also uses the shared msvc runtime. Previous releases statically linked this.
Marcus101102017-05-12 10:40:37 -07:00
c71b4cffd1
Updated readme to contain information about how to debug on Windows.
Marcus101102016-11-14 14:05:30 -08:00
f634e1abc8
updated the build_analyzer.py script on OSX, so that it now uses the AnalyzerSDK directory, and no longer assumes the AnalyzerSDK files are an extra directory above.
Marcus101102016-10-03 15:21:50 -07:00
47c4ac25f9
updated and added rename analyzer script, tested on Windows - works. added build analyzer script, but it will need to be updated to work since we moved the libraries. that needs to be fixed on Linux / osx. updated git ignore to remove another visual studio byproduct.
Marcus101102016-10-03 15:04:42 -07:00
2770b314a8
added Simple Serial Analyzer source and VS project.
Marcus101102016-10-03 14:08:53 -07:00