Commit graph

332 commits

Author SHA1 Message Date
IOhannes m zmölnig
10e9a84cea add more copyright holders 2022-03-21 10:35:40 +01:00
IOhannes m zmölnig
c1c26bc89d bump changes 2022-03-21 10:35:30 +01:00
IOhannes m zmölnig
620021f0f5 alignment 2022-03-21 10:27:19 +01:00
IOhannes m zmölnig
d0fafb8e55 allow the user to re-enable input processing
just in case somebody needs the old behaviour
2022-03-21 10:27:06 +01:00
IOhannes m zmölnig
a679b2d459 rename x->verbose to x->x_verbose
it's really a Pd-specific member (as opposed to comport-specific)
2022-03-21 10:17:27 +01:00
IOhannes m zmölnig
9a390dd34d document x->verbose 2022-03-21 10:15:56 +01:00
IOhannes m zmölnig
38ceccda20 set_hupcl() is always implemented, so n oneed to #ifdef its invocation 2022-03-21 10:15:47 +01:00
IOhannes m zmölnig
cb4ccec942 use (t_bool) for boolean values 2022-03-21 10:15:21 +01:00
IOhannes m zmölnig
c1f00275dd use (int) for x->rxerrors 2022-03-21 10:10:13 +01:00
IOhannes m zmölnig
7cea55b373 use (int) for parity_bits 2022-03-21 10:09:09 +01:00
IOhannes m zmölnig
178bb339bf rename variables
so we have raw and cooked values separately
2022-03-21 10:07:32 +01:00
IOhannes m zmölnig
25186d308c use (int) for data_bits 2022-03-21 09:58:03 +01:00
IOhannes m zmölnig
561172f3f6 use "int" for baudrate
rather than both float and t_float (and use pointercasets...)
2022-03-21 09:53:56 +01:00
IOhannes m zmölnig
fb54e0fac8 re-grouped members for better readability 2022-03-21 09:43:42 +01:00
IOhannes m zmölnig
7db31d1ae4 whitespace 2022-03-21 09:40:46 +01:00
IOhannes m zmölnig
36cff9839a drop unused members 2022-03-21 09:39:52 +01:00
IOhannes m zmölnig
4fcbc3dcb1 Merge remote-tracking branch 'ressi/input-fix' 2022-03-21 09:30:22 +01:00
IOhannes m zmölnig
578ce681c5 mention what this is about in bird-help.pd 2022-03-21 09:25:37 +01:00
IOhannes m zmölnig
9bd005ba5b build [flock] if "with-bird=yes"
we don't disable it by default, in order to keep confusion low.
practically no one still has the device, and the help-patch is rather
low-leverl.
2022-03-21 09:25:08 +01:00
IOhannes m zmölnig
fe0da7ddd6 alignment 2022-03-21 09:24:08 +01:00
IOhannes m zmölnig
85077f6c08 drop unused files 2022-03-21 09:13:03 +01:00
IOhannes m zmölnig
3c460d2b46 squelch unused-parameter warnings 2022-03-21 09:08:29 +01:00
IOhannes m zmölnig
5a56bbf7cd fix constness in bird.c 2022-03-21 09:05:14 +01:00
IOhannes m zmölnig
ebd8348497 use pd_error() instead of error() 2022-03-21 09:03:24 +01:00
IOhannes m zmölnig
0fe7f81a66 fix spelling errors 2022-03-21 09:00:03 +01:00
IOhannes m zmölnig
dea8322668 Merge commit 'd187d4792978ceb4bcc8e68bd347f13fca24f11c' 2022-03-21 08:58:07 +01:00
IOhannes m zmölnig
434e36011a [ci] use central gitlab-iem.yml 2022-03-21 08:55:58 +01:00
Christof Ressi
3aef7dadd5 disable input processing to prevent CR -> NL substitution 2021-11-06 22:26:17 +01:00
katjav
e6cff665a3 Defer expansion of variable shared.ldflags
Fixes issue #64 ("shared.ldflags broken when building with
helper-library"), a regression introduced with commit
a6975e91 ("Reorder makefile sections"). Name of shared.lib was no
longer expanded after reordering sections.
2020-03-11 18:39:46 +01:00
IOhannes m zmölnig
3eb4832aaf Also test for tilde-object 2020-03-10 12:18:43 +01:00
IOhannes m zmölnig
3f45bcc553 remove accidentally in/excluded stuff 2020-03-10 11:59:25 +01:00
IOhannes m zmölnig
9bd01a2f41 test-case for sources in subdirs 2020-03-09 12:22:30 +01:00
IOhannes m zmölnig
b96e3692e0 delete empty lines before EOL 2020-03-09 10:52:41 +01:00
IOhannes m zmölnig
9b1ba69e7e take multi-arch extensions for shared-libraries into account when testing 2020-03-08 22:19:03 +01:00
IOhannes m zmölnig
f148feecff drop double-/ as path-delimiter 2020-03-08 22:10:52 +01:00
katjav
e2cf0bdce3 Facilitate multiple platform co-installation of shared lib
This resolves issue #58 and replaces pull request #59.
2020-03-08 20:14:19 +01:00
katjav
a6975e9104 Reorder makefile sections (evaluate file names after target platform)
This solves the issue where platform-dependent class inclusion
could not work (#61). Also it seems a more logical order of
evaluation in general because binary file extensions are platform-
dependent.
2020-03-08 11:25:43 +01:00
IOhannes m zmölnig
a10a5b50ad simple 'runcheck' target that tries to open all .pd patches 2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
b975a90c55 C++ example project 2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
c52b97e770 buildcheck/installcheck targets for the _template_ project 2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
965d135bec fix description of how to include the Makefile.pdlibbuilder in real-world projects 2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
12c0d1cc87 simplified master-test Makefile with pd-lib-builder magic 2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
00dc51cc11 Added READMEs to the test-cases 2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
ae74bda944 fixed typos/omissions/leftovers/...
thanks @lucarda
2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
3b3b5d2839 a library that uses shared resources 2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
22d9ae409b multifor: extended libraries with 'define for<System>' 2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
df62eae454 added buildcheck/installcheck 2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
64140c7f69 added 'buildcheck/installcheck targets 2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
b8763a8e4b first examples: single object, multitple objects, multiobject-library 2020-03-07 22:05:19 +01:00
IOhannes m zmölnig
5c2b6d2910 fixed object-name in template 2020-03-07 22:05:19 +01:00