Commit graph

14 commits

Author SHA1 Message Date
Thomas Lauf
e15fcd30d0 Update copyright holders
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2019-10-18 10:59:16 +02:00
Thomas Lauf
d64017a7a6 Update copyright dates
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
2019-10-18 10:59:16 +02:00
Thomas Lauf
04adb50480 Add curly braces 2019-02-26 22:20:06 +01:00
Shaun Ruffell
01d1142480 #198: Add '%' to operator list in quote if needed.
Since the Lexer is looking for '%' as operators, it too needs to be quoted in
order to allow the data files to be parsed properly.
2019-02-26 21:56:55 +01:00
Simon Ruderich
2271bd9eea Use https:// link for opensource.org 2018-03-16 23:11:08 +01:00
Thomas Lauf
35e5098b51 Extract join function
- use join function for std::vector<std::string> from libshared
- add join function for std::set<std::string>
- add joinQuotedIfNeeded for std::set<std::string> and std::vector<std::string>
- add unit tests
- These functions could be replaced with templates and moved to libshared.
2018-01-05 14:25:57 +01:00
Lukas Barth
7e6c09c6e3 Quote tags containing underscores 2017-08-05 10:15:24 +01:00
Paul Beckingham
1d88ec386f util: Migrated osName to libshared 2017-01-08 11:43:16 -05:00
Paul Beckingham
80e9edb90f util: Made quoting more robust 2016-05-21 16:47:56 -05:00
Paul Beckingham
12fbf35349 util: Single-character operators also require quoting 2016-05-21 16:44:48 -05:00
Paul Beckingham
9a4bf75180 util: Don't quote an already-quoted string 2016-04-04 08:58:02 -04:00
Paul Beckingham
ebf9234006 util: Added ::quoteIfNeeded 2016-03-20 14:15:45 -04:00
Paul Beckingham
cbd3ea3c0d util: Added ::escape 2016-03-20 14:08:28 -04:00
Paul Beckingham
7e7661f593 Util: Added osName 2016-03-17 16:33:43 -04:00