1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00
Commit Graph

27 Commits

Author SHA1 Message Date
Tom Collins
804eebf180 Revert "dont compile examples"
This reverts commit d681054a1d.
2020-06-24 18:21:34 -07:00
Tom Collins
ce7e4f0f4a Merge remote-tracking branch 'Compy/dev' into dev
# Conflicts:
#	CMakeLists.txt
2020-06-24 18:21:13 -07:00
Tom Collins
213c69dfc1 build: make non-MSVC executables statically linked
When building in MSYS2/MinGW64, I was missing multiple DLLs necessary
to run the EXE files from a command prompt.
2020-06-23 22:41:05 -07:00
Tom Collins
60c6859c35 build: allow relative paths in LINK_DIRECTORIES 2020-06-23 22:36:20 -07:00
Tom Collins
b99197953a build: allow for setting EXTRA_INC and EXTRA_LINK
Can now actually set these with the -D command line option.
2020-06-23 22:33:19 -07:00
Jimmy Lipham
3e2aecdb64 Adding cross-compilation support 2020-05-16 14:55:20 -05:00
darren
dfe55cf217 changes for latest yaml-cpp and CPP 11 2019-05-29 14:06:19 -07:00
Jan Kantert
d681054a1d dont compile examples 2016-02-10 18:15:15 +01:00
Gerry Stellenberg
2277042664 Changed ver to 2.0 2013-07-18 15:10:36 -05:00
Gerry Stellenberg
718c695a87 Merge branch 'dev' of github.com:preble/libpinproc into dev 2013-07-02 23:14:10 -05:00
Gerry Stellenberg
a9f35706da Changes for p3-roc 2013-06-25 18:54:54 -05:00
Roy Eltham
9715bdfd44 Minor change to make project name compatible with VS 2010
Visual Studio 2010 doesn't like the '/' character in the project names.
2013-02-27 10:01:04 -08:00
Gerry Stellenberg
af1c5b3c42 ver 1.2 for release to master. 2012-11-06 15:13:45 -06:00
Gerry Stellenberg
a7130131f3 More tweaks for MSVC support, and eliminated deprecated conversion warnings from pinprocfw.cpp. 2011-01-16 18:06:29 -06:00
Gerry Stellenberg
aa1d3649ba Additional tweaks for MSVC DLL's 2011-01-16 09:36:26 -06:00
Gerry Stellenberg
9af691d70a Continued improvements for MSVC builds. Reworked CmakeLists.txt and simplified ifdefs in PRHardware.cpp 2011-01-10 17:01:51 -06:00
Gerry Stellenberg
bd90c25148 'sudo make install' now puts pinproc.h in a p-roc/ subdirectory in the include folder. 2010-12-29 15:12:33 -06:00
Gerry Stellenberg
b0ce54293f Adjusted version to 0.9, and fixed use of LIB_TYPE so people can optionally do a shared library build with -DLIBI_TYPE=SHARED. 2010-12-28 09:47:01 -06:00
Gerry Stellenberg
f3ad533059 Adjusted CMakeLists.txt to allow #include <pinproc.h> to work. 2010-12-27 12:05:34 -06:00
Gerry Stellenberg
cc1ba5295d Added install targets and version info. 2010-12-27 12:02:12 -06:00
Gerry Stellenberg
41fa8ce002 Added alphanumeric display test code. 2010-11-19 16:26:07 -06:00
preble
4375cf0fd1 Very minor libpinproc build instruction update. 2009-11-15 11:53:18 -05:00
gstellenberg
334a10f9cf Added if(WIN32) to set up windows builds to use ftd2xx and others to use usb and ftdi 2009-10-30 22:12:50 -05:00
gstellenberg
6b810edd78 Added pinprocfw, a utility to verify/update the P-ROC's firmware (FPGA image). 2009-06-28 22:33:02 -05:00
Adam Preble
301f3aa26b Split out pinproctest into module-related files. 2009-05-30 16:43:15 -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