Skip to content

Commit

Permalink
Merge branch 'release-1.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
zvonimir committed Sep 3, 2016
2 parents bf5b9eb + 0ed5608 commit fd8e9e5
Show file tree
Hide file tree
Showing 120 changed files with 1,913 additions and 37,154 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@

# detect all text files and automatically normalize them (convert CRLF to LF)
* text=auto

# Declare files that will always have LF line endings on checkout.
*.sh text eol=lf
*.py text eol=lf
bin/* text eol=lf
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ add_library(smackTranslator STATIC
include/smack/SimplifyLibCalls.h
include/smack/SmackRep.h
include/smack/SmackRepFlatMem.h
include/smack/MemorySafetyChecker.h
lib/smack/BoogieAst.cpp
lib/smack/BplFilePrinter.cpp
lib/smack/BplPrinter.cpp
Expand All @@ -173,6 +174,7 @@ add_library(smackTranslator STATIC
lib/smack/SimplifyLibCalls.cpp
lib/smack/SmackRep.cpp
lib/smack/SmackRepFlatMem.cpp
lib/smack/MemorySafetyChecker.cpp
)

add_executable(llvm2bpl
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = smack
PROJECT_NUMBER = 1.5.2
PROJECT_NUMBER = 1.6.0
PROJECT_BRIEF = "A bounded software verifier."
PROJECT_LOGO =
OUTPUT_DIRECTORY = docs
Expand Down
4 changes: 3 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Copyright (c) 2008-2016 Zvonimir Rakamaric ([email protected]),
Modified work Copyright (c) 2013-2016 Pantazis Deligiannis,
Montgomery Carter,
Arvind Haran,
Shaobo He
Shaobo He,
Jiten Thakkar,
Jonathan Whitaker

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
28 changes: 0 additions & 28 deletions Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions Makefile.common.in

This file was deleted.

Loading

0 comments on commit fd8e9e5

Please sign in to comment.