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
de8d1b45
Commit
de8d1b45
authored
Sep 25, 2011
by
David Schleef
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release 0.4.15
parent
ea4d9355
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
RELEASE
RELEASE
+12
-0
configure.ac
configure.ac
+2
-2
No files found.
RELEASE
View file @
de8d1b45
0.4.15
======
This
should
have
been
release
much
earlier
.
-
Protect
global
resources
with
mutexes
.
Duh
.
This
solves
a
bunch
of
bug
reports
.
-
Restore
c64x
-
c
backend
.
Untested
.
-
Convert
MMX
and
SSE
backends
to
a
new
instruction
scheduler
.
-
Add
alignment
and
size
hints
to
parser
.
0.4.14
======
...
...
configure.ac
View file @
de8d1b45
AC_PREREQ([2.58])
AC_INIT(orc,0.4.1
4.1
)
AC_INIT(orc,0.4.1
5
)
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
4:0:14
"
ORC_LIBVERSION="1
5:0:15
"
AC_SUBST(ORC_LIBVERSION)
AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_TAGS([])
...
...
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