mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
CHANGES: Update
- Uclnt: - Added YMsgDispatcher::getAddress()
- Add getCount()
- Add instance count to thread names
- Make some getXX() functions const
- Slog: - Now not logging date, process id, id to console anylonger by default
- Introduced mutex to be able to use static buffer
This commit is contained in:
parent
9d09f7823d
commit
0855a4efd6
2 changed files with 7 additions and 3 deletions
8
CHANGES
8
CHANGES
|
|
@ -199,5 +199,9 @@ o added support for QT ui generation from .ui files
|
|||
|
||||
1.1.9-0
|
||||
-------
|
||||
o uclnt: Added YMsgDispatcher::getAddress()
|
||||
|
||||
o uclnt: - Added YMsgDispatcher::getAddress()
|
||||
- added getCount()
|
||||
- added instance count to thread names
|
||||
- made some getXX() functions const
|
||||
o slog: - now not logging date, process id, id to console anylonger by default
|
||||
- introduced mutex to be able to use static buffer
|
||||
|
|
|
|||
|
|
@ -187,7 +187,7 @@ LDFLAGS += -L/usr/X11/lib -lXext -lX11
|
|||
endif
|
||||
|
||||
ifeq ($(GCC_MAJOR),2)
|
||||
LPPFLAGS += -lstdc++
|
||||
LPPFLAGS += -lstdc++ -lm
|
||||
DEPEND_CPPFLAGS += -I/usr/include/g++ -I/usr/local/include
|
||||
else
|
||||
LPPFLAGS += -L/usr/local/gcc3.3/lib -lstdc++ -lgcc_s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue