blender/intern/cycles/app
Sergey Sharybin bd7e4d2a3d Tweaks to the version string formation
Couple of things:

- No need to use string streams to format the version string,
  we can do it at compile time and don't bother with anything
  at runtime.

- Function declaration was wring and would have caused linking
  conflicts in cases when util_version.h was included from
  multiple places.

We should have an utility function to get Cycles version so
applications which are linked to Cycles dynamically can query
the version, but that can't be done as an inlined function in
header and would need to be a function properly exported to a
global symbol table (aka, be implemented in a .cpp file).
2016-04-13 09:45:26 +02:00
..
CMakeLists.txt CMake cleanup target_link_libraries_decoupled 2016-03-30 15:15:17 +02:00
cycles_server.cpp Fix compilation of cycles network server when logging is enabled 2015-03-29 22:22:53 +02:00
cycles_standalone.cpp Tweaks to the version string formation 2016-04-13 09:45:26 +02:00
cycles_xml.cpp Revert "Cycles: Remove the Preetham Sky model." 2016-04-05 12:25:54 +02:00
cycles_xml.h Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00
io_export_cycles_xml.py Cleanup: Fix Cycles Apache header. 2014-12-25 02:50:24 +01:00