Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
orc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
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
hygonsoc
orc
Commits
ec132ae1
Commit
ec132ae1
authored
Apr 18, 2014
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.4.19
parent
e9f4f44f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
17 deletions
+23
-17
RELEASE
RELEASE
+9
-0
configure.ac
configure.ac
+2
-2
orc/orcbytecodes.h
orc/orcbytecodes.h
+0
-3
orc/orcfunctions.c
orc/orcfunctions.c
+12
-12
No files found.
RELEASE
View file @
ec132ae1
0.4.19
======
Maintenance
release
:
-
Fix
out
-
of
-
tree
builds
(
Edward
Hervey
)
-
Fix
many
memory
leaks
,
compiler
warnings
and
coverity
warnings
(
Tim
-
Philipp
M
ü
ller
,
Olivier
Cr
ê
te
,
Todd
Agulnick
,
Sebastian
Dr
ö
ge
,
Vincent
Penquerc
'h, Edward Hervey)
- Documentation fix for mulhsw, mulhuw (William Manley)
0.4.18
======
...
...
configure.ac
View file @
ec132ae1
AC_PREREQ([2.58])
AC_INIT(orc,0.4.1
8.1
)
AC_INIT(orc,0.4.1
9
)
dnl don't forget to update libversion
AS_NANO(ORC_GIT=no,ORC_GIT=yes)
...
...
@@ -17,7 +17,7 @@ dnl - library source changed -> increment REVISION
dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
ORC_LIBVERSION="1
8:0:18
"
ORC_LIBVERSION="1
9:0:19
"
AC_SUBST(ORC_LIBVERSION)
AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_TAGS([])
...
...
orc/orcbytecodes.h
View file @
ec132ae1
/* autogenerated by generate-bytecode */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <math.h>
#include <orc/orc.h>
...
...
orc/orcfunctions.c
View file @
ec132ae1
...
...
@@ -190,12 +190,12 @@ orc_memcpy (void * ORC_RESTRICT d1, const void * ORC_RESTRICT s1, int n)
OrcProgram
*
p
;
#if 1
static
const
orc_uint8
bc
[]
=
{
1
,
9
,
10
,
111
,
114
,
99
,
95
,
109
,
101
,
109
,
99
,
112
,
121
,
11
,
1
,
1
,
12
,
1
,
1
,
42
,
0
,
4
,
2
,
0
,
};
p
=
orc_program_new_from_static_bytecode
(
bc
);
orc_program_set_backup_function
(
p
,
_backup_orc_memcpy
);
static
const
orc_uint8
bc
[]
=
{
1
,
9
,
10
,
111
,
114
,
99
,
95
,
109
,
101
,
109
,
99
,
112
,
121
,
11
,
1
,
1
,
12
,
1
,
1
,
42
,
0
,
4
,
2
,
0
,
};
p
=
orc_program_new_from_static_bytecode
(
bc
);
orc_program_set_backup_function
(
p
,
_backup_orc_memcpy
);
#else
p
=
orc_program_new
();
orc_program_set_name
(
p
,
"orc_memcpy"
);
...
...
@@ -287,12 +287,12 @@ orc_memset (void * ORC_RESTRICT d1, int p1, int n)
OrcProgram
*
p
;
#if 1
static
const
orc_uint8
bc
[]
=
{
1
,
9
,
10
,
111
,
114
,
99
,
95
,
109
,
101
,
109
,
115
,
101
,
116
,
11
,
1
,
1
,
16
,
1
,
42
,
0
,
24
,
2
,
0
,
};
p
=
orc_program_new_from_static_bytecode
(
bc
);
orc_program_set_backup_function
(
p
,
_backup_orc_memset
);
static
const
orc_uint8
bc
[]
=
{
1
,
9
,
10
,
111
,
114
,
99
,
95
,
109
,
101
,
109
,
115
,
101
,
116
,
11
,
1
,
1
,
16
,
1
,
42
,
0
,
24
,
2
,
0
,
};
p
=
orc_program_new_from_static_bytecode
(
bc
);
orc_program_set_backup_function
(
p
,
_backup_orc_memset
);
#else
p
=
orc_program_new
();
orc_program_set_name
(
p
,
"orc_memset"
);
...
...
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