Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
3ca08063
Commit
3ca08063
authored
Oct 22, 2015
by
Davis King
Browse files
Options
Browse Files
Download
Plain Diff
merged
parents
c2b66ecc
af6163d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
hash_map_kernel_c.h
dlib/hash_map/hash_map_kernel_c.h
+1
-1
makerel
docs/makerel
+1
-1
No files found.
dlib/hash_map/hash_map_kernel_c.h
View file @
3ca08063
...
@@ -218,7 +218,7 @@ namespace dlib
...
@@ -218,7 +218,7 @@ namespace dlib
)
const
)
const
{
{
// make sure requires clause is not broken
// make sure requires clause is not broken
DLIB_CASSERT
(
is_in_domain
(
d
),
DLIB_CASSERT
(
this
->
is_in_domain
(
d
),
"
\t
const range& hash_map::operator[]"
"
\t
const range& hash_map::operator[]"
<<
"
\n\t
d must be in the domain of the hash_map"
<<
"
\n\t
d must be in the domain of the hash_map"
<<
"
\n\t
this: "
<<
this
<<
"
\n\t
this: "
<<
this
...
...
docs/makerel
View file @
3ca08063
...
@@ -36,8 +36,8 @@ set_dlib_version PATCH 0
...
@@ -36,8 +36,8 @@ set_dlib_version PATCH 0
RELEASE
=
${
MAJOR_NUM
}
.
${
MINOR_NUM
}
RELEASE
=
${
MAJOR_NUM
}
.
${
MINOR_NUM
}
# Commit changes to the version numbers so that the makedocs script will use them.
# Commit changes to the version numbers so that the makedocs script will use them.
echo
Create Mercurial tags and commit release
echo
Create Mercurial tags and commit release
hg tag v
$RELEASE
||
report_failure
hg commit
-m
"Created release v
$RELEASE
"
||
report_failure
hg commit
-m
"Created release v
$RELEASE
"
||
report_failure
hg tag v
$RELEASE
||
report_failure
./makedocs makerel
||
exit
1
./makedocs makerel
||
exit
1
...
...
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