lyx_mirror/src/support
Georg Baum 255501fa77 Add missing convert<> specialization for unsigned long.
This is needed on OS X.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15323 a592a061-630c-0410-9148-cb99ea01b6c8
2006-10-13 15:35:18 +00:00
..
tests propdel svn:executable 2006-09-19 07:09:36 +00:00
abort.C Consistent use of preprocessor guards; 2005-04-26 10:30:24 +00:00
atexit.c Consistent use of preprocessor guards; 2005-04-26 10:30:24 +00:00
ChangeLog truncate too long filenames for pdflatex 2006-03-15 21:00:15 +00:00
chdir.C Remove remaining OS/2 bits: 2006-05-14 17:00:53 +00:00
convert.C Add missing convert<> specialization for unsigned long. 2006-10-13 15:35:18 +00:00
convert.h the convert patch 2005-01-27 21:05:44 +00:00
copied_ptr.h Fix a bunch of doxygen warnings. 2003-10-08 11:31:51 +00:00
copy.C Enable lyx::copy to work when compiled with the gcc 2.95 compiler and stdlib. 2005-02-17 17:53:33 +00:00
cow_ptr.h Whitespace, only whitespace. 2004-10-05 10:11:42 +00:00
debugstream.h fix compilation with boost 1.33.0 2006-03-07 08:29:12 +00:00
docstream.C Work around a gcc bug on systems where wchar_t is not used as lyx::char_type 2006-10-12 19:18:17 +00:00
docstream.h Introduce wide streams. This fixes the remaining problems of plain text 2006-10-11 19:40:50 +00:00
docstring.C Oops, I forgot to return a reference in operator+=. This patch fixes that. 2006-10-08 09:59:17 +00:00
docstring.h Oops, I forgot to return a reference in operator+=. This patch fixes that. 2006-10-08 09:59:17 +00:00
environment.C Fix mess up of internal/external paths (from Enrico Forestieri) 2006-04-05 19:26:08 +00:00
environment.h Remove spurious unicode char in comment. 2005-08-09 16:56:36 +00:00
filefilterlist.C This commit is converting everything related to browsing to unicode (qt4 only). 2006-10-09 16:33:20 +00:00
filefilterlist.h This commit is converting everything related to browsing to unicode (qt4 only). 2006-10-09 16:33:20 +00:00
FileMonitor.C ditch FileInfo -> use boost.filesystem 2005-01-31 10:42:26 +00:00
FileMonitor.h Use the preferred calling for Boost.Signal 2004-09-26 14:19:47 +00:00
filename.C make FileName::isZipped more efficient by caching previous results 2006-07-08 14:16:56 +00:00
filename.h make FileName::isZipped more efficient by caching previous results 2006-07-08 14:16:56 +00:00
filetools.C Fix converters in our scripts directory 2006-09-11 16:07:49 +00:00
filetools.h Fix converters in our scripts directory 2006-09-11 16:07:49 +00:00
fontutils.C APPLE compilation fix. 2006-10-03 15:51:16 +00:00
fontutils.h This commit moves system font initialization and restoration to new support/fontutils.[Ch]. 2006-10-02 10:48:03 +00:00
forkedcall.C Some MSVC2003/2005 compatibility fixes, from Bo Peng (ben.bob@gmail.com) 2006-05-29 14:56:08 +00:00
forkedcall.h Consistent use of preprocessor guards; 2005-04-26 10:30:24 +00:00
forkedcallqueue.C Make it clearer where include files are comming from. 2004-11-07 13:22:51 +00:00
forkedcallqueue.h whitespace cleanup 2006-04-05 23:39:11 +00:00
forkedcontr.C Consistent use of preprocessor guards; 2005-04-26 10:30:24 +00:00
forkedcontr.h Consistent use of preprocessor guards; 2005-04-26 10:30:24 +00:00
fs_extras.C s/errno.h/cerrno/ 2006-09-07 15:23:16 +00:00
fs_extras.h Consistent use of preprocessor guards; 2005-04-26 10:30:24 +00:00
getcwd.C Remove remaining OS/2 bits: 2006-05-14 17:00:53 +00:00
kill.C s/errno.h/cerrno/ 2006-09-07 15:23:16 +00:00
limited_stack.h If I ever see another licence blurb again, it'll be too soon... 2003-08-23 00:17:00 +00:00
lstrings.C Introduce wide streams. This fixes the remaining problems of plain text 2006-10-11 19:40:50 +00:00
lstrings.h Introduce wide streams. This fixes the remaining problems of plain text 2006-10-11 19:40:50 +00:00
lyxalgo.h * src/support/lyxalgo.h 2006-06-15 08:06:00 +00:00
lyxlib.h Rearrange and rename the environment variable setter/getter functions. 2005-02-15 13:45:41 +00:00
lyxmanip.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
lyxsum.C Some MSVC2003/2005 compatibility fixes, from Bo Peng (ben.bob@gmail.com) 2006-05-29 14:56:08 +00:00
lyxtime.C localize date/time 2005-07-05 09:01:52 +00:00
lyxtime.h localize date/time 2005-07-05 09:01:52 +00:00
Makefile.am Introduce wide streams. This fixes the remaining problems of plain text 2006-10-11 19:40:50 +00:00
mkdir.C Some MSVC2003/2005 compatibility fixes, from Bo Peng (ben.bob@gmail.com) 2006-05-29 14:56:08 +00:00
os_cygwin.C Minor os_cygwin.C change, from Enrico 2006-09-08 15:07:22 +00:00
os_unix.C Renaming: 2006-06-27 10:51:24 +00:00
os_win32.C Remove the hide console trick in support/os_win32.C since wrapper hidecmd.c can completely hide the console. 2006-07-25 19:38:56 +00:00
os_win32.h Make things compile on MSVC: 2005-10-02 21:49:52 +00:00
os.C Call python with the -tt switch to make mixed tab/space indentation an error 2006-06-30 13:54:01 +00:00
os.h Call python with the -tt switch to make mixed tab/space indentation an error 2006-06-30 13:54:01 +00:00
package.C.in A bunch of conversion to docstring. 2006-09-11 08:54:10 +00:00
package.h remove xforms relicts 2006-07-08 09:40:15 +00:00
path.C Trivial fixes to some warnings thrown up by MSVS.Net 2003. 2005-11-02 20:11:36 +00:00
path.h comment out the usage checking macros 2006-04-05 23:03:58 +00:00
pch.h fix nullstream also in pch files 2006-03-07 10:02:07 +00:00
RandomAccessList.h whitespace cleanup 2006-04-05 23:39:11 +00:00
rename.C Remove remaining OS/2 bits: 2006-05-14 17:00:53 +00:00
socktools.C Test for things that MSVC doesn't have, rather than for things it does. 2005-05-02 19:54:36 +00:00
socktools.h Jo�o Assirati's lyxsocket patch. 2003-10-13 12:25:11 +00:00
std_istream.h Replace LString.h with support/std_string.h, 2003-09-05 17:23:11 +00:00
std_ostream.h Replace LString.h with support/std_string.h, 2003-09-05 17:23:11 +00:00
strerror.c whitespace cleanup 2006-04-05 23:39:11 +00:00
systemcall.C * os.C: #include "os_win32.h" for _WIN32. 2004-12-14 12:29:53 +00:00
systemcall.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00
tempname.C Some MSVC2003/2005 compatibility fixes, from Bo Peng (ben.bob@gmail.com) 2006-05-29 14:56:08 +00:00
textutils.h All methods: use char_type as argument instead of char. 2006-09-03 12:12:53 +00:00
translator.h * translator.h: use bind, equal_to instead of equal_1st_in_pair 2004-11-06 16:42:30 +00:00
types.h Use wchar_t as lyx::char_type if it is 32 bit wide. 2006-09-13 21:13:49 +00:00
unicode.C Fix debug output (detected by a MSVC warning) 2006-10-08 10:31:34 +00:00
unicode.h s/boost::uint32_t/lyx::char_type/g except in the definition of lyx::docstring 2006-09-13 17:11:39 +00:00
unlink.C Guard HAVE_UNISTD_H. 2005-01-20 15:38:14 +00:00
userinfo.C win32 compilation fix 2006-09-10 10:32:41 +00:00
userinfo.h The std::string mammoth path. 2003-10-06 15:43:21 +00:00