logic: Follow symbolic links to directoris within source paths

* Follow symbolic links to files and references by default now
* Fixed crash on self-referencing symbolic links

bug id = 205
This commit is contained in:
Eberhard Graether
2016-09-28 15:26:43 +02:00
parent d70079825a
commit 52fb2ae6f6
10 changed files with 124 additions and 104 deletions
+1
View File
@@ -0,0 +1 @@
../Settings
+1
View File
@@ -0,0 +1 @@
../main.cpp
+1
View File
@@ -0,0 +1 @@
self
@@ -0,0 +1,4 @@
void test()
{
}
@@ -0,0 +1,4 @@
class Test
{
};