Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
PALISADE Development
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
62
Issues
62
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PALISADE
PALISADE Development
Commits
a82fd9d7
Commit
a82fd9d7
authored
Jul 11, 2020
by
Yuriy Polyakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added documentation changes to v1.10.2
parent
56338b95
Pipeline
#165543948
canceled with stages
in 31 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
2 deletions
+8
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
Release_Notes.md
Release_Notes.md
+6
-0
doc/palisade_manual.pdf
doc/palisade_manual.pdf
+0
-0
lbcrypto-doxy-config
lbcrypto-doxy-config
+1
-1
No files found.
CMakeLists.txt
View file @
a82fd9d7
...
...
@@ -22,7 +22,7 @@ project (PALISADE C CXX)
set
(
PALISADE_VERSION_MAJOR 1
)
set
(
PALISADE_VERSION_MINOR 10
)
set
(
PALISADE_VERSION_PATCH
1
)
set
(
PALISADE_VERSION_PATCH
2
)
set
(
PALISADE_VERSION
${
PALISADE_VERSION_MAJOR
}
.
${
PALISADE_VERSION_MINOR
}
.
${
PALISADE_VERSION_PATCH
}
)
set
(
CMAKE_CXX_STANDARD 11
)
...
...
Release_Notes.md
View file @
a82fd9d7
07/11/2020: PALISADE v1.10.2 (development) is released
*
Fixes a bug affecting some threshold FHE scenarios
*
Adds more validation to CMake flags
*
Includes minor documentation cleanup
06/26/2020: PALISADE v1.10.1 (development) is released
*
Fixes a bug affecting some clang environments
...
...
doc/palisade_manual.pdf
View file @
a82fd9d7
No preview for this file type
lbcrypto-doxy-config
View file @
a82fd9d7
...
...
@@ -38,7 +38,7 @@ PROJECT_NAME = "PALISADE Lattice Crypto Library"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = "v1.10.
1
"
PROJECT_NUMBER = "v1.10.
2
"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment