Commit graph

80 commits

Author SHA1 Message Date
Jan Lindemann
759b5d3412 Release 1.1.24.0
merged changes from V_1_1_24_11_ONTOLOGY
2009-06-18 17:32:20 +00:00
Jan Lindemann
adef22ee10 Release 1.1.24-0
- Make YLifo::emtpy() and YFifo::empty() const
- Add YEloopTimerTask::timeLeft()
- Add beautified private YStringTree::_dump() method
2009-05-29 14:58:57 +00:00
Jan Lindemann
3a47874f03 Release 1.1.23-0
- Add member _notifierSignal and _sigmask to YAppEloop
2009-03-08 00:44:19 +00:00
Jan Lindemann
c8972f11c1 Release 1.1.22-0
- Add members setFlags(), addFlags(), flags() to YAbstractLoadableObject
2009-02-28 23:39:25 +00:00
Jan Lindemann
4b0692777a Release 1.1.21-0-dev
- Add members to YAppCmdLine and YAbstractApplication
2009-02-19 20:12:22 +00:00
Jan Lindemann
b4051b6635 Release 1.1.20-0-dev
- Add members to YAppCmdLine
  - Add errnum() and strerror() to file_ops
2009-01-26 17:13:15 +00:00
Jan Lindemann
dc8201a380 CHANGES, VERSION, jannet: Merged changes from V_1_1_19_PRE 2008-12-17 18:37:57 +00:00
Jan Lindemann
7428ca22c2 CHANGES: Merged changes from V_1_1_19_PRE 2008-12-17 18:37:36 +00:00
Jan Lindemann
ff9dcefcc8 Release 1.1.18-0
- Add process() and friends to YAbstractFamilyMember
2008-12-02 21:07:03 +00:00
Jan Lindemann
8d2687ed79 Release 1.1.17-0
- Change enum order for URLTOK_XXX
  - Add _dump() and clear() to YEloopEventQueue
  - Make dtor of YAbstractStandaloneTask virtual
  - Add logChildren() to YAbstractFamilyMember
  - Make eloop_register_timer() timeout argument const
2008-11-28 19:14:11 +00:00
Jan Lindemann
efdc32fa4c Release 1.1.16-0-dev 2008-07-13 15:05:18 +00:00
Jan Lindemann
50c8405910 Release 1.1.15-0
Add YStringTree::insertChild(int pos, const std::string &content)
2008-05-19 14:12:00 +00:00
Jan Lindemann
00dfb8f0eb Release 1.1.14-0
- Add new overloads vdump() to YStringTree
2008-05-01 12:36:32 +00:00
Jan Lindemann
1a9007e19a Release 1.1.13-0
- Add new members _longname() and _logname() to YAbstractFamilyMember
2008-02-21 10:09:32 +00:00
Jan Lindemann
68537a5664 Release 1.1.12-0
- Patched mingw gcc (gcc bug 24196)
2007-12-12 17:02:29 +00:00
Jan Lindemann
2f2c60f614 Everywhere: Streamline TOPDIR
Make definition and usage of TOPDIR consistent with other projects
2006-08-16 14:53:49 +00:00
Jan Lindemann
b77f714d01 Release 1.1.11-0
- Inifile:
    - Complete redesign behind the scenes, Depend on YStringTree
  - YMisc:
    - Add cropstr() and unquote()
  - Make:
    - Replace ytools.mk by proj.mk to be consistent with other projects
2006-07-31 14:50:35 +00:00
Jan Lindemann
083e627092 CHANGES: Inifile handle is now of (opaque) type struct inifile 2006-06-29 20:03:08 +00:00
Jan Lindemann
b8f21f8448 Release 1.1.10-4
- Misc:
    - Bugfix (by Benno): Fix read end condition in afs_read_from_fd()
  - Inifile:
    - Bugfix: short subsections weren't matched by match_super(),
      breaking inifile_get_num_sections()
    - Add typedef void *inifile_t stub, now to be used as inifile handle
2006-06-28 13:20:50 +00:00
Jan Lindemann
d71005b4e1 Release 1.1.10-4
- Count up version to protect old version
2006-03-22 14:20:38 +00:00
Jan Lindemann
a4b3075edd Release 1.1.10-3
- Base: Fix O_TRUNC in ytools_open()
  - Uclnt:
    - Improved logging
    - Push format ids by reference into YDataBox
2006-03-22 14:05:35 +00:00
Jan Lindemann
0ee9e88e4c CHANGES: Add YPath 2006-03-17 15:33:35 +00:00
Jan Lindemann
220f7101aa Release 1.1.10-2
- Support gcc 4.0, fixed some uninitialized vars and some syntax while at it
  - Support x86_64
  - Base/misc: Add consume_bytes_from_pipe()
  - Slog: slog() inline
  - Beautify some Makefiles (FIND_SUBDIRS)
  - Make:
    - Decoupled USE_COMPILER_OPTIMIZATION_OPTS from USE_DEBUG_OPS
    - Add USE_ASSERTIONS
    - Not using qt4 debug libs anylonger
    - Add run.mk
  - YShMem: Make a couple of functions inline
  - Uclnt/cpp: Fix some uninitialized variables, possibly harming stability (thread id)
2006-03-17 15:16:17 +00:00
Jan Lindemann
4b606a767a Release 1.1.10-1
- Fix build with some broken LOCAL_PREREQ definitions
  - Base: - bugfix in file_basename()
          - Add - Remove_command_line_option()
                  - Asciify()
                  - Parse_geometry_string()
                  - Ytools_strtok_r()
                  - Vslog()
                  - Ftruncate() for windows
  - Inifile: - bugfix in dump()
  - YApplication: newly added MVC framework
  - Make: - Move compiler optimization and such from project dirs into defs.mk.in
2006-03-03 13:02:56 +00:00
Jan Lindemann
48ade6d98b CHANGES, Makefile: Add YApplication MVC framework 2006-01-14 19:27:07 +00:00
Jan Lindemann
6fb6240bab Release 1.1.10-1
- New version number for preserving previous version
2005-12-19 16:19:24 +00:00
Jan Lindemann
5bcc25939c Release 1.1.10-0
- YError: - Add setFile() and setLine() methods
  - YOptString: - newly added
  - Usrv: - Fix crash due to race in unregistering from connection list
          - Fix memory leaks in YServer.cpp
          -  Major rewrite and renaming of classes
          - Optimized memory management
          - Add memory debugger
  - Misc: - Log mpatrol mem_dump() to syslog
  - Contr: - Add module YLifo
  - YOsc: - rewrite
  - Slog, platform, misc unified into module base
  - YThread: - Add setFlags(), addFlags(), delFlags() and changed setName() to
               avoid deadlock
  - Inifile: - Support quoted strings as values
             - Add inifile_val() and inifile_str() macros
  - Scripts: - some fixes to cvs_mail.sh
  - Make: - some indentation cleanup in defs.mk.in
          - Make all targets depend on all.done
          - Fix plugin.mk
  - Platform: - Add winerrno.h; will be removed again
2005-12-05 12:37:31 +00:00
Jan Lindemann
4ff2523a62 contr: - Add module YLifo 2005-11-12 14:47:31 +00:00
Jan Lindemann
dbef9eac5f CHANGES: Update
YError: - Add setFile() and setLine() methods
- YOptString: newly added
- Usrv: - Fix memory leaks in YServer.cpp
        - Optimized memory management
        - Add memory debugger
- Misc: - Log mpatrol mem_dump() to syslog
2005-09-07 15:00:11 +00:00
Jan Lindemann
0855a4efd6 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
2005-03-21 11:49:56 +00:00
Jan Lindemann
c0f452150e uclnt: Add YMsgDispatcher::getAddress() 2005-03-10 15:08:45 +00:00
Jan Lindemann
edab2f1762 Release 1.1.8-4-dev
- Add support for QT ui generation from .ui files
2005-01-18 19:18:19 +00:00
Jan Lindemann
d36e53a916 CHANGES: Update
contr Y2WayMap:
  - Fix typedef foo_t to typedef typename foo_t
  - Add dummy Y2WayMap.cpp to make Y2WayMap fail in ytools directory if buggy
2005-01-10 14:37:16 +00:00
Jan Lindemann
848758167e scripts: Call nice -10 on cptree.sh 2005-01-08 19:05:35 +00:00
Jan Lindemann
c7ed36c183 CHANGES: Update
uclnt: Continue write on EWOULDBLOCK, TODO: use select(), or, at
least, implement a timeout
2004-12-14 21:35:23 +00:00
Jan Lindemann
c13af90bd0 Release 1.1.8-3
- Make/rpmdist.mk: Add target ftag
  - Slog: Log hint about initlog() being deprecated
  - YThread: Log pthread_self() on entering thread
  - Misc: Add pthread_self_str()
  - YStopWatchThreadList: Fix generate_function_timer to work with SuSE 9.1 sed
  - Usrv: bugfix, server not quitting anylonger after termination of child
2004-12-14 20:34:05 +00:00
Jan Lindemann
64f194bcf2 Release 1.1.8-2
- Merge changes of V_1_1_5-2F3 -> V_1_1_5-2F4
2004-11-28 12:26:49 +00:00
6d632a7842 CHANGES: Update 2004-10-23 19:53:06 +00:00
Jan Lindemann
d7f69ef743 msgfmt: Bugfix, fmt_user was not correctly recognized, breaking up_format.c 2004-09-14 18:00:04 +00:00
Jan Lindemann
aa4bc767d9 $(TOPDIR), make, scripts: Merged changes of V_1_1_5-2 -> V_1_1_5-2F3 2004-09-04 19:46:32 +00:00
Jan Lindemann
5a4a2367c8 devutil/jcs and make: Add an EXTRAVERSION string to uname -r 2004-08-18 18:09:20 +00:00
Jan Lindemann
13c9f1b15e CHANGES: Update
- Devutil/jcs and make: Add support for specifying a bootlabel in kernel
  - Rpm build process; added asm to asm-$ARCH link in kernel include
2004-08-18 12:43:55 +00:00
Jan Lindemann
ae6eddd1e1 CHANGES: Update
Merge changes from V_1_1_5_2_FIXES and correct YStopWatchThreadList
related issues
2004-07-29 12:32:16 +00:00
Jan Lindemann
65abd880b6 uclnt: Fix uncaught exception during YMsgDispatcher::_dispatchEvent() 2004-04-28 19:04:50 +00:00
Jan Lindemann
a1d0854484 slog: Add possibility for multiple nested slog_open() calls 2004-04-21 00:07:04 +00:00
Jan Lindemann
7067725092 $(TOPDIR), make: Merged changes of V_1_1_7_1_JL 2004-04-20 16:48:50 +00:00
Jan Lindemann
b7fafdbcf8 make: Add linux-rpm.mk 2004-02-11 19:25:10 +00:00
Jan Lindemann
61db450ad1 make: Support local.mk 2004-02-11 12:25:21 +00:00
Jan Lindemann
7720231ed2 CHANGES: Update
- Slog: Support callstack traces
  - Uclnt/usrv: Support application defined down_terminate messages
  - YMutex: Make YDummyMutex YDebugMutex and made it lock again
2004-02-09 23:39:05 +00:00
Jan Lindemann
2b606ea66e YThread: Add getFlags(), setFlags(), addFlags(), delFlags() 2004-01-20 11:53:16 +00:00