- Jul 01, 2016
-
-
Wouter Klijn authored
-
Wouter Klijn authored
Issue 34 parse errors when opening a file created in windows. Solution is a method that reads the lines in a windows and linux save manner. Includes a unit/regression tests toggling between red and green after the fix is applied.
-
- Jun 17, 2016
-
-
Vasileios Karakasis authored
-
- Jun 09, 2016
-
-
Wouter Klijn authored
Use "" for local includes Use <> for includes from include directories
-
- Apr 22, 2016
-
-
Vasileios Karakasis authored
+ some other minor improvements.
-
- Apr 18, 2016
-
-
Vasileios Karakasis authored
-
Vasileios Karakasis authored
+ converted swc_record::kind to an ``enum class``
-
- Apr 12, 2016
-
-
Benjamin Cumming authored
-
Vasileios Karakasis authored
Fixes issue #8.
-
- Mar 10, 2016
-
-
Vasileios Karakasis authored
All tests are adjusted accordingly and swc_read_cells() is now removed.
-
Vasileios Karakasis authored
Notable difference: parse_record() now throws only an swc_parse_error. In case of an invalid_argument raised by the cell_record constructor, this is caught and rethrown as a swc_parse_error with line information attached.
-
- Mar 08, 2016
-
-
Benjamin Cumming authored
-
- Mar 07, 2016
-
-
Vasileios Karakasis authored
-
- Feb 10, 2016
-
-
Benjamin Cumming authored
-
- Feb 03, 2016
-
-
Vasileios Karakasis authored
Moved SWC parser's and cell record's implementation details to a separate file. Also added braces around single-line control/loop blocks.
-