Skip to content

Commit

Permalink
updated git tree to Theron 5.00.03
Browse files Browse the repository at this point in the history
  • Loading branch information
guruofquality committed Sep 27, 2012
1 parent ccc8d24 commit f2a47f7
Show file tree
Hide file tree
Showing 640 changed files with 78,803 additions and 1,423 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ endif()
file(GLOB theron_sources "${CMAKE_CURRENT_SOURCE_DIR}/Theron/*.cpp")
add_library(theron STATIC ${theron_sources})
target_link_libraries(theron ${theron_libs})
set_target_properties(theron PROPERTIES VERSION "4.02.02")
set_target_properties(theron PROPERTIES VERSION "5.00.03")

########################################################################
# Build unittests
Expand All @@ -81,7 +81,7 @@ file(GLOB sample_dirs
foreach(sample_dir ${sample_dirs})
get_filename_component(sample ${sample_dir} NAME)
file(GLOB sample_sources "${sample_dir}/*.cpp")
if(sample_sources)
if(sample_sources AND NOT "${sample}" STREQUAL "Theron")
add_executable(${sample} ${sample_sources})
target_link_libraries(${sample} theron ${theron_libs})
endif()
Expand Down
4 changes: 0 additions & 4 deletions Docs/Address_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Docs/Align_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Docs/Align_8h_a6b92e21cf2b0c773b4a052bf6607a571.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

149 changes: 149 additions & 0 deletions Docs/Align_8h_aa13ea2847e77501c84f513c5c02f6ddf.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Docs/Align_8h_aa86be845f4b9d38ff257ea574513e814.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Docs/Align_8h_aab2275e2ca1403d2b6ad6f4799d78638.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Docs/Align_8h_ac85c549d2873f38d3bfa43ab7926bf45.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Docs/Align_8h_ace9b78c6c93283250d6fa9b2b4f846d2.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Docs/Align_8h_af2cc57ef1afc7508e07cf25adec9bd9b.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Docs/Align_8h_afde36f5f326cb238a9c56c09bcc1bcab.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Docs/Defines_8h.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Docs/Defines_8h_a0b9efe056acea27a0164457d09896e2d.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Docs/Defines_8h_a105934ea95dec270ad05d20790c1a33e.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Docs/Defines_8h_a344bc60db4b7e996f423dde5236491fd.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f2a47f7

Please sign in to comment.