mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 21:36:33 -04:00
05/31/2017
--User changes -Add support for adjusting xform color indices in the palette editor. Fixed palettes can now be displayed there, but they will have no color arrows as they are not editable. -Add support for independent dimension scaling in the EmberRender and EmberAnimate programs to bring them in line with the final render dialog Fractorium. --Bug fixes -File paths with a space in them did not work in the command line programs. -Any Xml file in the search paths would erroneously be treated as a palette file. --Code changes -Change some for loops to while loops when iterating through xforms. -Allow FractoriumEmberController<T>::UpdateXform() to be able to apply the action to an xform at a specific index. -Remove old code blocks build files that were never used. -Make GetPath() return empty string if no path is present in the passed in file path. -GetTotalXform() was always counting the final xform, even if it was unused.
This commit is contained in:
@ -1,151 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="Ember" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option virtualFolders="Headers/Filters/;/Headers/Xml/;" />
|
||||
<Build>
|
||||
<Target title="Debug x64">
|
||||
<Option output="Ember" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add option="-DBUILDING_EMBER" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia Win32">
|
||||
<Option output="Ember" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia x64">
|
||||
<Option output="Ember" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-O2" />
|
||||
<Add option="-DNDEBUG" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release x64">
|
||||
<Option output="Ember" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add option="-DBUILDING_EMBER" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release Win32">
|
||||
<Option output="Ember" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
</Target>
|
||||
<Target title="Debug Win32">
|
||||
<Option output="Ember" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-march=k8" />
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-Wnon-virtual-dtor" />
|
||||
<Add option="-Wshadow" />
|
||||
<Add option="-Winit-self" />
|
||||
<Add option="-Wredundant-decls" />
|
||||
<Add option="-Wcast-align" />
|
||||
<Add option="-Winline" />
|
||||
<Add option="-Wunreachable-code" />
|
||||
<Add option="-Wmissing-include-dirs" />
|
||||
<Add option="-Wswitch-enum" />
|
||||
<Add option="-Wswitch-default" />
|
||||
<Add option="-Wmain" />
|
||||
<Add option="-pedantic" />
|
||||
<Add option="-Wzero-as-null-pointer-constant" />
|
||||
<Add option="-std=c++11" />
|
||||
<Add option="-Wfatal-errors" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fpermissive" />
|
||||
<Add option="-fPIC" />
|
||||
<Add option="-Wno-unused-parameter" />
|
||||
<Add option="-Wno-unused-function" />
|
||||
<Add option="-Wold-style-cast" />
|
||||
<Add directory="/usr/include/libxml2" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="tbb" />
|
||||
<Add library="libxml2" />
|
||||
</Linker>
|
||||
<Unit filename="../../Source/Ember/Affine2D.cpp" />
|
||||
<Unit filename="../../Source/Ember/Affine2D.h" />
|
||||
<Unit filename="../../Source/Ember/CarToRas.h" />
|
||||
<Unit filename="../../Source/Ember/DensityFilter.h" />
|
||||
<Unit filename="../../Source/Ember/DllMain.cpp" />
|
||||
<Unit filename="../../Source/Ember/Ember.cpp" />
|
||||
<Unit filename="../../Source/Ember/Ember.h" />
|
||||
<Unit filename="../../Source/Ember/EmberDefines.h" />
|
||||
<Unit filename="../../Source/Ember/EmberPch.cpp" />
|
||||
<Unit filename="../../Source/Ember/EmberPch.h" />
|
||||
<Unit filename="../../Source/Ember/EmberToXml.h" />
|
||||
<Unit filename="../../Source/Ember/Interpolate.h" />
|
||||
<Unit filename="../../Source/Ember/Isaac.h" />
|
||||
<Unit filename="../../Source/Ember/Iterator.h" />
|
||||
<Unit filename="../../Source/Ember/Palette.h" />
|
||||
<Unit filename="../../Source/Ember/PaletteList.h" />
|
||||
<Unit filename="../../Source/Ember/Point.h" />
|
||||
<Unit filename="../../Source/Ember/Renderer.cpp" />
|
||||
<Unit filename="../../Source/Ember/Renderer.h" />
|
||||
<Unit filename="../../Source/Ember/RendererBase.cpp" />
|
||||
<Unit filename="../../Source/Ember/RendererBase.h" />
|
||||
<Unit filename="../../Source/Ember/SheepTools.h" />
|
||||
<Unit filename="../../Source/Ember/SpatialFilter.h" />
|
||||
<Unit filename="../../Source/Ember/TemporalFilter.h" />
|
||||
<Unit filename="../../Source/Ember/Timing.h" />
|
||||
<Unit filename="../../Source/Ember/Utils.h" />
|
||||
<Unit filename="../../Source/Ember/Variation.h" />
|
||||
<Unit filename="../../Source/Ember/VariationList.h" />
|
||||
<Unit filename="../../Source/Ember/Variations01.h" />
|
||||
<Unit filename="../../Source/Ember/Variations02.h" />
|
||||
<Unit filename="../../Source/Ember/Variations03.h" />
|
||||
<Unit filename="../../Source/Ember/Variations04.h" />
|
||||
<Unit filename="../../Source/Ember/Variations05.h" />
|
||||
<Unit filename="../../Source/Ember/VariationsDC.h" />
|
||||
<Unit filename="../../Source/Ember/Xform.h" />
|
||||
<Unit filename="../../Source/Ember/XmlToEmber.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
@ -1,323 +0,0 @@
|
||||
# depslib dependency file v1.0
|
||||
1418024487 source:/home/heretic/Dev/fractorium/Source/Ember/Affine2D.cpp
|
||||
"EmberPch.h"
|
||||
"Affine2D.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/EmberPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<libgen.h>
|
||||
<unistd.h>
|
||||
<algorithm>
|
||||
<chrono>
|
||||
<complex>
|
||||
<cstdint>
|
||||
<fstream>
|
||||
<functional>
|
||||
<inttypes.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<limits>
|
||||
<malloc.h>
|
||||
<math.h>
|
||||
<memory>
|
||||
<numeric>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<thread>
|
||||
<time.h>
|
||||
<vector>
|
||||
"libxml/parser.h"
|
||||
"libxml2/libxml/parser.h"
|
||||
"tbb/task_group.h"
|
||||
"tbb/parallel_for.h"
|
||||
"tbb/task_scheduler_init.h"
|
||||
"glm/glm.hpp"
|
||||
"glm/detail/type_int.hpp"
|
||||
"glm/gtc/matrix_transform.hpp"
|
||||
"glm/gtc/type_ptr.hpp"
|
||||
"glm/gtx/string_cast.hpp"
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/parser.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
<libxml/hash.h>
|
||||
<libxml/valid.h>
|
||||
<libxml/entities.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/encoding.h>
|
||||
<libxml/xmlIO.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/xmlversion.h
|
||||
<libxml/xmlexports.h>
|
||||
<ansidecl.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/xmlexports.h
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/tree.h
|
||||
<stdio.h>
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/xmlregexp.h>
|
||||
<libxml/xmlmemory.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/xmlstring.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/xmlregexp.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/dict.h
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/xmlmemory.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/threads.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/threads.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/globals.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/SAX.h>
|
||||
<libxml/SAX2.h>
|
||||
<libxml/xmlmemory.h>
|
||||
<libxml/threads.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/xmlerror.h
|
||||
<libxml/parser.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/SAX.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/xlink.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/SAX2.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/hash.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/valid.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/list.h>
|
||||
<libxml/xmlautomata.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/list.h
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/xmlautomata.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/entities.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/encoding.h
|
||||
<libxml/xmlversion.h>
|
||||
<iconv.h>
|
||||
<unicode/ucnv.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1413491506 /usr/include/libxml2/libxml/xmlIO.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/encoding.h>
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Affine2D.h
|
||||
"Utils.h"
|
||||
|
||||
1417905955 /home/heretic/Dev/fractorium/Source/Ember/Utils.h
|
||||
"Isaac.h"
|
||||
|
||||
1417921234 /home/heretic/Dev/fractorium/Source/Ember/Isaac.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417917311 /home/heretic/Dev/fractorium/Source/Ember/EmberDefines.h
|
||||
"EmberPch.h"
|
||||
|
||||
1417901704 source:/home/heretic/Dev/fractorium/Source/Ember/DllMain.cpp
|
||||
"EmberPch.h"
|
||||
|
||||
1417901704 source:/home/heretic/Dev/fractorium/Source/Ember/Ember.cpp
|
||||
"EmberPch.h"
|
||||
"EmberDefines.h"
|
||||
"Isaac.h"
|
||||
"Ember.h"
|
||||
"Utils.h"
|
||||
"Iterator.h"
|
||||
"Palette.h"
|
||||
"PaletteList.h"
|
||||
"Point.h"
|
||||
"Variation.h"
|
||||
"Variations01.h"
|
||||
"Variations02.h"
|
||||
"Variations03.h"
|
||||
"Variations04.h"
|
||||
"Variations05.h"
|
||||
"VariationsDC.h"
|
||||
"VariationList.h"
|
||||
"Affine2D.h"
|
||||
"Xform.h"
|
||||
"EmberToXml.h"
|
||||
"XmlToEmber.h"
|
||||
"SpatialFilter.h"
|
||||
"DensityFilter.h"
|
||||
"TemporalFilter.h"
|
||||
"Interpolate.h"
|
||||
"Renderer.h"
|
||||
"Timing.h"
|
||||
"SheepTools.h"
|
||||
|
||||
1417915457 /home/heretic/Dev/fractorium/Source/Ember/Ember.h
|
||||
"Xform.h"
|
||||
"PaletteList.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
|
||||
1417908868 /home/heretic/Dev/fractorium/Source/Ember/Xform.h
|
||||
"VariationList.h"
|
||||
"Interpolate.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/VariationList.h
|
||||
"Variations01.h"
|
||||
"Variations02.h"
|
||||
"Variations03.h"
|
||||
"Variations04.h"
|
||||
"Variations05.h"
|
||||
"VariationsDC.h"
|
||||
|
||||
1417907217 /home/heretic/Dev/fractorium/Source/Ember/Variations01.h
|
||||
"Variation.h"
|
||||
|
||||
1417917944 /home/heretic/Dev/fractorium/Source/Ember/Variation.h
|
||||
"Point.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Point.h
|
||||
"EmberDefines.h"
|
||||
"Affine2D.h"
|
||||
"Timing.h"
|
||||
|
||||
1417906341 /home/heretic/Dev/fractorium/Source/Ember/Timing.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417908486 /home/heretic/Dev/fractorium/Source/Ember/Variations02.h
|
||||
"Variation.h"
|
||||
|
||||
1417907820 /home/heretic/Dev/fractorium/Source/Ember/Variations03.h
|
||||
"Variation.h"
|
||||
|
||||
1417908559 /home/heretic/Dev/fractorium/Source/Ember/Variations04.h
|
||||
"Variation.h"
|
||||
|
||||
1417908258 /home/heretic/Dev/fractorium/Source/Ember/Variations05.h
|
||||
"Variation.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/VariationsDC.h
|
||||
"Variation.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Interpolate.h
|
||||
"Ember.h"
|
||||
|
||||
1417909715 /home/heretic/Dev/fractorium/Source/Ember/PaletteList.h
|
||||
"Palette.h"
|
||||
|
||||
1417908559 /home/heretic/Dev/fractorium/Source/Ember/Palette.h
|
||||
"Utils.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417907380 /home/heretic/Dev/fractorium/Source/Ember/SpatialFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/TemporalFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417928702 /home/heretic/Dev/fractorium/Source/Ember/Iterator.h
|
||||
"Ember.h"
|
||||
|
||||
1417918151 /home/heretic/Dev/fractorium/Source/Ember/EmberToXml.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
"Ember.h"
|
||||
|
||||
1417919921 /home/heretic/Dev/fractorium/Source/Ember/XmlToEmber.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
|
||||
1417915259 /home/heretic/Dev/fractorium/Source/Ember/DensityFilter.h
|
||||
"SpatialFilter.h"
|
||||
|
||||
1417921679 /home/heretic/Dev/fractorium/Source/Ember/Renderer.h
|
||||
"RendererBase.h"
|
||||
"Iterator.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
"Interpolate.h"
|
||||
"CarToRas.h"
|
||||
"EmberToXml.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/RendererBase.h
|
||||
"Utils.h"
|
||||
"Ember.h"
|
||||
"DensityFilter.h"
|
||||
|
||||
1417905627 /home/heretic/Dev/fractorium/Source/Ember/CarToRas.h
|
||||
"Point.h"
|
||||
|
||||
1417905627 /home/heretic/Dev/fractorium/Source/Ember/SheepTools.h
|
||||
"EmberDefines.h"
|
||||
"Isaac.h"
|
||||
"VariationList.h"
|
||||
"Renderer.h"
|
||||
|
||||
1417901704 source:/home/heretic/Dev/fractorium/Source/Ember/EmberPch.cpp
|
||||
"EmberPch.h"
|
||||
|
||||
1417922137 source:/home/heretic/Dev/fractorium/Source/Ember/Renderer.cpp
|
||||
"EmberPch.h"
|
||||
"Renderer.h"
|
||||
|
||||
1417920290 source:/home/heretic/Dev/fractorium/Source/Ember/RendererBase.cpp
|
||||
"EmberPch.h"
|
||||
"RendererBase.h"
|
||||
|
@ -1,184 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release x64" />
|
||||
<File name="../../Source/Ember/Variations04.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="90092" topLine="2971" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Iterator.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="2705" topLine="57" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Palette.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="14170" topLine="295" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variations01.h" open="0" top="0" tabpos="12" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="24427" topLine="850" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Point.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="3621" topLine="148" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variation.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="23279" topLine="1073" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/CarToRas.h" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="4534" topLine="119" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/VariationList.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="14159" topLine="419" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Xform.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="11593" topLine="422" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Timing.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="3212" topLine="91" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/DensityFilter.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="5542" topLine="173" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/RendererBase.h" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="6894" topLine="183" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/VariationsDC.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="22857" topLine="672" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Utils.h" open="0" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="21157" topLine="689" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Renderer.cpp" open="0" top="0" tabpos="18" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="54173" topLine="1346" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variations02.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="325" topLine="3" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/EmberToXml.h" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="21325" topLine="635" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Affine2D.cpp" open="0" top="0" tabpos="14" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="9859" topLine="325" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/XmlToEmber.h" open="0" top="0" tabpos="5" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="17930" topLine="385" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Isaac.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="8233" topLine="210" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Ember.h" open="0" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="39146" topLine="1242" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Ember.cpp" open="0" top="0" tabpos="15" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="14346" topLine="378" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/DllMain.cpp" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/EmberDefines.h" open="0" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="1899" topLine="57" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Interpolate.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="18225" topLine="507" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Affine2D.h" open="0" top="0" tabpos="13" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="2877" topLine="81" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variations03.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="121967" topLine="3845" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/EmberPch.cpp" open="0" top="0" tabpos="4" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/PaletteList.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="4617" topLine="160" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/EmberPch.h" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="314" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Variations05.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="59509" topLine="1823" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/Renderer.h" open="0" top="0" tabpos="16" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="4461" topLine="77" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/TemporalFilter.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="9058" topLine="269" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/SheepTools.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="17291" topLine="598" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/SpatialFilter.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="3789" topLine="98" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/Ember/RendererBase.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="14912" topLine="437" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
@ -1,116 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="EmberAnimate" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug x64">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia Win32">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia x64">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="Release x64">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release Win32">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="Debug Win32">
|
||||
<Option output="EmberAnimate" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-march=k8" />
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-Wnon-virtual-dtor" />
|
||||
<Add option="-Wshadow" />
|
||||
<Add option="-Winit-self" />
|
||||
<Add option="-Wredundant-decls" />
|
||||
<Add option="-Wcast-align" />
|
||||
<Add option="-Wunreachable-code" />
|
||||
<Add option="-Wswitch-enum" />
|
||||
<Add option="-Wswitch-default" />
|
||||
<Add option="-Wmain" />
|
||||
<Add option="-Wzero-as-null-pointer-constant" />
|
||||
<Add option="-std=c++11" />
|
||||
<Add option="-Wfatal-errors" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fpermissive" />
|
||||
<Add option="-fPIC" />
|
||||
<Add option="-Wno-unused-function" />
|
||||
<Add option="-Wold-style-cast" />
|
||||
<Add directory="/usr/include/libxml2" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="tbb" />
|
||||
<Add library="libxml2" />
|
||||
<Add library="jpeg" />
|
||||
<Add library="libpng" />
|
||||
<Add library="Ember" />
|
||||
<Add library="EmberCL" />
|
||||
<Add library="OpenCL" />
|
||||
<Add directory="./" />
|
||||
</Linker>
|
||||
<ExtraCommands>
|
||||
<Add after="cp --update ../../Data/flam3-palettes.xml ./flam3-palettes.xml" />
|
||||
<Mode after="always" />
|
||||
</ExtraCommands>
|
||||
<Unit filename="../../Source/EmberAnimate/EmberAnimate.cpp" />
|
||||
<Unit filename="../../Source/EmberAnimate/EmberAnimate.h" />
|
||||
<Unit filename="../../Source/EmberAnimate/resource.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommon.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.cpp" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberOptions.h" />
|
||||
<Unit filename="../../Source/EmberCommon/JpegUtils.h" />
|
||||
<Unit filename="../../Source/EmberCommon/SimpleGlob.h" />
|
||||
<Unit filename="../../Source/EmberCommon/SimpleOpt.h" />
|
||||
<Unit filename="../../Source/Fractorium/Icons/Fractorium.ico" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
@ -1,393 +0,0 @@
|
||||
# depslib dependency file v1.0
|
||||
1417901704 source:/home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.cpp
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<winsock.h>
|
||||
<BaseTsd.h>
|
||||
<crtdbg.h>
|
||||
<tchar.h>
|
||||
<arpa/inet.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<setjmp.h>
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
"jconfig.h"
|
||||
"jpeglib.h"
|
||||
"png.h"
|
||||
"Ember.h"
|
||||
"Variation.h"
|
||||
"EmberToXml.h"
|
||||
"XmlToEmber.h"
|
||||
"PaletteList.h"
|
||||
"Iterator.h"
|
||||
"Renderer.h"
|
||||
"RendererCL.h"
|
||||
"SheepTools.h"
|
||||
"SimpleGlob.h"
|
||||
"SimpleOpt.h"
|
||||
|
||||
1417915457 /home/heretic/Dev/fractorium/Source/Ember/Ember.h
|
||||
"Xform.h"
|
||||
"PaletteList.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
|
||||
1417908868 /home/heretic/Dev/fractorium/Source/Ember/Xform.h
|
||||
"VariationList.h"
|
||||
"Interpolate.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/VariationList.h
|
||||
"Variations01.h"
|
||||
"Variations02.h"
|
||||
"Variations03.h"
|
||||
"Variations04.h"
|
||||
"Variations05.h"
|
||||
"VariationsDC.h"
|
||||
|
||||
1417907217 /home/heretic/Dev/fractorium/Source/Ember/Variations01.h
|
||||
"Variation.h"
|
||||
|
||||
1417917944 /home/heretic/Dev/fractorium/Source/Ember/Variation.h
|
||||
"Point.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Point.h
|
||||
"EmberDefines.h"
|
||||
"Affine2D.h"
|
||||
"Timing.h"
|
||||
|
||||
1417917311 /home/heretic/Dev/fractorium/Source/Ember/EmberDefines.h
|
||||
"EmberPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/EmberPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<libgen.h>
|
||||
<unistd.h>
|
||||
<algorithm>
|
||||
<chrono>
|
||||
<complex>
|
||||
<cstdint>
|
||||
<fstream>
|
||||
<functional>
|
||||
<inttypes.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<limits>
|
||||
<malloc.h>
|
||||
<math.h>
|
||||
<memory>
|
||||
<numeric>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<thread>
|
||||
<time.h>
|
||||
<vector>
|
||||
"libxml/parser.h"
|
||||
"libxml2/libxml/parser.h"
|
||||
"tbb/task_group.h"
|
||||
"tbb/parallel_for.h"
|
||||
"tbb/task_scheduler_init.h"
|
||||
"glm/glm.hpp"
|
||||
"glm/detail/type_int.hpp"
|
||||
"glm/gtc/matrix_transform.hpp"
|
||||
"glm/gtc/type_ptr.hpp"
|
||||
"glm/gtx/string_cast.hpp"
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/parser.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
<libxml/hash.h>
|
||||
<libxml/valid.h>
|
||||
<libxml/entities.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/encoding.h>
|
||||
<libxml/xmlIO.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlversion.h
|
||||
<libxml/xmlexports.h>
|
||||
<ansidecl.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlexports.h
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/tree.h
|
||||
<stdio.h>
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/xmlregexp.h>
|
||||
<libxml/xmlmemory.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlstring.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlregexp.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/dict.h
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlmemory.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/threads.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/threads.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/globals.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/SAX.h>
|
||||
<libxml/SAX2.h>
|
||||
<libxml/xmlmemory.h>
|
||||
<libxml/threads.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlerror.h
|
||||
<libxml/parser.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xlink.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX2.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/hash.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/valid.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/list.h>
|
||||
<libxml/xmlautomata.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/list.h
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlautomata.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/entities.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/encoding.h
|
||||
<libxml/xmlversion.h>
|
||||
<iconv.h>
|
||||
<unicode/ucnv.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlIO.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/encoding.h>
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Affine2D.h
|
||||
"Utils.h"
|
||||
|
||||
1417905955 /home/heretic/Dev/fractorium/Source/Ember/Utils.h
|
||||
"Isaac.h"
|
||||
|
||||
1417921234 /home/heretic/Dev/fractorium/Source/Ember/Isaac.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417906341 /home/heretic/Dev/fractorium/Source/Ember/Timing.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417908486 /home/heretic/Dev/fractorium/Source/Ember/Variations02.h
|
||||
"Variation.h"
|
||||
|
||||
1417907820 /home/heretic/Dev/fractorium/Source/Ember/Variations03.h
|
||||
"Variation.h"
|
||||
|
||||
1417908559 /home/heretic/Dev/fractorium/Source/Ember/Variations04.h
|
||||
"Variation.h"
|
||||
|
||||
1417908258 /home/heretic/Dev/fractorium/Source/Ember/Variations05.h
|
||||
"Variation.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/VariationsDC.h
|
||||
"Variation.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Interpolate.h
|
||||
"Ember.h"
|
||||
|
||||
1417909715 /home/heretic/Dev/fractorium/Source/Ember/PaletteList.h
|
||||
"Palette.h"
|
||||
|
||||
1417908559 /home/heretic/Dev/fractorium/Source/Ember/Palette.h
|
||||
"Utils.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417907380 /home/heretic/Dev/fractorium/Source/Ember/SpatialFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/TemporalFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417918151 /home/heretic/Dev/fractorium/Source/Ember/EmberToXml.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
"Ember.h"
|
||||
|
||||
1417919921 /home/heretic/Dev/fractorium/Source/Ember/XmlToEmber.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
|
||||
1417928702 /home/heretic/Dev/fractorium/Source/Ember/Iterator.h
|
||||
"Ember.h"
|
||||
|
||||
1417921679 /home/heretic/Dev/fractorium/Source/Ember/Renderer.h
|
||||
"RendererBase.h"
|
||||
"Iterator.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
"Interpolate.h"
|
||||
"CarToRas.h"
|
||||
"EmberToXml.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/RendererBase.h
|
||||
"Utils.h"
|
||||
"Ember.h"
|
||||
"DensityFilter.h"
|
||||
|
||||
1417915259 /home/heretic/Dev/fractorium/Source/Ember/DensityFilter.h
|
||||
"SpatialFilter.h"
|
||||
|
||||
1417905627 /home/heretic/Dev/fractorium/Source/Ember/CarToRas.h
|
||||
"Point.h"
|
||||
|
||||
1417928136 /home/heretic/Dev/fractorium/Source/EmberCL/RendererCL.h
|
||||
"EmberCLPch.h"
|
||||
"OpenCLWrapper.h"
|
||||
"IterOpenCLKernelCreator.h"
|
||||
"DEOpenCLKernelCreator.h"
|
||||
"FinalAccumOpenCLKernelCreator.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLPch.h
|
||||
"Timing.h"
|
||||
"Renderer.h"
|
||||
<windows.h>
|
||||
<SDKDDKVer.h>
|
||||
"GL/glx.h"
|
||||
<utility>
|
||||
<CL/cl.hpp>
|
||||
<algorithm>
|
||||
<cstdio>
|
||||
<cstdlib>
|
||||
<fstream>
|
||||
<iostream>
|
||||
<string>
|
||||
<iterator>
|
||||
<time.h>
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/OpenCLWrapper.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/IterOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417928227 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLStructs.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLFunctions.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/DEOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/FinalAccumOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417905627 /home/heretic/Dev/fractorium/Source/Ember/SheepTools.h
|
||||
"EmberDefines.h"
|
||||
"Isaac.h"
|
||||
"VariationList.h"
|
||||
"Renderer.h"
|
||||
|
||||
1417934059 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleGlob.h
|
||||
<mbstring.h>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<glob.h>
|
||||
<limits.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<wchar.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417934252 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleOpt.h
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417935223 source:/home/heretic/Dev/fractorium/Source/EmberAnimate/EmberAnimate.cpp
|
||||
"EmberCommonPch.h"
|
||||
"EmberAnimate.h"
|
||||
"JpegUtils.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberAnimate/EmberAnimate.h
|
||||
"EmberOptions.h"
|
||||
|
||||
1417930466 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberOptions.h
|
||||
"EmberCommon.h"
|
||||
|
||||
1417930466 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommon.h
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417932245 /home/heretic/Dev/fractorium/Source/EmberCommon/JpegUtils.h
|
||||
"EmberCommonPch.h"
|
||||
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release x64" />
|
||||
<File name="../../Source/EmberAnimate/EmberAnimate.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="5739" topLine="184" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/EmberCommon.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="4835" topLine="143" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
@ -1,179 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="EmberCL" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug x64">
|
||||
<Option output="EmberCL" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add option="-DBUILDING_EMBERCL" />
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia Win32">
|
||||
<Option output="EmberCL" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia x64">
|
||||
<Option output="EmberCL" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release x64">
|
||||
<Option output="EmberCL" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_USRDLL" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add option="-DBUILDING_EMBERCL" />
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release Win32">
|
||||
<Option output="EmberCL" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Debug Win32">
|
||||
<Option output="EmberCL" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="3" />
|
||||
<Option compiler="gcc" />
|
||||
<Option createDefFile="1" />
|
||||
<Option createStaticLib="1" />
|
||||
<Compiler>
|
||||
<Add directory="../../Source/Ember/" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-march=k8" />
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-Wnon-virtual-dtor" />
|
||||
<Add option="-Wshadow" />
|
||||
<Add option="-Winit-self" />
|
||||
<Add option="-Wredundant-decls" />
|
||||
<Add option="-Wcast-align" />
|
||||
<Add option="-Wunreachable-code" />
|
||||
<Add option="-Wswitch-enum" />
|
||||
<Add option="-Wswitch-default" />
|
||||
<Add option="-Wmain" />
|
||||
<Add option="-Wzero-as-null-pointer-constant" />
|
||||
<Add option="-std=c++11" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fpermissive" />
|
||||
<Add option="-fPIC" />
|
||||
<Add option="-Wno-unused-function" />
|
||||
<Add option="-Wold-style-cast" />
|
||||
<Add directory="/usr/include/libxml2" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="GL" />
|
||||
<Add library="OpenCL" />
|
||||
</Linker>
|
||||
<Unit filename="../../Source/EmberCL/DEOpenCLKernelCreator.cpp" />
|
||||
<Unit filename="../../Source/EmberCL/DEOpenCLKernelCreator.h" />
|
||||
<Unit filename="../../Source/EmberCL/DllMain.cpp" />
|
||||
<Unit filename="../../Source/EmberCL/EmberCLFunctions.h" />
|
||||
<Unit filename="../../Source/EmberCL/EmberCLPch.h" />
|
||||
<Unit filename="../../Source/EmberCL/EmberCLStructs.h" />
|
||||
<Unit filename="../../Source/EmberCL/FinalAccumOpenCLKernelCreator.cpp" />
|
||||
<Unit filename="../../Source/EmberCL/FinalAccumOpenCLKernelCreator.h" />
|
||||
<Unit filename="../../Source/EmberCL/IterOpenCLKernelCreator.cpp" />
|
||||
<Unit filename="../../Source/EmberCL/IterOpenCLKernelCreator.h" />
|
||||
<Unit filename="../../Source/EmberCL/OpenCLWrapper.cpp" />
|
||||
<Unit filename="../../Source/EmberCL/OpenCLWrapper.h" />
|
||||
<Unit filename="../../Source/EmberCL/RendererCL.cpp" />
|
||||
<Unit filename="../../Source/EmberCL/RendererCL.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
@ -1,336 +0,0 @@
|
||||
# depslib dependency file v1.0
|
||||
1417928577 source:/home/heretic/Dev/fractorium/Source/EmberCL/DEOpenCLKernelCreator.cpp
|
||||
"EmberCLPch.h"
|
||||
"DEOpenCLKernelCreator.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLPch.h
|
||||
"Timing.h"
|
||||
"Renderer.h"
|
||||
<windows.h>
|
||||
<SDKDDKVer.h>
|
||||
"GL/glx.h"
|
||||
<utility>
|
||||
<CL/cl.hpp>
|
||||
<algorithm>
|
||||
<cstdio>
|
||||
<cstdlib>
|
||||
<fstream>
|
||||
<iostream>
|
||||
<string>
|
||||
<iterator>
|
||||
<time.h>
|
||||
|
||||
1417906341 /home/heretic/Dev/fractorium/Source/Ember//Timing.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417917311 /home/heretic/Dev/fractorium/Source/Ember//EmberDefines.h
|
||||
"EmberPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember//EmberPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<libgen.h>
|
||||
<unistd.h>
|
||||
<algorithm>
|
||||
<chrono>
|
||||
<complex>
|
||||
<cstdint>
|
||||
<fstream>
|
||||
<functional>
|
||||
<inttypes.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<limits>
|
||||
<malloc.h>
|
||||
<math.h>
|
||||
<memory>
|
||||
<numeric>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<thread>
|
||||
<time.h>
|
||||
<vector>
|
||||
"libxml/parser.h"
|
||||
"libxml2/libxml/parser.h"
|
||||
"tbb/task_group.h"
|
||||
"tbb/parallel_for.h"
|
||||
"tbb/task_scheduler_init.h"
|
||||
"glm/glm.hpp"
|
||||
"glm/detail/type_int.hpp"
|
||||
"glm/gtc/matrix_transform.hpp"
|
||||
"glm/gtc/type_ptr.hpp"
|
||||
"glm/gtx/string_cast.hpp"
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/parser.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
<libxml/hash.h>
|
||||
<libxml/valid.h>
|
||||
<libxml/entities.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/encoding.h>
|
||||
<libxml/xmlIO.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlversion.h
|
||||
<libxml/xmlexports.h>
|
||||
<ansidecl.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlexports.h
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/tree.h
|
||||
<stdio.h>
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/xmlregexp.h>
|
||||
<libxml/xmlmemory.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlstring.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlregexp.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/dict.h
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlmemory.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/threads.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/threads.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/globals.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/SAX.h>
|
||||
<libxml/SAX2.h>
|
||||
<libxml/xmlmemory.h>
|
||||
<libxml/threads.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlerror.h
|
||||
<libxml/parser.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xlink.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX2.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/hash.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/valid.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/list.h>
|
||||
<libxml/xmlautomata.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/list.h
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlautomata.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/entities.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/encoding.h
|
||||
<libxml/xmlversion.h>
|
||||
<iconv.h>
|
||||
<unicode/ucnv.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlIO.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/encoding.h>
|
||||
|
||||
1417921679 /home/heretic/Dev/fractorium/Source/Ember//Renderer.h
|
||||
"RendererBase.h"
|
||||
"Iterator.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
"Interpolate.h"
|
||||
"CarToRas.h"
|
||||
"EmberToXml.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember//RendererBase.h
|
||||
"Utils.h"
|
||||
"Ember.h"
|
||||
"DensityFilter.h"
|
||||
|
||||
1417905955 /home/heretic/Dev/fractorium/Source/Ember//Utils.h
|
||||
"Isaac.h"
|
||||
|
||||
1417921234 /home/heretic/Dev/fractorium/Source/Ember//Isaac.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417915457 /home/heretic/Dev/fractorium/Source/Ember//Ember.h
|
||||
"Xform.h"
|
||||
"PaletteList.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
|
||||
1417908868 /home/heretic/Dev/fractorium/Source/Ember//Xform.h
|
||||
"VariationList.h"
|
||||
"Interpolate.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember//VariationList.h
|
||||
"Variations01.h"
|
||||
"Variations02.h"
|
||||
"Variations03.h"
|
||||
"Variations04.h"
|
||||
"Variations05.h"
|
||||
"VariationsDC.h"
|
||||
|
||||
1417907217 /home/heretic/Dev/fractorium/Source/Ember//Variations01.h
|
||||
"Variation.h"
|
||||
|
||||
1417917944 /home/heretic/Dev/fractorium/Source/Ember//Variation.h
|
||||
"Point.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember//Point.h
|
||||
"EmberDefines.h"
|
||||
"Affine2D.h"
|
||||
"Timing.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember//Affine2D.h
|
||||
"Utils.h"
|
||||
|
||||
1417908486 /home/heretic/Dev/fractorium/Source/Ember//Variations02.h
|
||||
"Variation.h"
|
||||
|
||||
1417907820 /home/heretic/Dev/fractorium/Source/Ember//Variations03.h
|
||||
"Variation.h"
|
||||
|
||||
1417908559 /home/heretic/Dev/fractorium/Source/Ember//Variations04.h
|
||||
"Variation.h"
|
||||
|
||||
1417908258 /home/heretic/Dev/fractorium/Source/Ember//Variations05.h
|
||||
"Variation.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember//VariationsDC.h
|
||||
"Variation.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember//Interpolate.h
|
||||
"Ember.h"
|
||||
|
||||
1417909715 /home/heretic/Dev/fractorium/Source/Ember//PaletteList.h
|
||||
"Palette.h"
|
||||
|
||||
1417908559 /home/heretic/Dev/fractorium/Source/Ember//Palette.h
|
||||
"Utils.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417907380 /home/heretic/Dev/fractorium/Source/Ember//SpatialFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember//TemporalFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417915259 /home/heretic/Dev/fractorium/Source/Ember//DensityFilter.h
|
||||
"SpatialFilter.h"
|
||||
|
||||
1417928702 /home/heretic/Dev/fractorium/Source/Ember//Iterator.h
|
||||
"Ember.h"
|
||||
|
||||
1417905627 /home/heretic/Dev/fractorium/Source/Ember//CarToRas.h
|
||||
"Point.h"
|
||||
|
||||
1417918151 /home/heretic/Dev/fractorium/Source/Ember//EmberToXml.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
"Ember.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/DEOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417928227 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLStructs.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLFunctions.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
|
||||
1417901704 source:/home/heretic/Dev/fractorium/Source/EmberCL/DllMain.cpp
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417901704 source:/home/heretic/Dev/fractorium/Source/EmberCL/FinalAccumOpenCLKernelCreator.cpp
|
||||
"EmberCLPch.h"
|
||||
"FinalAccumOpenCLKernelCreator.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/FinalAccumOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417901704 source:/home/heretic/Dev/fractorium/Source/EmberCL/IterOpenCLKernelCreator.cpp
|
||||
"EmberCLPch.h"
|
||||
"IterOpenCLKernelCreator.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/IterOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417929845 source:/home/heretic/Dev/fractorium/Source/EmberCL/OpenCLWrapper.cpp
|
||||
"EmberCLPch.h"
|
||||
"OpenCLWrapper.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/OpenCLWrapper.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417926792 source:/home/heretic/Dev/fractorium/Source/EmberCL/RendererCL.cpp
|
||||
"EmberCLPch.h"
|
||||
"RendererCL.h"
|
||||
|
||||
1417928136 /home/heretic/Dev/fractorium/Source/EmberCL/RendererCL.h
|
||||
"EmberCLPch.h"
|
||||
"OpenCLWrapper.h"
|
||||
"IterOpenCLKernelCreator.h"
|
||||
"DEOpenCLKernelCreator.h"
|
||||
"FinalAccumOpenCLKernelCreator.h"
|
||||
|
@ -1,74 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release x64" />
|
||||
<File name="../../Source/EmberCL/EmberCLStructs.h" open="0" top="0" tabpos="16" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="10704" topLine="341" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/IterOpenCLKernelCreator.h" open="0" top="0" tabpos="15" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="1445" topLine="29" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/DEOpenCLKernelCreator.cpp" open="0" top="0" tabpos="10" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="7955" topLine="174" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/OpenCLWrapper.cpp" open="0" top="0" tabpos="11" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="39340" topLine="1173" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/FinalAccumOpenCLKernelCreator.h" open="0" top="0" tabpos="17" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="3386" topLine="37" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/EmberCLFunctions.h" open="0" top="0" tabpos="7" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="7346" topLine="309" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/RendererCL.cpp" open="0" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="58613" topLine="1449" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/DEOpenCLKernelCreator.h" open="0" top="0" tabpos="14" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="2365" topLine="35" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/OpenCLWrapper.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="5054" topLine="127" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/RendererCL.h" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="1822" topLine="38" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/EmberCLPch.h" open="0" top="0" tabpos="12" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="794" topLine="2" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/FinalAccumOpenCLKernelCreator.cpp" open="0" top="0" tabpos="9" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="23124" topLine="478" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/DllMain.cpp" open="0" top="0" tabpos="6" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCL/IterOpenCLKernelCreator.cpp" open="0" top="0" tabpos="8" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="28977" topLine="799" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
@ -1,116 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="EmberGenome" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug x64">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia Win32">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia x64">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="Release x64">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release Win32">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
<Target title="Debug Win32">
|
||||
<Option output="EmberGenome" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-march=k8" />
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-Wnon-virtual-dtor" />
|
||||
<Add option="-Wshadow" />
|
||||
<Add option="-Winit-self" />
|
||||
<Add option="-Wredundant-decls" />
|
||||
<Add option="-Wcast-align" />
|
||||
<Add option="-Wunreachable-code" />
|
||||
<Add option="-Wswitch-enum" />
|
||||
<Add option="-Wswitch-default" />
|
||||
<Add option="-Wmain" />
|
||||
<Add option="-Wzero-as-null-pointer-constant" />
|
||||
<Add option="-std=c++11" />
|
||||
<Add option="-Wfatal-errors" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fpermissive" />
|
||||
<Add option="-fPIC" />
|
||||
<Add option="-Wno-unused-function" />
|
||||
<Add option="-Wold-style-cast" />
|
||||
<Add directory="/usr/include/libxml2" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="libxml2" />
|
||||
<Add library="tbb" />
|
||||
<Add library="OpenCL" />
|
||||
<Add library="jpeg" />
|
||||
<Add library="libpng" />
|
||||
<Add library="Ember" />
|
||||
<Add library="EmberCL" />
|
||||
<Add directory="./" />
|
||||
</Linker>
|
||||
<ExtraCommands>
|
||||
<Add after="cp --update ../../Data/flam3-palettes.xml ./flam3-palettes.xml" />
|
||||
<Mode after="always" />
|
||||
</ExtraCommands>
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommon.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.cpp" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberOptions.h" />
|
||||
<Unit filename="../../Source/EmberCommon/JpegUtils.h" />
|
||||
<Unit filename="../../Source/EmberCommon/SimpleGlob.h" />
|
||||
<Unit filename="../../Source/EmberCommon/SimpleOpt.h" />
|
||||
<Unit filename="../../Source/EmberGenome/EmberGenome.cpp" />
|
||||
<Unit filename="../../Source/EmberGenome/EmberGenome.h" />
|
||||
<Unit filename="../../Source/EmberGenome/resource.h" />
|
||||
<Unit filename="../../Source/Fractorium/Icons/Fractorium.ico" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
@ -1,393 +0,0 @@
|
||||
# depslib dependency file v1.0
|
||||
1417901704 source:/home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.cpp
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<winsock.h>
|
||||
<BaseTsd.h>
|
||||
<crtdbg.h>
|
||||
<tchar.h>
|
||||
<arpa/inet.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<setjmp.h>
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
"jconfig.h"
|
||||
"jpeglib.h"
|
||||
"png.h"
|
||||
"Ember.h"
|
||||
"Variation.h"
|
||||
"EmberToXml.h"
|
||||
"XmlToEmber.h"
|
||||
"PaletteList.h"
|
||||
"Iterator.h"
|
||||
"Renderer.h"
|
||||
"RendererCL.h"
|
||||
"SheepTools.h"
|
||||
"SimpleGlob.h"
|
||||
"SimpleOpt.h"
|
||||
|
||||
1417915457 /home/heretic/Dev/fractorium/Source/Ember/Ember.h
|
||||
"Xform.h"
|
||||
"PaletteList.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
|
||||
1417908868 /home/heretic/Dev/fractorium/Source/Ember/Xform.h
|
||||
"VariationList.h"
|
||||
"Interpolate.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/VariationList.h
|
||||
"Variations01.h"
|
||||
"Variations02.h"
|
||||
"Variations03.h"
|
||||
"Variations04.h"
|
||||
"Variations05.h"
|
||||
"VariationsDC.h"
|
||||
|
||||
1417907217 /home/heretic/Dev/fractorium/Source/Ember/Variations01.h
|
||||
"Variation.h"
|
||||
|
||||
1417917944 /home/heretic/Dev/fractorium/Source/Ember/Variation.h
|
||||
"Point.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Point.h
|
||||
"EmberDefines.h"
|
||||
"Affine2D.h"
|
||||
"Timing.h"
|
||||
|
||||
1417917311 /home/heretic/Dev/fractorium/Source/Ember/EmberDefines.h
|
||||
"EmberPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/EmberPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<libgen.h>
|
||||
<unistd.h>
|
||||
<algorithm>
|
||||
<chrono>
|
||||
<complex>
|
||||
<cstdint>
|
||||
<fstream>
|
||||
<functional>
|
||||
<inttypes.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<limits>
|
||||
<malloc.h>
|
||||
<math.h>
|
||||
<memory>
|
||||
<numeric>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<thread>
|
||||
<time.h>
|
||||
<vector>
|
||||
"libxml/parser.h"
|
||||
"libxml2/libxml/parser.h"
|
||||
"tbb/task_group.h"
|
||||
"tbb/parallel_for.h"
|
||||
"tbb/task_scheduler_init.h"
|
||||
"glm/glm.hpp"
|
||||
"glm/detail/type_int.hpp"
|
||||
"glm/gtc/matrix_transform.hpp"
|
||||
"glm/gtc/type_ptr.hpp"
|
||||
"glm/gtx/string_cast.hpp"
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/parser.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
<libxml/hash.h>
|
||||
<libxml/valid.h>
|
||||
<libxml/entities.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/encoding.h>
|
||||
<libxml/xmlIO.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlversion.h
|
||||
<libxml/xmlexports.h>
|
||||
<ansidecl.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlexports.h
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/tree.h
|
||||
<stdio.h>
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/xmlregexp.h>
|
||||
<libxml/xmlmemory.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlstring.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlregexp.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/dict.h
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlmemory.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/threads.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/threads.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/globals.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/SAX.h>
|
||||
<libxml/SAX2.h>
|
||||
<libxml/xmlmemory.h>
|
||||
<libxml/threads.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlerror.h
|
||||
<libxml/parser.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xlink.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX2.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/hash.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/valid.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/list.h>
|
||||
<libxml/xmlautomata.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/list.h
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlautomata.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/entities.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/encoding.h
|
||||
<libxml/xmlversion.h>
|
||||
<iconv.h>
|
||||
<unicode/ucnv.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlIO.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/encoding.h>
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Affine2D.h
|
||||
"Utils.h"
|
||||
|
||||
1417905955 /home/heretic/Dev/fractorium/Source/Ember/Utils.h
|
||||
"Isaac.h"
|
||||
|
||||
1417921234 /home/heretic/Dev/fractorium/Source/Ember/Isaac.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417906341 /home/heretic/Dev/fractorium/Source/Ember/Timing.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417908486 /home/heretic/Dev/fractorium/Source/Ember/Variations02.h
|
||||
"Variation.h"
|
||||
|
||||
1417907820 /home/heretic/Dev/fractorium/Source/Ember/Variations03.h
|
||||
"Variation.h"
|
||||
|
||||
1417908559 /home/heretic/Dev/fractorium/Source/Ember/Variations04.h
|
||||
"Variation.h"
|
||||
|
||||
1417908258 /home/heretic/Dev/fractorium/Source/Ember/Variations05.h
|
||||
"Variation.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/VariationsDC.h
|
||||
"Variation.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Interpolate.h
|
||||
"Ember.h"
|
||||
|
||||
1417909715 /home/heretic/Dev/fractorium/Source/Ember/PaletteList.h
|
||||
"Palette.h"
|
||||
|
||||
1417908559 /home/heretic/Dev/fractorium/Source/Ember/Palette.h
|
||||
"Utils.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417907380 /home/heretic/Dev/fractorium/Source/Ember/SpatialFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/TemporalFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417918151 /home/heretic/Dev/fractorium/Source/Ember/EmberToXml.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
"Ember.h"
|
||||
|
||||
1417919921 /home/heretic/Dev/fractorium/Source/Ember/XmlToEmber.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
|
||||
1417928702 /home/heretic/Dev/fractorium/Source/Ember/Iterator.h
|
||||
"Ember.h"
|
||||
|
||||
1417921679 /home/heretic/Dev/fractorium/Source/Ember/Renderer.h
|
||||
"RendererBase.h"
|
||||
"Iterator.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
"Interpolate.h"
|
||||
"CarToRas.h"
|
||||
"EmberToXml.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/RendererBase.h
|
||||
"Utils.h"
|
||||
"Ember.h"
|
||||
"DensityFilter.h"
|
||||
|
||||
1417915259 /home/heretic/Dev/fractorium/Source/Ember/DensityFilter.h
|
||||
"SpatialFilter.h"
|
||||
|
||||
1417905627 /home/heretic/Dev/fractorium/Source/Ember/CarToRas.h
|
||||
"Point.h"
|
||||
|
||||
1417928136 /home/heretic/Dev/fractorium/Source/EmberCL/RendererCL.h
|
||||
"EmberCLPch.h"
|
||||
"OpenCLWrapper.h"
|
||||
"IterOpenCLKernelCreator.h"
|
||||
"DEOpenCLKernelCreator.h"
|
||||
"FinalAccumOpenCLKernelCreator.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLPch.h
|
||||
"Timing.h"
|
||||
"Renderer.h"
|
||||
<windows.h>
|
||||
<SDKDDKVer.h>
|
||||
"GL/glx.h"
|
||||
<utility>
|
||||
<CL/cl.hpp>
|
||||
<algorithm>
|
||||
<cstdio>
|
||||
<cstdlib>
|
||||
<fstream>
|
||||
<iostream>
|
||||
<string>
|
||||
<iterator>
|
||||
<time.h>
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/OpenCLWrapper.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/IterOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417928227 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLStructs.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLFunctions.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/DEOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/FinalAccumOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417905627 /home/heretic/Dev/fractorium/Source/Ember/SheepTools.h
|
||||
"EmberDefines.h"
|
||||
"Isaac.h"
|
||||
"VariationList.h"
|
||||
"Renderer.h"
|
||||
|
||||
1417934059 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleGlob.h
|
||||
<mbstring.h>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<glob.h>
|
||||
<limits.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<wchar.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417934252 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleOpt.h
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417901704 source:/home/heretic/Dev/fractorium/Source/EmberGenome/EmberGenome.cpp
|
||||
"EmberCommonPch.h"
|
||||
"EmberGenome.h"
|
||||
"JpegUtils.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberGenome/EmberGenome.h
|
||||
"EmberOptions.h"
|
||||
|
||||
1417930466 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberOptions.h
|
||||
"EmberCommon.h"
|
||||
|
||||
1417930466 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommon.h
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417932245 /home/heretic/Dev/fractorium/Source/EmberCommon/JpegUtils.h
|
||||
"EmberCommonPch.h"
|
||||
|
@ -1,34 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release x64" />
|
||||
<File name="../../Source/EmberCommon/EmberCommonPch.cpp" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/SimpleOpt.h" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/JpegUtils.h" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/EmberCommon.h" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/SimpleGlob.h" open="1" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="0" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberGenome/EmberGenome.cpp" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="21828" topLine="752" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
@ -1,176 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="EmberRender" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug x64">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-g" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia Win32">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia x64">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release x64">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add option="-O2" />
|
||||
<Add option="-D_M_X64" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release Win32">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Debug Win32">
|
||||
<Option output="EmberRender" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option use_console_runner="0" />
|
||||
<Compiler>
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-march=k8" />
|
||||
<Add option="-fomit-frame-pointer" />
|
||||
<Add option="-Wnon-virtual-dtor" />
|
||||
<Add option="-Wshadow" />
|
||||
<Add option="-Winit-self" />
|
||||
<Add option="-Wredundant-decls" />
|
||||
<Add option="-Wcast-align" />
|
||||
<Add option="-Wunreachable-code" />
|
||||
<Add option="-Wswitch-enum" />
|
||||
<Add option="-Wswitch-default" />
|
||||
<Add option="-Wmain" />
|
||||
<Add option="-Wzero-as-null-pointer-constant" />
|
||||
<Add option="-std=c++11" />
|
||||
<Add option="-Wfatal-errors" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-fpermissive" />
|
||||
<Add option="-fPIC" />
|
||||
<Add option="-Wno-unused-function" />
|
||||
<Add option="-Wold-style-cast" />
|
||||
<Add directory="/usr/include/libxml2" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="jpeg" />
|
||||
<Add library="libpng" />
|
||||
<Add library="Ember" />
|
||||
<Add library="EmberCL" />
|
||||
<Add library="libxml2" />
|
||||
<Add library="OpenCL" />
|
||||
<Add library="tbb" />
|
||||
<Add directory="./" />
|
||||
</Linker>
|
||||
<ExtraCommands>
|
||||
<Add after="cp --update ../../Data/flam3-palettes.xml ./flam3-palettes.xml" />
|
||||
<Mode after="always" />
|
||||
</ExtraCommands>
|
||||
<Unit filename="../../Fractorium/Icons/Fractorium.ico" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommon.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.cpp" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberOptions.h" />
|
||||
<Unit filename="../../Source/EmberCommon/JpegUtils.h" />
|
||||
<Unit filename="../../Source/EmberCommon/SimpleGlob.h" />
|
||||
<Unit filename="../../Source/EmberCommon/SimpleOpt.h" />
|
||||
<Unit filename="../../Source/EmberRender/EmberRender.cpp" />
|
||||
<Unit filename="../../Source/EmberRender/EmberRender.h" />
|
||||
<Unit filename="../../Source/EmberRender/resource.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
@ -1,393 +0,0 @@
|
||||
# depslib dependency file v1.0
|
||||
1417901704 source:/home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.cpp
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommonPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<winsock.h>
|
||||
<BaseTsd.h>
|
||||
<crtdbg.h>
|
||||
<tchar.h>
|
||||
<arpa/inet.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<setjmp.h>
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
"jconfig.h"
|
||||
"jpeglib.h"
|
||||
"png.h"
|
||||
"Ember.h"
|
||||
"Variation.h"
|
||||
"EmberToXml.h"
|
||||
"XmlToEmber.h"
|
||||
"PaletteList.h"
|
||||
"Iterator.h"
|
||||
"Renderer.h"
|
||||
"RendererCL.h"
|
||||
"SheepTools.h"
|
||||
"SimpleGlob.h"
|
||||
"SimpleOpt.h"
|
||||
|
||||
1417915457 /home/heretic/Dev/fractorium/Source/Ember/Ember.h
|
||||
"Xform.h"
|
||||
"PaletteList.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
|
||||
1417908868 /home/heretic/Dev/fractorium/Source/Ember/Xform.h
|
||||
"VariationList.h"
|
||||
"Interpolate.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/VariationList.h
|
||||
"Variations01.h"
|
||||
"Variations02.h"
|
||||
"Variations03.h"
|
||||
"Variations04.h"
|
||||
"Variations05.h"
|
||||
"VariationsDC.h"
|
||||
|
||||
1417907217 /home/heretic/Dev/fractorium/Source/Ember/Variations01.h
|
||||
"Variation.h"
|
||||
|
||||
1417917944 /home/heretic/Dev/fractorium/Source/Ember/Variation.h
|
||||
"Point.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Point.h
|
||||
"EmberDefines.h"
|
||||
"Affine2D.h"
|
||||
"Timing.h"
|
||||
|
||||
1417917311 /home/heretic/Dev/fractorium/Source/Ember/EmberDefines.h
|
||||
"EmberPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/EmberPch.h
|
||||
<SDKDDKVer.h>
|
||||
<windows.h>
|
||||
<libgen.h>
|
||||
<unistd.h>
|
||||
<algorithm>
|
||||
<chrono>
|
||||
<complex>
|
||||
<cstdint>
|
||||
<fstream>
|
||||
<functional>
|
||||
<inttypes.h>
|
||||
<iostream>
|
||||
<iomanip>
|
||||
<limits>
|
||||
<malloc.h>
|
||||
<math.h>
|
||||
<memory>
|
||||
<numeric>
|
||||
<ostream>
|
||||
<sstream>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<thread>
|
||||
<time.h>
|
||||
<vector>
|
||||
"libxml/parser.h"
|
||||
"libxml2/libxml/parser.h"
|
||||
"tbb/task_group.h"
|
||||
"tbb/parallel_for.h"
|
||||
"tbb/task_scheduler_init.h"
|
||||
"glm/glm.hpp"
|
||||
"glm/detail/type_int.hpp"
|
||||
"glm/gtc/matrix_transform.hpp"
|
||||
"glm/gtc/type_ptr.hpp"
|
||||
"glm/gtx/string_cast.hpp"
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/parser.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
<libxml/hash.h>
|
||||
<libxml/valid.h>
|
||||
<libxml/entities.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/encoding.h>
|
||||
<libxml/xmlIO.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlversion.h
|
||||
<libxml/xmlexports.h>
|
||||
<ansidecl.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlexports.h
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/tree.h
|
||||
<stdio.h>
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlstring.h>
|
||||
<libxml/xmlregexp.h>
|
||||
<libxml/xmlmemory.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlstring.h
|
||||
<stdarg.h>
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlregexp.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/dict.h
|
||||
<limits.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlmemory.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/threads.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/threads.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/globals.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/SAX.h>
|
||||
<libxml/SAX2.h>
|
||||
<libxml/xmlmemory.h>
|
||||
<libxml/threads.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlerror.h
|
||||
<libxml/parser.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xlink.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/SAX2.h
|
||||
<stdio.h>
|
||||
<stdlib.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/xlink.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/hash.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/dict.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/valid.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/xmlerror.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/list.h>
|
||||
<libxml/xmlautomata.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/list.h
|
||||
<libxml/xmlversion.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlautomata.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/xmlregexp.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/entities.h
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/encoding.h
|
||||
<libxml/xmlversion.h>
|
||||
<iconv.h>
|
||||
<unicode/ucnv.h>
|
||||
<libxml/tree.h>
|
||||
|
||||
1402664682 /usr/include/libxml2/libxml/xmlIO.h
|
||||
<stdio.h>
|
||||
<libxml/xmlversion.h>
|
||||
<libxml/globals.h>
|
||||
<libxml/tree.h>
|
||||
<libxml/parser.h>
|
||||
<libxml/encoding.h>
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Affine2D.h
|
||||
"Utils.h"
|
||||
|
||||
1417905955 /home/heretic/Dev/fractorium/Source/Ember/Utils.h
|
||||
"Isaac.h"
|
||||
|
||||
1417921234 /home/heretic/Dev/fractorium/Source/Ember/Isaac.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417906341 /home/heretic/Dev/fractorium/Source/Ember/Timing.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417908486 /home/heretic/Dev/fractorium/Source/Ember/Variations02.h
|
||||
"Variation.h"
|
||||
|
||||
1417907820 /home/heretic/Dev/fractorium/Source/Ember/Variations03.h
|
||||
"Variation.h"
|
||||
|
||||
1417908559 /home/heretic/Dev/fractorium/Source/Ember/Variations04.h
|
||||
"Variation.h"
|
||||
|
||||
1417908258 /home/heretic/Dev/fractorium/Source/Ember/Variations05.h
|
||||
"Variation.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/VariationsDC.h
|
||||
"Variation.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/Interpolate.h
|
||||
"Ember.h"
|
||||
|
||||
1417909715 /home/heretic/Dev/fractorium/Source/Ember/PaletteList.h
|
||||
"Palette.h"
|
||||
|
||||
1417908559 /home/heretic/Dev/fractorium/Source/Ember/Palette.h
|
||||
"Utils.h"
|
||||
"Isaac.h"
|
||||
|
||||
1417907380 /home/heretic/Dev/fractorium/Source/Ember/SpatialFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/TemporalFilter.h
|
||||
"EmberDefines.h"
|
||||
|
||||
1417918151 /home/heretic/Dev/fractorium/Source/Ember/EmberToXml.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
"Ember.h"
|
||||
|
||||
1417919921 /home/heretic/Dev/fractorium/Source/Ember/XmlToEmber.h
|
||||
"Utils.h"
|
||||
"PaletteList.h"
|
||||
"VariationList.h"
|
||||
|
||||
1417928702 /home/heretic/Dev/fractorium/Source/Ember/Iterator.h
|
||||
"Ember.h"
|
||||
|
||||
1417921679 /home/heretic/Dev/fractorium/Source/Ember/Renderer.h
|
||||
"RendererBase.h"
|
||||
"Iterator.h"
|
||||
"SpatialFilter.h"
|
||||
"TemporalFilter.h"
|
||||
"Interpolate.h"
|
||||
"CarToRas.h"
|
||||
"EmberToXml.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/Ember/RendererBase.h
|
||||
"Utils.h"
|
||||
"Ember.h"
|
||||
"DensityFilter.h"
|
||||
|
||||
1417915259 /home/heretic/Dev/fractorium/Source/Ember/DensityFilter.h
|
||||
"SpatialFilter.h"
|
||||
|
||||
1417905627 /home/heretic/Dev/fractorium/Source/Ember/CarToRas.h
|
||||
"Point.h"
|
||||
|
||||
1417928136 /home/heretic/Dev/fractorium/Source/EmberCL/RendererCL.h
|
||||
"EmberCLPch.h"
|
||||
"OpenCLWrapper.h"
|
||||
"IterOpenCLKernelCreator.h"
|
||||
"DEOpenCLKernelCreator.h"
|
||||
"FinalAccumOpenCLKernelCreator.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLPch.h
|
||||
"Timing.h"
|
||||
"Renderer.h"
|
||||
<windows.h>
|
||||
<SDKDDKVer.h>
|
||||
"GL/glx.h"
|
||||
<utility>
|
||||
<CL/cl.hpp>
|
||||
<algorithm>
|
||||
<cstdio>
|
||||
<cstdlib>
|
||||
<fstream>
|
||||
<iostream>
|
||||
<string>
|
||||
<iterator>
|
||||
<time.h>
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/OpenCLWrapper.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/IterOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417928227 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLStructs.h
|
||||
"EmberCLPch.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/EmberCLFunctions.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/DEOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberCL/FinalAccumOpenCLKernelCreator.h
|
||||
"EmberCLPch.h"
|
||||
"EmberCLStructs.h"
|
||||
"EmberCLFunctions.h"
|
||||
|
||||
1417905627 /home/heretic/Dev/fractorium/Source/Ember/SheepTools.h
|
||||
"EmberDefines.h"
|
||||
"Isaac.h"
|
||||
"VariationList.h"
|
||||
"Renderer.h"
|
||||
|
||||
1417934059 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleGlob.h
|
||||
<mbstring.h>
|
||||
<sys/types.h>
|
||||
<sys/stat.h>
|
||||
<glob.h>
|
||||
<limits.h>
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<wchar.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417934252 /home/heretic/Dev/fractorium/Source/EmberCommon/SimpleOpt.h
|
||||
<stdlib.h>
|
||||
<string.h>
|
||||
<crtdbg.h>
|
||||
<assert.h>
|
||||
|
||||
1417931774 source:/home/heretic/Dev/fractorium/Source/EmberRender/EmberRender.cpp
|
||||
"EmberCommonPch.h"
|
||||
"EmberRender.h"
|
||||
"JpegUtils.h"
|
||||
|
||||
1417901704 /home/heretic/Dev/fractorium/Source/EmberRender/EmberRender.h
|
||||
"EmberOptions.h"
|
||||
|
||||
1417930466 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberOptions.h
|
||||
"EmberCommon.h"
|
||||
|
||||
1417930466 /home/heretic/Dev/fractorium/Source/EmberCommon/EmberCommon.h
|
||||
"EmberCommonPch.h"
|
||||
|
||||
1417932245 /home/heretic/Dev/fractorium/Source/EmberCommon/JpegUtils.h
|
||||
"EmberCommonPch.h"
|
||||
|
@ -1,39 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Release x64" />
|
||||
<File name="../../Source/EmberCommon/JpegUtils.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="6646" topLine="170" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/EmberCommon.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="2710" topLine="73" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/SimpleOpt.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="19841" topLine="580" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberRender/EmberRender.cpp" open="0" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="11033" topLine="315" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/EmberOptions.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="3660" topLine="147" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/SimpleGlob.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="28888" topLine="905" />
|
||||
</Cursor>
|
||||
</File>
|
||||
<File name="../../Source/EmberCommon/EmberCommonPch.h" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
||||
<Cursor>
|
||||
<Cursor1 position="546" topLine="0" />
|
||||
</Cursor>
|
||||
</File>
|
||||
</CodeBlocks_layout_file>
|
@ -1,179 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="EmberTester" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug x64">
|
||||
<Option output="EmberTester" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia Win32">
|
||||
<Option output="EmberTester" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia x64">
|
||||
<Option output="EmberTester" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release x64">
|
||||
<Option output="EmberTester" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release Win32">
|
||||
<Option output="EmberTester" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Debug Win32">
|
||||
<Option output="EmberTester" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-D_DEBUG" />
|
||||
<Add option="-D_CONSOLE" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommon.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.cpp" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommonPch.h" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberOptions.h" />
|
||||
<Unit filename="../../Source/EmberCommon/JpegUtils.h" />
|
||||
<Unit filename="../../Source/EmberCommon/SimpleGlob.h" />
|
||||
<Unit filename="../../Source/EmberCommon/SimpleOpt.h" />
|
||||
<Unit filename="../../Source/EmberTester/EmberTester.cpp" />
|
||||
<Unit filename="../../Source/EmberTester/EmberTester.h" />
|
||||
<Unit filename="ReadMe.txt" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Debug x64" />
|
||||
</CodeBlocks_layout_file>
|
@ -1,450 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="Fractorium" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug x64">
|
||||
<Option output="Fractorium" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DUNICODE" />
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DQT_DLL" />
|
||||
<Add option="-DQT_CORE_LIB" />
|
||||
<Add option="-DQT_GUI_LIB" />
|
||||
<Add option="-DQT_MULTIMEDIA_LIB" />
|
||||
<Add option="-DQT_HELP_LIB" />
|
||||
<Add option="-DQT_OPENGL_LIB" />
|
||||
<Add option="-DQT_WIDGETS_LIB" />
|
||||
<Add option="-DQT_XML_LIB" />
|
||||
<Add directory="." />
|
||||
<Add directory="$(QTDIR)/include" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles/ConfigurationName" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include/QtMultimedia" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include/QtHelp" />
|
||||
<Add directory="$(QTDIR)/include/QtConcurrent" />
|
||||
<Add directory="$(QTDIR)/include/QtCore" />
|
||||
<Add directory="$(QTDIR)/include/QtGui" />
|
||||
<Add directory="$(QTDIR)/include/QtOpenGL" />
|
||||
<Add directory="$(QTDIR)/include/QtWidgets" />
|
||||
<Add directory="$(QTDIR)/include/QtXml" />
|
||||
<Add directory="./GeneratedFiles" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="../../../glew/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
<Add directory="./GeneratedFiles/" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="qtmaind.lib" />
|
||||
<Add library="Qt5Cored.lib" />
|
||||
<Add library="Qt5Guid.lib" />
|
||||
<Add library="Qt5OpenGLd.lib" />
|
||||
<Add library="opengl32.lib" />
|
||||
<Add library="glu32.lib" />
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Qt5Widgetsd.lib" />
|
||||
<Add library="Qt5Xmld.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(QTDIR)/lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia Win32">
|
||||
<Option output="Fractorium" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DUNICODE" />
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DQT_DLL" />
|
||||
<Add option="-DQT_NO_DEBUG" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-DQT_CORE_LIB" />
|
||||
<Add option="-DQT_GUI_LIB" />
|
||||
<Add option="-DQT_MULTIMEDIA_LIB" />
|
||||
<Add option="-DQT_HELP_LIB" />
|
||||
<Add option="-DQT_OPENGL_LIB" />
|
||||
<Add option="-DQT_WIDGETS_LIB" />
|
||||
<Add option="-DQT_XML_LIB" />
|
||||
<Add directory="." />
|
||||
<Add directory="$(QTDIR)/include" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles/ConfigurationName" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include/QtMultimedia" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include/QtHelp" />
|
||||
<Add directory="$(QTDIR)/include/QtConcurrent" />
|
||||
<Add directory="$(QTDIR)/include/QtCore" />
|
||||
<Add directory="$(QTDIR)/include/QtGui" />
|
||||
<Add directory="$(QTDIR)/include/QtOpenGL" />
|
||||
<Add directory="$(QTDIR)/include/QtWidgets" />
|
||||
<Add directory="$(QTDIR)/include/QtXml" />
|
||||
<Add directory="./GeneratedFiles" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="../../../glew/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
<Add directory="./GeneratedFiles/" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="qtmain.lib" />
|
||||
<Add library="Qt5Core.lib" />
|
||||
<Add library="Qt5Gui.lib" />
|
||||
<Add library="Qt5OpenGL.lib" />
|
||||
<Add library="opengl32.lib" />
|
||||
<Add library="glu32.lib" />
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Qt5Widgets.lib" />
|
||||
<Add library="Qt5Xml.lib" />
|
||||
<Add directory="$(QTDIR)/lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="ReleaseNvidia x64">
|
||||
<Option output="Fractorium" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DUNICODE" />
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DQT_DLL" />
|
||||
<Add option="-DQT_NO_DEBUG" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-DQT_CORE_LIB" />
|
||||
<Add option="-DQT_GUI_LIB" />
|
||||
<Add option="-DQT_MULTIMEDIA_LIB" />
|
||||
<Add option="-DQT_HELP_LIB" />
|
||||
<Add option="-DQT_OPENGL_LIB" />
|
||||
<Add option="-DQT_WIDGETS_LIB" />
|
||||
<Add option="-DQT_XML_LIB" />
|
||||
<Add directory="." />
|
||||
<Add directory="$(QTDIR)/include" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles/ConfigurationName" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include/QtMultimedia" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include/QtHelp" />
|
||||
<Add directory="$(QTDIR)/include/QtConcurrent" />
|
||||
<Add directory="$(QTDIR)/include/QtCore" />
|
||||
<Add directory="$(QTDIR)/include/QtGui" />
|
||||
<Add directory="$(QTDIR)/include/QtOpenGL" />
|
||||
<Add directory="$(QTDIR)/include/QtWidgets" />
|
||||
<Add directory="$(QTDIR)/include/QtXml" />
|
||||
<Add directory="./GeneratedFiles" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="../../../glew/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
<Add directory="./GeneratedFiles/" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="qtmain.lib" />
|
||||
<Add library="Qt5Core.lib" />
|
||||
<Add library="Qt5Gui.lib" />
|
||||
<Add library="Qt5OpenGL.lib" />
|
||||
<Add library="opengl32.lib" />
|
||||
<Add library="glu32.lib" />
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Qt5Widgets.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(QTDIR)/lib" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release x64">
|
||||
<Option output="Fractorium" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DUNICODE" />
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DQT_DLL" />
|
||||
<Add option="-DQT_NO_DEBUG" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-DQT_CORE_LIB" />
|
||||
<Add option="-DQT_GUI_LIB" />
|
||||
<Add option="-DQT_MULTIMEDIA_LIB" />
|
||||
<Add option="-DQT_HELP_LIB" />
|
||||
<Add option="-DQT_OPENGL_LIB" />
|
||||
<Add option="-DQT_WIDGETS_LIB" />
|
||||
<Add option="-DQT_XML_LIB" />
|
||||
<Add directory="." />
|
||||
<Add directory="$(QTDIR)/include" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles/ConfigurationName" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include/QtMultimedia" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include/QtHelp" />
|
||||
<Add directory="$(QTDIR)/include/QtConcurrent" />
|
||||
<Add directory="$(QTDIR)/include/QtCore" />
|
||||
<Add directory="$(QTDIR)/include/QtGui" />
|
||||
<Add directory="$(QTDIR)/include/QtOpenGL" />
|
||||
<Add directory="$(QTDIR)/include/QtWidgets" />
|
||||
<Add directory="$(QTDIR)/include/QtXml" />
|
||||
<Add directory="./GeneratedFiles" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="../../../glew/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
<Add directory="./GeneratedFiles/" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="qtmain.lib" />
|
||||
<Add library="Qt5Core.lib" />
|
||||
<Add library="Qt5Gui.lib" />
|
||||
<Add library="Qt5OpenGL.lib" />
|
||||
<Add library="opengl32.lib" />
|
||||
<Add library="glu32.lib" />
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Qt5Widgets.lib" />
|
||||
<Add library="Ws2_32.lib" />
|
||||
<Add directory="$(QTDIR)/lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86_64" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Release Win32">
|
||||
<Option output="Fractorium" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DUNICODE" />
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DQT_DLL" />
|
||||
<Add option="-DQT_NO_DEBUG" />
|
||||
<Add option="-DNDEBUG" />
|
||||
<Add option="-DQT_CORE_LIB" />
|
||||
<Add option="-DQT_GUI_LIB" />
|
||||
<Add option="-DQT_MULTIMEDIA_LIB" />
|
||||
<Add option="-DQT_HELP_LIB" />
|
||||
<Add option="-DQT_OPENGL_LIB" />
|
||||
<Add option="-DQT_WIDGETS_LIB" />
|
||||
<Add option="-DQT_XML_LIB" />
|
||||
<Add directory="." />
|
||||
<Add directory="$(QTDIR)/include" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles/ConfigurationName" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include/QtMultimedia" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include/QtHelp" />
|
||||
<Add directory="$(QTDIR)/include/QtConcurrent" />
|
||||
<Add directory="$(QTDIR)/include/QtCore" />
|
||||
<Add directory="$(QTDIR)/include/QtGui" />
|
||||
<Add directory="$(QTDIR)/include/QtOpenGL" />
|
||||
<Add directory="$(QTDIR)/include/QtWidgets" />
|
||||
<Add directory="$(QTDIR)/include/QtXml" />
|
||||
<Add directory="./GeneratedFiles" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="../../../glew/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
<Add directory="./GeneratedFiles/" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="qtmain.lib" />
|
||||
<Add library="Qt5Core.lib" />
|
||||
<Add library="Qt5Gui.lib" />
|
||||
<Add library="Qt5OpenGL.lib" />
|
||||
<Add library="opengl32.lib" />
|
||||
<Add library="glu32.lib" />
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Qt5Widgets.lib" />
|
||||
<Add library="Qt5Xml.lib" />
|
||||
<Add directory="$(QTDIR)/lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
<Target title="Debug Win32">
|
||||
<Option output="Fractorium" prefix_auto="1" extension_auto="1" />
|
||||
<Option type="0" />
|
||||
<Option compiler="gcc" />
|
||||
<Compiler>
|
||||
<Add option="-DUNICODE" />
|
||||
<Add option="-DWIN32" />
|
||||
<Add option="-DQT_DLL" />
|
||||
<Add option="-DQT_CORE_LIB" />
|
||||
<Add option="-DQT_GUI_LIB" />
|
||||
<Add option="-DQT_MULTIMEDIA_LIB" />
|
||||
<Add option="-DQT_HELP_LIB" />
|
||||
<Add option="-DQT_OPENGL_LIB" />
|
||||
<Add option="-DQT_WIDGETS_LIB" />
|
||||
<Add option="-DQT_XML_LIB" />
|
||||
<Add directory="." />
|
||||
<Add directory="$(QTDIR)/include" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles" />
|
||||
<Add directory="../../Fractorium/GeneratedFiles/ConfigurationName" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include/QtMultimedia" />
|
||||
<Add directory="$(QTDIR)/../qtmultimedia/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include" />
|
||||
<Add directory="$(QTDIR)/../qttools/include/QtHelp" />
|
||||
<Add directory="$(QTDIR)/include/QtConcurrent" />
|
||||
<Add directory="$(QTDIR)/include/QtCore" />
|
||||
<Add directory="$(QTDIR)/include/QtGui" />
|
||||
<Add directory="$(QTDIR)/include/QtOpenGL" />
|
||||
<Add directory="$(QTDIR)/include/QtWidgets" />
|
||||
<Add directory="$(QTDIR)/include/QtXml" />
|
||||
<Add directory="./GeneratedFiles" />
|
||||
<Add directory="../../Source/Ember" />
|
||||
<Add directory="../../Source/EmberCL" />
|
||||
<Add directory="../../Source/EmberCommon" />
|
||||
<Add directory="../../../glm" />
|
||||
<Add directory="../../../tbb/include" />
|
||||
<Add directory="../../../libjpeg" />
|
||||
<Add directory="../../../libpng" />
|
||||
<Add directory="../../../libxml2/include" />
|
||||
<Add directory="../../../glew/include" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/include" />
|
||||
<Add directory="$(CUDA_PATH)include" />
|
||||
<Add directory="./GeneratedFiles/" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add library="qtmaind.lib" />
|
||||
<Add library="Qt5Cored.lib" />
|
||||
<Add library="Qt5Guid.lib" />
|
||||
<Add library="Qt5OpenGLd.lib" />
|
||||
<Add library="opengl32.lib" />
|
||||
<Add library="glu32.lib" />
|
||||
<Add library="opencl.lib" />
|
||||
<Add library="Qt5Widgetsd.lib" />
|
||||
<Add library="Qt5Xmld.lib" />
|
||||
<Add directory="$(QTDIR)/lib" />
|
||||
<Add directory="$(AMDAPPSDKROOT)/lib/x86" />
|
||||
<Add directory="$(CUDA_PATH)lib/Linux" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Unit filename="../../../../glm/glm/glm.hpp" />
|
||||
<Unit filename="../../Source/EmberCommon/EmberCommon.h" />
|
||||
<Unit filename="../../Source/Fractorium/AboutDialog.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/DoubleSpinBox.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/DoubleSpinBox.h" />
|
||||
<Unit filename="../../Source/Fractorium/EmberFile.h" />
|
||||
<Unit filename="../../Source/Fractorium/FinalRenderDialog.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FinalRenderEmberController.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FinalRenderEmberController.h" />
|
||||
<Unit filename="../../Source/Fractorium/Fractorium.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/Fractorium.h" />
|
||||
<Unit filename="../../Source/Fractorium/Fractorium.rc" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumEmberController.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumEmberController.h" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumInfo.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumLibrary.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumMenus.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumPalette.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumParams.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumPch.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumPch.h" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumRender.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumSettings.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumToolbar.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumXforms.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumXformsAffine.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumXformsColor.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumXformsVariations.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/FractoriumXformsXaos.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/GLEmberController.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/GLEmberController.h" />
|
||||
<Unit filename="../../Source/Fractorium/GLWidget.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/GLWidget.h" />
|
||||
<Unit filename="../../Source/Fractorium/Icons/Fractorium.ico" />
|
||||
<Unit filename="../../Source/Fractorium/OptionsDialog.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/SpinBox.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/SpinBox.h" />
|
||||
<Unit filename="../../Source/Fractorium/StealthComboBox.h" />
|
||||
<Unit filename="../../Source/Fractorium/TableWidget.h" />
|
||||
<Unit filename="../../Source/Fractorium/VariationTreeWidgetItem.h" />
|
||||
<Unit filename="../../Source/Fractorium/main.cpp" />
|
||||
<Unit filename="../../Source/Fractorium/resource.h" />
|
||||
<Unit filename="GeneratedFiles/Debug/moc_AboutDialog.cpp" />
|
||||
<Unit filename="GeneratedFiles/Debug/moc_DoubleSpinBox.cpp" />
|
||||
<Unit filename="GeneratedFiles/Debug/moc_FinalRenderDialog.cpp" />
|
||||
<Unit filename="GeneratedFiles/Debug/moc_Fractorium.cpp" />
|
||||
<Unit filename="GeneratedFiles/Debug/moc_FractoriumSettings.cpp" />
|
||||
<Unit filename="GeneratedFiles/Debug/moc_GLWidget.cpp" />
|
||||
<Unit filename="GeneratedFiles/Debug/moc_OptionsDialog.cpp" />
|
||||
<Unit filename="GeneratedFiles/Debug/moc_SpinBox.cpp" />
|
||||
<Unit filename="GeneratedFiles/Debug/moc_StealthComboBox.cpp" />
|
||||
<Unit filename="GeneratedFiles/Debug/moc_TableWidget.cpp" />
|
||||
<Unit filename="GeneratedFiles/Debug/moc_TwoButtonWidget.cpp" />
|
||||
<Unit filename="GeneratedFiles/ReleaseNvidia/moc_AboutDialog.cpp" />
|
||||
<Unit filename="GeneratedFiles/ReleaseNvidia/moc_DoubleSpinBox.cpp" />
|
||||
<Unit filename="GeneratedFiles/ReleaseNvidia/moc_FinalRenderDialog.cpp" />
|
||||
<Unit filename="GeneratedFiles/ReleaseNvidia/moc_Fractorium.cpp" />
|
||||
<Unit filename="GeneratedFiles/ReleaseNvidia/moc_FractoriumSettings.cpp" />
|
||||
<Unit filename="GeneratedFiles/ReleaseNvidia/moc_GLWidget.cpp" />
|
||||
<Unit filename="GeneratedFiles/ReleaseNvidia/moc_OptionsDialog.cpp" />
|
||||
<Unit filename="GeneratedFiles/ReleaseNvidia/moc_SpinBox.cpp" />
|
||||
<Unit filename="GeneratedFiles/ReleaseNvidia/moc_StealthComboBox.cpp" />
|
||||
<Unit filename="GeneratedFiles/ReleaseNvidia/moc_TableWidget.cpp" />
|
||||
<Unit filename="GeneratedFiles/ReleaseNvidia/moc_TwoButtonWidget.cpp" />
|
||||
<Unit filename="GeneratedFiles/Release/moc_AboutDialog.cpp" />
|
||||
<Unit filename="GeneratedFiles/Release/moc_DoubleSpinBox.cpp" />
|
||||
<Unit filename="GeneratedFiles/Release/moc_FinalRenderDialog.cpp" />
|
||||
<Unit filename="GeneratedFiles/Release/moc_Fractorium.cpp" />
|
||||
<Unit filename="GeneratedFiles/Release/moc_FractoriumSettings.cpp" />
|
||||
<Unit filename="GeneratedFiles/Release/moc_GLWidget.cpp" />
|
||||
<Unit filename="GeneratedFiles/Release/moc_OptionsDialog.cpp" />
|
||||
<Unit filename="GeneratedFiles/Release/moc_SpinBox.cpp" />
|
||||
<Unit filename="GeneratedFiles/Release/moc_StealthComboBox.cpp" />
|
||||
<Unit filename="GeneratedFiles/Release/moc_TableWidget.cpp" />
|
||||
<Unit filename="GeneratedFiles/Release/moc_TwoButtonWidget.cpp" />
|
||||
<Unit filename="GeneratedFiles/qrc_Fractorium.cpp" />
|
||||
<Unit filename="GeneratedFiles/ui_AboutDialog.h" />
|
||||
<Unit filename="GeneratedFiles/ui_FinalRenderDialog.h" />
|
||||
<Unit filename="GeneratedFiles/ui_Fractorium.h" />
|
||||
<Unit filename="GeneratedFiles/ui_OptionsDialog.h" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_layout_file>
|
||||
<ActiveTarget name="Debug x64" />
|
||||
</CodeBlocks_layout_file>
|
@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_workspace_file>
|
||||
<Workspace title="Workspace">
|
||||
<Project filename="Ember.cbp" />
|
||||
<Project filename="EmberCL.cbp" />
|
||||
<Project filename="EmberGenome.cbp" />
|
||||
<Project filename="EmberAnimate.cbp" />
|
||||
<Project filename="EmberRender.cbp">
|
||||
<Depends filename="Ember.cbp" />
|
||||
<Depends filename="EmberCL.cbp" />
|
||||
</Project>
|
||||
</Workspace>
|
||||
</CodeBlocks_workspace_file>
|
@ -1,4 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_workspace_layout_file>
|
||||
<ActiveProject path="Ember.cbp" />
|
||||
</CodeBlocks_workspace_layout_file>
|
@ -1,37 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
* zlib.props - location of zlib source
|
||||
*
|
||||
* libpng version 1.5.12 - July 11, 2012
|
||||
*
|
||||
* Copyright (c) 1998-2011 Glenn Randers-Pehrson
|
||||
*
|
||||
* This code is released under the libpng license.
|
||||
* For conditions of distribution and use, see the disclaimer
|
||||
* and license in png.h
|
||||
|
||||
* You must edit this file to record the location of the zlib
|
||||
* source code.
|
||||
-->
|
||||
|
||||
<Project ToolsVersion="4.0"
|
||||
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Label="Globals">
|
||||
<!-- Place the name of the directory containing the source of zlib used for
|
||||
debugging in this property.
|
||||
|
||||
The directory need only contain the '.c' and '.h' files from the
|
||||
source.
|
||||
|
||||
If you use a relative directory name (as below) then it must be
|
||||
relative to the project directories; these are one level deepers than
|
||||
the directories containing this file.
|
||||
|
||||
If the version of zlib you use does not match that used when the
|
||||
distribution was built you will get warnings from pngtest that the zlib
|
||||
versions do not match. The zlib version used in this build is recorded
|
||||
below:
|
||||
-->
|
||||
<ZLibSrcDir>..\..\..\..\zlib</ZLibSrcDir>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user