Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
LabComm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Anders Blomdell
LabComm
Compare revisions
6de6a6b8e1ba3f5b8f2d76ed079f922b4d91d6fd to master
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
Anders Blomdell / LabComm
Select target project
No results found
master
Select Git revision
Loading items
Swap
Target
Sven Gestegård Robertz / LabComm
Select target project
0 results
Searching
6de6a6b8e1ba3f5b8f2d76ed079f922b4d91d6fd
Select Git revision
Loading items
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source
402
eee385da
added rules for making compiler and lib
Dec 2, 2013
217809dd
small README
Dec 2, 2013
06f3a09b
forgot add
Dec 2, 2013
825efef0
added var array and string
Dec 2, 2013
b0bdfac4
updated OneShotServer
Dec 3, 2013
c3843099
re-enabled c# in Makefile
Dec 3, 2013
566e9ca8
hacked dynamic test to handle user types
Dec 5, 2013
8c29db74
Merge branch 'sven' of
ssh://knuth.cs.lth.se/home/sven/workspace/git/labcomm_core
into sven
Dec 5, 2013
047ba252
added todo and type argument to README
Dec 5, 2013
8f7951aa
versions for both with and without typedef
Dec 6, 2013
36753c06
default to type == sample
Dec 6, 2013
01128529
Phony commit to trigger post-update hook
Jan 23, 2014
d8e3e354
Phony commit to trigger post-update hook
Jan 23, 2014
7e0a91ce
started creating labcomm2006 for legacy interfaces
Feb 7, 2014
45b8e760
java version2006 written, not tested
Feb 7, 2014
81a9149b
version 2013 still works, version 2006 untested
Feb 7, 2014
e07ee97b
Merge branch 'master' into 2006
Feb 7, 2014
72af701b
generate three jar files for java lib; labcomm.jar with both versions, and...
Feb 7, 2014
118fb412
copied c lib and started working on version 2006
Feb 7, 2014
6e6d9700
non-working libc
Feb 7, 2014
588a5ccc
Java version 2006 working for simple example
Feb 7, 2014
7a3d1a76
C library ver 2006 works with examples/simple
Feb 14, 2014
2b1728f7
modified examples/simple to run both versions
Feb 14, 2014
d4d7a74e
moved version to labcomm.h and added check (sketch) in reader and writer
Feb 14, 2014
f2a50f98
added main program to test version mismatch
Feb 14, 2014
ec845d8b
added gitignore
Feb 14, 2014
6fc5eb7f
Merge branch 'master' into 2006
Feb 14, 2014
13d97334
experimental python implementation of coexistence of 2006 and 2013
Feb 15, 2014
f0710bb4
added LabComm2013 as default version for python encoder and decoder
Feb 15, 2014
bc52d70a
added example python encoder
Feb 15, 2014
50540219
Merge branch 'master' into 2006: python encode example
Feb 15, 2014
a6eda524
fixed python encoding example for multiple labcomm versions
Feb 15, 2014
71664f2d
added generation pure 2013 library
Feb 15, 2014
77030773
added generated files to .gitignore
Feb 16, 2014
f323b4a7
Archive builds with vx toolchain.
Mar 20, 2014
6e909d2c
started adding void test
Mar 21, 2014
b25d312c
added type check for void types
Mar 21, 2014
121b7a79
some simple tests of void type check performed
Mar 21, 2014
a0dfc2fa
added names to error messages
Mar 28, 2014
7670af15
updated test cases to leaving out value parameter for void samples
Mar 28, 2014
d0edc42d
added test-cases for compiler error checking of void types
Mar 28, 2014
d90ddbbf
fixed cut-and-paste typo
Mar 28, 2014
e86fc9b2
fixed twoway example, added struct typedef test
Mar 29, 2014
9ca60152
Merge branch 'versionCheck'
Mar 30, 2014
dadd6d29
Merge branch 'voidtest'
Mar 30, 2014
c701a906
More changes for vx.
Apr 1, 2014
9491d87f
Do not let labcomm use stderr (which is undefined on frida).
Apr 2, 2014
d48ff465
Removed calls through uninit. function pointer.
Apr 3, 2014
755aa4dc
Removed some prints.
Apr 3, 2014
4db0e690
Removed some debug prints.
Apr 10, 2014
83628a1f
Extended labcomm_compat_vxworks.h.
Apr 10, 2014
f9a94c57
Fixed some error reporting in the c implemantation of the decoder.
Apr 11, 2014
53336f6b
Enabled stdio for VxWorks and fixed a potential bug where null was used as a...
Apr 14, 2014
ee278550
Cleaned up error reporting in decoder.
Apr 16, 2014
05f371e2
Cleaned up the support for cross compilation of the C library.
Apr 16, 2014
ba524757
In the process of adding a copy function to the generated C code. It compiles now.
Apr 16, 2014
3eb8d574
Copying seems to work now.
Apr 17, 2014
b8888f6a
Added the wrong test file in the previous commit.
Apr 17, 2014
69ddc9d9
Added an assert to the copy tests.
Apr 17, 2014
5733eac5
Copy deallocation seems to work.
Apr 17, 2014
9fb85ef7
Added a test of labcomm_copy using multidim. array.
Apr 17, 2014
2d479b83
Fixed a problem with copy for strings.
Apr 18, 2014
b0442e6d
Added a copy-test and added some uncommitted definitions.
Apr 18, 2014
34e6831a
Made the copy-tests compile on osx.
Apr 18, 2014
3309c725
C library and copy functions works on Windows as well.
Apr 20, 2014
2e9193cf
Cleaned up the copy-aspect slightly.
Apr 21, 2014
695926ba
Fixed warning in makefile.
Apr 22, 2014
7ee6a039
Merge branch 'vx_c_copy' into vx
Apr 22, 2014
a9f19d71
Remove unused include to make LabComm compile with C++ compilers.
Apr 24, 2014
d4a29d93
Print better error messages on fatal error.
Apr 28, 2014
df72f303
Merge branch 'vx' of csgit:robotlab/labcomm-core into vx
Apr 28, 2014
902a557e
added test/compiler_errors to target test-compiler in top-level Makefile
May 2, 2014
886380c1
Merge vx into master.
May 3, 2014
af275d95
Made sure 'clean' removes all test-binaries. They are also ignored by git now.
May 3, 2014
5cf80f4b
'clean' missed some generated files.
May 3, 2014
7e2e5f6c
updated to new API w/ version parameter = 2013
May 16, 2014
d341c8ca
added RAPID to help text
Jun 25, 2014
a31dae65
Changed RAPID help text to be correct. (RTFC...)
Jun 25, 2014
6f97ea58
added user_types example (from explicit-types branch)
Jun 25, 2014
895cc66a
Added explanatory message to UnsupportedOperationException
Jun 25, 2014
5b2422b1
added simple example without typedefs
Jun 25, 2014
df2a18ef
added more messages to RAPID exceptions. added an example .lc file that works for RAPID
Jun 25, 2014
d411973e
Fixed NullPointerException in compiler for specifications using undefined usertypes.
Jul 24, 2014
69cb93b4
refactored compiler main method into separate methods
Sep 5, 2014
67618352
more minor refactoring
Sep 5, 2014
fcdd09bd
reorganized MODULES
Oct 7, 2014
2ba19677
Fixed examples/simple classpaths to use labcomm jars instead of creating class...
Oct 7, 2014
073a15e1
Merge branch 'master' of
ssh://git.control.lth.se/labcomm_core
Oct 7, 2014
36ec36fc
Added rules for proper 'make clean ; make distclean' in examples
Oct 7, 2014
f492d7da
Cleanup actions added.
Oct 9, 2014
7debb7ab
Some more cleanup
Oct 9, 2014
be8dc602
Merge branch 'andersb_20141009' of
ssh://git.control.lth.se/labcomm_core
into andersb_20141009
Oct 9, 2014
65120099
Some more cleanup
Oct 9, 2014
b35ee46b
Bumped version from 2013 to 20141009
Oct 10, 2014
14e29fd7
Make diagnostics go to stderr.
Oct 13, 2014
df9405e0
20141009 passes first tests, lots of cleanup still to do.
Oct 14, 2014
6ac4ee60
2006 tests passes
Oct 14, 2014
1812c7dc
Removed debugging cruft.
Oct 14, 2014
dba43eab
Major Java rename spree...
Oct 14, 2014
a42235a0
Removed some unused code from Java code generation.
Oct 14, 2014
302 additional commits have been omitted to prevent performance issues.
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Loading