Skip to content

Commit fd8e9e5

Browse files
committed
Merge branch 'release-1.6.0'
2 parents bf5b9eb + 0ed5608 commit fd8e9e5

File tree

120 files changed

+1913
-37154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+1913
-37154
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@
33

44
# detect all text files and automatically normalize them (convert CRLF to LF)
55
* text=auto
6+
7+
# Declare files that will always have LF line endings on checkout.
8+
*.sh text eol=lf
9+
*.py text eol=lf
10+
bin/* text eol=lf

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ add_library(smackTranslator STATIC
158158
include/smack/SimplifyLibCalls.h
159159
include/smack/SmackRep.h
160160
include/smack/SmackRepFlatMem.h
161+
include/smack/MemorySafetyChecker.h
161162
lib/smack/BoogieAst.cpp
162163
lib/smack/BplFilePrinter.cpp
163164
lib/smack/BplPrinter.cpp
@@ -173,6 +174,7 @@ add_library(smackTranslator STATIC
173174
lib/smack/SimplifyLibCalls.cpp
174175
lib/smack/SmackRep.cpp
175176
lib/smack/SmackRepFlatMem.cpp
177+
lib/smack/MemorySafetyChecker.cpp
176178
)
177179

178180
add_executable(llvm2bpl

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#---------------------------------------------------------------------------
66
DOXYFILE_ENCODING = UTF-8
77
PROJECT_NAME = smack
8-
PROJECT_NUMBER = 1.5.2
8+
PROJECT_NUMBER = 1.6.0
99
PROJECT_BRIEF = "A bounded software verifier."
1010
PROJECT_LOGO =
1111
OUTPUT_DIRECTORY = docs

LICENSE

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Copyright (c) 2008-2016 Zvonimir Rakamaric (zvonimir@cs.utah.edu),
55
Modified work Copyright (c) 2013-2016 Pantazis Deligiannis,
66
Montgomery Carter,
77
Arvind Haran,
8-
Shaobo He
8+
Shaobo He,
9+
Jiten Thakkar,
10+
Jonathan Whitaker
911

1012
Permission is hereby granted, free of charge, to any person obtaining a copy
1113
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 0 additions & 28 deletions
This file was deleted.

Makefile.common.in

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)