* update to clang/llvm to 3.9 * update to qt 5.8 * fixed windows javapathdetector for 64 bit java. * added LibGui as dependency to tests * fixed legacy Java 6 install necessary on MacOS * fixed setting of user path for 64 bit build * added missing pngs to windows installer * renamed graph zoom button images * reverted moving of setupLogging call to fix crash on deployed exe fortune cookie message = An old acquaintance will enter your life.
59 lines
1.1 KiB
Plaintext
59 lines
1.1 KiB
Plaintext
/build/
|
|
/distr/
|
|
/deps/
|
|
|
|
/bin/app/Debug/
|
|
/bin/app/Release/
|
|
/bin/app/data/projects/ignored/
|
|
/bin/app/data/java/
|
|
/bin/app/user/log/
|
|
/bin/app/user/ApplicationSettings.xml
|
|
/bin/app/user/window_settings.ini
|
|
|
|
/bin/lib/
|
|
/bin/lib_gui/
|
|
/bin/lib_parser/
|
|
/bin/lib_license/
|
|
|
|
/bin/license_generator/Debug/
|
|
/bin/license_generator/Release/
|
|
|
|
/bin/test/Debug/
|
|
/bin/test/Release/
|
|
/bin/test/data/log/
|
|
/bin/test/data/temp.xml
|
|
/bin/test/data/TestSettings.xml
|
|
|
|
/java_indexer/bin/
|
|
/java_indexer/lib/
|
|
|
|
/setup/Linux/lib/
|
|
|
|
.DS_Store
|
|
.idea
|
|
|
|
/ide_plugins/vs/vs2015/CoatiPlugin/CoatiPlugin/bin
|
|
/ide_plugins/vs/vs2015/CoatiPlugin/CoatiPlugin/obj
|
|
|
|
*.coatidb
|
|
*.suo
|
|
*.vcxproj.user
|
|
*.sqlite
|
|
*.pch
|
|
*.swp
|
|
*.swo
|
|
.clang_complete
|
|
.ycm_extra_conf.py
|
|
.ycm_extra_conf.pyc
|
|
coati.coatiproject
|
|
compile_commands.json
|
|
Makefile
|
|
/__pycache__/
|
|
|
|
/deployment/windows/wixSetup/bin
|
|
/deployment/windows/wixSetup/build
|
|
/deployment/windows/wixSetup/CustomActions/UninstallRemoveLogFolder/bin
|
|
/deployment/windows/wixSetup/CustomActions/UninstallRemoveLogFolder/obj
|
|
/deployment/windows/wixSetup/Setup/build/Setup/Release
|
|
/deployment/windows/wixSetup/Setup/build/Setup/x64
|
|
/deployment/windows/wixSetup/Setup/build/Setup.VC.db |