1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

17 Commits

Author SHA1 Message Date
Tom Collins
7c202fc2f4 doc: update README 2020-08-18 13:13:16 -05:00
Tom Collins
624f7780a1 cmake: update minimum required version to 2.8.1
This is a reasonable requirement.  It allows removal of two OLD policies
and gives us consistent behavior for relative link directories.
2020-08-18 13:13:16 -05:00
Tom Collins
40b0d86be2 yaml: remove yaml-cpp dependency
`pinproctest` now takes machineType as it's command-line parameter.
2020-08-18 13:13:16 -05:00
Tom Collins
26600a3eaf doc: yaml-cpp now hosted on GitHub 2020-06-23 22:56:19 -07:00
preble
4375cf0fd1 Very minor libpinproc build instruction update. 2009-11-15 11:53:18 -05:00
gstellenberg
25471bc59d add ifdef to pinproctest.h for WIN32 to use local yaml.h. Adjust notes in markdown. 2009-10-31 00:28:13 -05:00
gstellenberg
0da5dc1e01 updated markdown with some Windows changes. 2009-10-30 22:36:33 -05:00
gstellenberg
4cb8c8d329 Fixed a typo in the Windows section and added instructions for building with the -fPIC compile option 2009-09-27 00:50:09 -05:00
gstellenberg
28c170baf4 README.markdown formatting changes 2009-07-12 22:44:43 -05:00
gstellenberg
676b470f62 Added temporary Windows build instructions 2009-07-12 22:41:55 -05:00
Adam Preble
f5a65921c9 Updated instructions to reflect libusb-1.0. More JD.yaml. 2009-06-21 15:36:18 -04:00
Adam Preble
1c70e5235f Updated yaml-cpp instructions to reflect new build location. 2009-05-27 21:11:36 -04:00
Adam Preble
059c096531 Updated pinproctest to load switches and coils from command-line specified YAML file.
Removed Makefiles.  Added instructions to install yaml-cpp in /usr/local so CMake can find it (relative paths == bad).
2009-05-26 23:36:09 -04:00
Adam Preble
dcd9c560d3 Added CMake building and instructions to README.markdown.
Removed YAML loading code from libpinproc.
2009-05-25 01:40:08 -04:00
Adam Preble
cd1b0462c5 Added excruciatingly rough implementation of PRLoadDefaultsFromYAML() and related items. 2009-05-22 01:51:52 -04:00
Adam Preble
c46d928ee3 Added new PRSwitchesUpdateSwitch() call, removed old PRSwitchesUpdateSwitches(). Added maintaining switch rules in memory. Fixed license formatting in README.markdown. 2009-05-20 20:17:00 -04:00
Adam Preble
0a0756c2b5 Initial commit. 2009-05-19 21:08:38 -04:00