blender/build_files/cmake
Sergey Sharybin 2010c6ad6c Made buildinfo aware of builds from GIT
- Use commit number since last annotated tag as a
  revision number replacement. It'll eb followed
  by 'M' symbol if there're local modification in
  the source tree.

- Commit short SHA1 is included. Helps getting
  information about commit used to build blender
  with much faster.

- If build is not done from master branch, this also
  will be noticed in the splash screen.

This commit also replaces revision stored in the
files with git-specific fields (change and hash).
This is kind of breaks compatibility, meaning
files which were saved before this change wouldn't
display any information about which revision they
were saved with. When we'll finally switch to git,
we'll see proper hash and change number since
previous release in the files, for until then
svn version will be used as a change number and
hash will be empty.

Not a huge deal, since this field was only used
by developers to help torubleshooting things and
isn't needed for blender itself.

Some additional tweaks are probably needed :)
2013-11-04 13:21:39 +00:00
..
config select-camera operator could select hidden cameras, also disable freestyle for make lite target. 2013-04-08 04:54:57 +00:00
example_scripts switch verious references from py3.2 -> 3.3 or just 3. 2012-11-26 13:58:06 +00:00
Modules cmake: set python, llvm and osl libs as advanced. 2013-08-28 04:32:39 +00:00
buildinfo.cmake Made buildinfo aware of builds from GIT 2013-11-04 13:21:39 +00:00
clang_array_check.py code cleanup: minor changes, clang checker option for exact size matches and use vector functions. 2013-04-14 12:01:12 +00:00
cmake_consistency_check_config.py add missing bullet header to cmake, quiet reports from 'make test_cmake' 2013-02-06 04:16:28 +00:00
cmake_consistency_check.py add ".hh" as an extension for source scripts. 2012-12-31 07:06:51 +00:00
cmake_netbeans_project.py add error check for qtcreator&netbeans project file generators to quit early if cmake fails. 2013-01-07 14:25:26 +00:00
cmake_qtcreator_project.py add error check for qtcreator&netbeans project file generators to quit early if cmake fails. 2013-01-07 14:25:26 +00:00
cmake_static_check_clang_array.py code cleanup: minor changes, clang checker option for exact size matches and use vector functions. 2013-04-14 12:01:12 +00:00
cmake_static_check_cppcheck.py remove unused auto-key struct-member from uiAfterFunc, add compiler defines to cppcheck utility script. 2013-08-10 23:27:42 +00:00
cmake_static_check_smatch.py pass compiler defines such as __FLT_MIN__ to smatch and sparse (they fail without them). 2013-08-08 01:53:02 +00:00
cmake_static_check_sparse.py pass compiler defines such as __FLT_MIN__ to smatch and sparse (they fail without them). 2013-08-08 01:53:02 +00:00
cmake_static_check_splint.py code cleanup: 2013-01-15 23:17:45 +00:00
macros.cmake add check for cmake that source files are not included multiple times 2013-10-25 06:21:38 +00:00
packaging.cmake CPack rpm cleanup 2012-05-16 02:51:58 +00:00
project_info.py code cleanup: rename bmesh operator files to be more consistent 2013-05-20 07:38:11 +00:00
project_source_info.py pass compiler defines such as __FLT_MIN__ to smatch and sparse (they fail without them). 2013-08-08 01:53:02 +00:00
RpmBuild.cmake when building blender as a py module use add_library(... MODULE on all systems, was SHARED on linux/windows. 2012-01-11 00:09:46 +00:00