Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UniSet project repositories
uniset2
Commits
dabfb007
Commit
dabfb007
authored
Nov 02, 2015
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Версия с текущими накопивщимися изменениями (смена soname)
parent
02d43f0d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
TODO
TODO
+2
-0
libuniset2.spec
conf/libuniset2.spec
+3
-2
configure.ac
configure.ac
+1
-1
No files found.
TODO
View file @
dabfb007
...
@@ -79,3 +79,4 @@ UResolver (или ObjectRepository) позволяющего манипулир
...
@@ -79,3 +79,4 @@ UResolver (или ObjectRepository) позволяющего манипулир
- вместо commoncpp,libxml2,DebugStream и т.п. перейти всё-таки на boost?
- вместо commoncpp,libxml2,DebugStream и т.п. перейти всё-таки на boost?
- подумать возможно стоит переходить на lockfree-библиотеку libcds..(актуально для многопроцессорных систем)
- подумать возможно стоит переходить на lockfree-библиотеку libcds..(актуально для многопроцессорных систем)
- подумать может стоит перейти на использование ICE вместо CORBA
\ No newline at end of file
conf/libuniset2.spec
View file @
dabfb007
...
@@ -35,7 +35,8 @@ BuildRequires: libcommoncpp2-devel libomniORB-devel libsigc++2-devel
...
@@ -35,7 +35,8 @@ BuildRequires: libcommoncpp2-devel libomniORB-devel libsigc++2-devel
BuildPreReq: xsltproc
BuildPreReq: xsltproc
# due -std=c++11 using
# due -std=c++11 using
BuildPreReq: gcc5 >= 4.8
# BuildPreReq: gcc5 >= 4.8
# Must be gcc >= 4.7
%if_enabled io
%if_enabled io
BuildRequires: libcomedi-devel
BuildRequires: libcomedi-devel
...
@@ -427,7 +428,7 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
...
@@ -427,7 +428,7 @@ mv -f %buildroot%python_sitelibdir_noarch/* %buildroot%python_sitelibdir/%oname
%endif
%endif
%files extension-common-devel
%files extension-common-devel
%id %_includedir/%oname/extensions/
#
%id %_includedir/%oname/extensions/
%_includedir/%oname/extensions/*.*
%_includedir/%oname/extensions/*.*
%_libdir/libUniSet2Extensions.so
%_libdir/libUniSet2Extensions.so
%_libdir/libUniSet2MB*.so
%_libdir/libUniSet2MB*.so
...
...
configure.ac
View file @
dabfb007
...
@@ -30,7 +30,7 @@ AC_ENABLE_SHARED(yes)
...
@@ -30,7 +30,7 @@ AC_ENABLE_SHARED(yes)
AC_ENABLE_STATIC(no)
AC_ENABLE_STATIC(no)
AM_PROG_LIBTOOL
AM_PROG_LIBTOOL
LIBVER=2:
1
:0
LIBVER=2:
2
:0
AC_SUBST(LIBVER)
AC_SUBST(LIBVER)
ASTYLE_OPT="-A1 -T -C -S -N -L -w -Y -M -f -p --mode=c --lineend=linux --align-reference=type --align-pointer=type --suffix=none --style=ansi"
ASTYLE_OPT="-A1 -T -C -S -N -L -w -Y -M -f -p --mode=c --lineend=linux --align-reference=type --align-pointer=type --suffix=none --style=ansi"
...
...
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