- 16 Aug, 2018 5 commits
-
-
Artem Shinkarov authored
-
Artem Shinkarov authored
-
Artem Shinkarov authored
-
Artem Shinkarov authored
-
Hans-Nikolai Viessmann authored
Functional tests with gtest See merge request sac-group/sac2c!57
-
- 15 Aug, 2018 1 commit
-
-
Hans-Nikolai Viessmann authored
Fix ipdd pogo bug See merge request sac-group/sac2c!42
-
- 14 Aug, 2018 9 commits
-
-
-
-
-
-
-
-
-
- test-condfun.nostdlib.sac.
-
-
- 13 Aug, 2018 3 commits
-
-
- 02 Aug, 2018 7 commits
-
-
Artem Shinkarov authored
-
Artem Shinkarov authored
-
Artem Shinkarov authored
This is a first example on using gtest for testing individual aspects of traversals. This isn't yet perfect, but it is a good starting point.
-
Artem Shinkarov authored
Otherwise, C++ emmits a warning that conversion from (const char *) to (char *) is not allowed.
-
Artem Shinkarov authored
Some of the tests do not pass, as there are bugs in the implementation of string functions.
-
Artem Shinkarov authored
-
Artem Shinkarov authored
With the use of gtest, we will write tests in C++, so we could have specified C, CXX as languages, but I don't see any reason to do this.
-
- 30 Jul, 2018 1 commit
-
-
Hans-Nikolai Viessmann authored
update HWLOC dependence for DEB package See merge request !54
-
- 28 Jul, 2018 1 commit
-
-
Hans-Nikolai Viessmann authored
Use stdbool.h for the bool type definition. See merge request !56
-
- 27 Jul, 2018 2 commits
-
-
Artem Shinkarov authored
-
Artem Shinkarov authored
-
- 09 Jul, 2018 1 commit
-
-
Hans-Nikolai Viessmann authored
The previously given dependency for the DEB packages was incorrect, as it did not install the headers - only the runtime library of hwloc.
-
- 27 Jun, 2018 1 commit
-
-
Hans-Nikolai Viessmann authored
CPACK fix (HWLOC dependency missing) See merge request sac-group/sac2c!53
-
- 26 Jun, 2018 2 commits
-
-
Hans-Nikolai Viessmann authored
also made minor fix cpack config
-
Hans-Nikolai Viessmann authored
-
- 14 Jun, 2018 4 commits
-
-
Hans-Nikolai Viessmann authored
Artem fuzzer fixes See merge request sac-group/sac2c!51
-
Artem Shinkarov authored
-
Artem Shinkarov authored
-
Artem Shinkarov authored
Otherwise, grep produces som nonsense.
-
- 12 Jun, 2018 3 commits
-
-
Artem Shinkarov authored
-
Artem Shinkarov authored
-
Artem Shinkarov authored
It is surprising, but we can define a ++/-- function with no parameters and call it is a normal function. The code that was handling the ++/-- (postfix operator resolution) was making an assumption that there is one argument.
-