source: branches/gcc-kmk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21835   14 years dmik Add missing INVERT and CLIENTFRAME defines for USER32.
(edit) @21834   14 years dmik Use correct thunk wrappers for 16-bit Win API calls under GCC.
(edit) @21833   14 years dmik Actually export symbols from IMM32OS2.DLL.
(edit) @21831   14 years dmik
(edit) @21829   14 years dmik Return correct EXITLIST order codes for KERNEL32 and ODINCRT. This is …
(edit) @21828   14 years dmik Fix calling _Pascal GCC functions from assembler. In GCC, _Pascal is …
(edit) @21827   14 years dmik Fix crash when reading non-existent ODIN.INI.
(edit) @21826   14 years dmik Don't use _Optlink for _LNK_CONV under GCC. _LNK_CONV is mainly used …
(edit) @21824   14 years dmik Make the debug version of ported DLLs build.
(edit) @21823   14 years dmik odincrt: Actually build malloc funciton replacements.
(edit) @21820   14 years dmik user32: Make GLOBALDATA segment shared.
(edit) @21818   14 years dmik Port IMM32 to GCC.
(edit) @21817   14 years dmik Build gdi32 with INVERT defined (as with VAC).
(edit) @21816   14 years dmik Port GDI32 to GCC.
(edit) @21814   14 years dmik kernel32: Underscore exporter C variables.
(edit) @21813   14 years dmik user32: Port GLOBALDATA segment to GCC.
(edit) @21812   14 years dmik Config.kmk: Add support for custom C++ exports to odin_implib macro.
(edit) @21811   14 years dmik Port USER32.DLL (funal bunch).
(edit) @21810   14 years dmik kernel32: Export prefixed cdecls.
(edit) @21809   14 years dmik Makefile for IMM32 library.
(edit) @21808   14 years dmik Port USER32.DLL (continued).
(edit) @21807   14 years dmik Quote exports in user32.def.
(edit) @21805   14 years dmik Use OdinCxx for win32.lib instead of OdinDLL.
(edit) @21804   14 years dmik Define USE_OS2_TOOLKIT_HEADERS. This is necessary since some APIs …
(edit) @21803   14 years dmik Config.kmk: Better template dependency.
(edit) @21802   14 years dmik Start porting USER32 to GCC.
(edit) @21801   14 years dmik Typo.
(edit) @21800   14 years dmik Add kBuild makefile for GDI32.DLL.
(edit) @21799   14 years dmik Use proper return code from DLL_Init.
(edit) @21798   14 years dmik Add hacked WGSS50 (8ebb9961...) that suports GCC LIBC.
(edit) @21797   14 years dmik Place shared segment to separate group to avoid combining. If the …
(edit) @21796   14 years dmik Define global DLL variables in KERNEL32 (shared segment) in a more …
(edit) @21794   14 years dmik Add malloc/free wrappers to ODINCRT.
(edit) @21793   14 years dmik Export VMutex class from KERNEL32.DLL with dllexport. It's not too …
(edit) @21792   14 years dmik Addition to r21790.
(edit) @21791   14 years dmik Use underscore in .asm to match extern "C" mangling. This relates to …
(edit) @21790   14 years dmik Extern "C". Mostly, to fix the GCC bug with stdcall not suppressing …
(edit) @21789   14 years dmik Get back non-inline versions of SetFS() and friends. They are …
(edit) @21787   14 years dmik Workaround stdcall bug in GCC related to vararg functions. This can …
(edit) @21786   14 years dmik Link KERNEL32 with necessary libraries and fix .asm source refs.
(edit) @21785   14 years dmik Build ODINCRT DLL.
(edit) @21783   14 years dmik Use underscores for symbols defined in .asm as they are cdecl. IBM …
(edit) @21782   14 years dmik Use _malloc/_free instead of odin_malloc/odin_free in assembler. …
(edit) @21781   14 years dmik Make Handle Manager functions compiler neutral with extern "C".
(edit) @21780   14 years dmik Fix building libwrap from the top directory.
(edit) @21779   14 years dmik Build win32k static library.
(edit) @21776   14 years dmik Add missing spacing to kernel32.def using the new script.
(edit) @21775   14 years dmik Build NTDLL library.
(edit) @21771   14 years dmik Prototype USER32 DLL. This gives us the import library necessary for …
(edit) @21770   14 years dmik initdll: No need in OS/2 API wrappers at DLL init time. This removes …
(edit) @21769   14 years dmik initdll: Make default DLL_Init()/Term() implementations weak. This is …
(edit) @21758   14 years dmik Common compiler warnings and errors.
(edit) @21757   14 years dmik Fix NTDLL init/term code.
(edit) @21755   14 years dmik Extern "C".
(edit) @21754   14 years dmik GCC has snprintf().
(edit) @21753   14 years dmik Quote names in kernel32.def.
(edit) @21751   14 years dmik Build LIBWRAP library.
(edit) @21746   14 years dmik Add handler to compile .orc source files with Wine RC.
(edit) @21743   14 years dmik Move unicode library to lib as it is shared among several parts.
(edit) @21742   14 years dmik Add C++ version of ODINHelperStripUNC() for non-const strings.
(edit) @21741   14 years dmik Common compiler warnings and errors.
(edit) @21740   14 years dmik GetCPInfo() could return wrong default char.
(edit) @21739   14 years dmik Define ras_snprintf() which differs from GNU LIBC snprintf().
(edit) @21737   14 years dmik Common compiler warnings and errors.
(edit) @21735   14 years dmik Match InitializeKernel32() return type usage with declaration.
(edit) @21734   14 years dmik Make kernel32 use initdll.lib.
(edit) @21733   14 years dmik Create lnitdll.lib to hold common DLL init/term code. This simplifies …
(edit) @21732   14 years dmik Common compiler warnings and errors.
(edit) @21731   14 years dmik Don't include missing includes under GCC.
(edit) @21730   14 years dmik Common compiler warnings and errors.
(edit) @21729   14 years dmik Use static member instead of global friend funciton.
(edit) @21728   14 years dmik Define ctordtorInit()/ctordtorTerm() on GCC.
(edit) @21727   14 years dmik Get rid of DLLENTRYPOINT_CCONV and DLLENTRYPOINT_NAME.
(edit) @21726   14 years dmik strcmpi -> stricmp. The former is deprecated since long and missing …
(edit) @21725   14 years dmik GCC doesn't have wcstr.h (wchar.h replaces it when needed).
(edit) @21724   14 years dmik No need for inline in class members defined at declaration.
(edit) @21722   14 years dmik GCC doesn't have _set_crt_msg_handle().
(edit) @21721   14 years dmik Define _interrupt(n) on GCC. It makes sense to add this VAC …
(edit) @21720   14 years dmik Replace "\" with "/" in include statements.
(edit) @21719   14 years dmik _ras.cpp: Port to GCC.
(edit) @21718   14 years dmik Ooops, belongs to r21717.
(edit) @21717   14 years dmik Use const char * for arguments accepting literal strings. This is …
(edit) @21716   14 years dmik Place local includes in quotes. GCC doesn't search for <> includes in …
(edit) @21714   14 years dmik Declare index var used outside for().
(edit) @21711   14 years dmik Declare index var used outside for().
(edit) @21708   14 years dmik Don't use class name suffix in declaration. This is superfluous and …
(edit) @21707   14 years dmik Make Win32ThreadProc static member of Win32Thread. This is more …
(edit) @21705   14 years dmik Don't define FORMAT_CGA unless absent.
(edit) @21704   14 years dmik Don't use class name suffix in declaration. This is superfluous and …
(edit) @21702   14 years dmik Force extern "C" for API declarations. Seems that IBM VAC implied …
(edit) @21697   14 years dmik Add guidlib makefile.
(edit) @21695   14 years dmik Add makefiles for kernel32 (+seh/unicode helpers).
(edit) @21693   14 years dmik Rename src/NTDLL to src/ntdll.
(edit) @21692   14 years dmik Normalize file case. Change all uppercase filenames and extensions to …
(copy) @21687   14 years dmik Created gcc-kmk branch (moving to GCC and kBuild).
copied from trunk/src
(edit) @21675   14 years dmik Fixed a regression in r21674. This broke the Select Directory dialog …
Note: See TracRevisionLog for help on using the revision log.