Directory OMEdit/OMEditGUI/Debugger/Parser/

Total Files:
12
Deleted Files:
0
Lines of Code:
1294

[root]/OMEdit/OMEditGUI/Debugger/Parser

Lines of Code

OMEdit/OMEditGUI/Debugger/Parser/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 58 (100.0%) 188 (100.0%) 3.2
adeas31 13 (22.4%) 113 (60.1%) 8.6
sjoelund.se 23 (39.7%) 54 (28.7%) 2.3
hkiel 4 (6.9%) 12 (6.4%) 3.0
adrpo 4 (6.9%) 9 (4.8%) 2.2
hudson 14 (24.1%) 0 (0.0%) 0.0

Most Recent Commits

sjoelund.se 2015-05-03 09:58 Rev.: 25886

Rename libantlr3.a to libomantlr3.so

3 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Debugger/Parser: Makefile.omdev.mingw (+2 -2), Makefile.unix.in (+1 -1)
sjoelund.se 2015-05-03 08:55 Rev.: 25882

Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead

12 lines of code changed in 14 files:

  • OMEdit/OMEditGUI/Debugger/Parser: GDBMIOutput.g (+1), GDBMIParser.cpp (+1), GDBMIParser.h (+1), Makefile.common (+1), Makefile.lib.common (+1), Makefile.lib.omdev.mingw (+1), Makefile.lib.unix.in (+1), Makefile.omdev.mingw (+1), Makefile.unix.in (+1), README.txt (+1), SampleGDBMIOutput.txt (+1), main.cpp (+1)
sjoelund.se 2015-04-30 12:40 Rev.: 25841

Multiarch patch: install libraries to OMHOME/lib/<triplet>/omc
- This will allow users to install multiple versions of the simulation libraries at the same time

2 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Debugger/Parser: Makefile.common (+1 -4), Makefile.lib.common (+1 -1)
adeas31 2015-04-09 12:00 Rev.: 25463

- Removed unnecessary case.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/Parser: GDBMIParser.cpp (-10)
adrpo 2015-04-09 09:29 Rev.: 25455

- attempt to fix OMEdit build

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/Parser: GDBMIParser.cpp (+3 -3)
adeas31 2015-04-09 04:08 Rev.: 25451

- Handle lexer errors.

76 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Debugger/Parser: GDBMIParser.cpp (+73 -8), GDBMIParser.h (+3)
sjoelund.se 2015-02-26 20:55 Rev.: 24811

Avoid using "tuple" as a rule name (conflicts with c++)

7 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/Parser: GDBMIOutput.g (+7 -7)
sjoelund.se 2014-12-05 14:13 Rev.: 23674

Fix clean, log same times as with CORBA

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/Parser: Makefile.lib.common (+1 -2)
hkiel 2014-11-24 12:47 Rev.: 23525

- some fixes for successful compilation on rasberry pi (arm) or other slow machines
- fix some typos

12 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Debugger/Parser: Makefile.common (+2 -2), Makefile.lib.common (+2 -2), Makefile.lib.unix.in (+4 -1), Makefile.unix.in (+4 -1)
sjoelund.se 2014-11-16 10:59 Rev.: 23384

- Add capability to OMEdit to link directly against omc (gives a good performance increase especially if calling used functions directly without requiring parsing strings)
- Add OMCOutput parser to OMEdit, to parse the most common OMC Values.Value outputs (no records yet; only sequences and values); the output is a QVariant
- Update getClassInformation to use ModelicaBuiltin.mo
- Add a mockup of the OpenModelicaScriptingAPI.mo we should be able to create from ModelicaBuiltin.mo, and OMC_API.{cpp,h} that should be automatically generated Qt/C++ files corresponding to the same API

22 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Debugger/Parser: Makefile.common (+4 -3), Makefile.lib.common (+18 -3)
sjoelund.se 2014-09-18 10:56 Rev.: 22346

Do not re-run antlr every time

7 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/Parser: Makefile.lib.common (+7 -5)
adeas31 2014-08-27 04:05 Rev.: 22022

- Build antlr3.

20 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Debugger/Parser: Makefile.common (+11 -1), Makefile.lib.common (+9 -2)
adeas31 2014-08-27 03:47 Rev.: 22020

- build antl3config.h for Makefile.common also.
- Define ANTLR64.

12 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Debugger/Parser: Makefile.common (+6 -3), Makefile.lib.unix.in (+3), Makefile.unix.in (+3)
adrpo 2014-08-27 03:37 Rev.: 22019

- build antl3config.h if is not present

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Debugger/Parser: Makefile.lib.common (+6 -3)
adeas31 2014-08-27 03:04 Rev.: 22018

- Fix build.

5 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Debugger/Parser: Makefile.common (+1), Makefile.lib.common (new)
adrpo 2014-08-27 02:57 Rev.: 22017

- attempt to fix parallel compilation

0 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Debugger/Parser: Makefile.common (new)
adeas31 2014-08-27 01:56 Rev.: 22016

- Encoded ANTLR grammer in ANSI.

0 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Debugger/Parser: GDBMIOutput.g (new)
hudson 2014-08-27 01:13 Rev.: 22008

[Janitor mode] Set auto-props

0 lines of code changed in 14 files:

  • OMEdit/OMEditGUI/Debugger/Parser: GDBMIParser.cpp (new), GDBMIParser.h (new), Makefile.lib.unix.in (new), Makefile.unix.in (new), README.txt (new), SampleGDBMIOutput.txt (changed), main.cpp (new)
Generated by StatSVN 0.7.0