Fri, 08 Jan 2010 16:24:50 +0000 Added tag PDK_3.0.e for changeset 6d8ad5bee44b
andy simpson <andrews@symbian.org> [Fri, 08 Jan 2010 16:24:50 +0000] rev 29
Added tag PDK_3.0.e for changeset 6d8ad5bee44b
Sat, 09 Jan 2010 02:16:07 +0100 Can't get the kernel start-up code to work using VC8 compiler. It crashes while trying to run constructStatics. Maybe I will try my luck with GCC from MinGW, that should also make the Linux port much easier. anywhere
Slion [Sat, 09 Jan 2010 02:16:07 +0100] rev 28
Can't get the kernel start-up code to work using VC8 compiler. It crashes while trying to run constructStatics. Maybe I will try my luck with GCC from MinGW, that should also make the Linux port much easier.
Thu, 07 Jan 2010 02:37:41 +0100 Managed to copy ekern.dll along side epoc.exe so that debug session is made easy. ekern.dll is expected to export _E32Startup put it does not. Should ekern compile that k_entry.cpp file? anywhere
Slion [Thu, 07 Jan 2010 02:37:41 +0100] rev 27
Managed to copy ekern.dll along side epoc.exe so that debug session is made easy. ekern.dll is expected to export _E32Startup put it does not. Should ekern compile that k_entry.cpp file?
Thu, 07 Jan 2010 01:56:11 +0100 Trying to sort out our issue with ekern DLL not found at runtime. The CMake install command is not what we are looking for I think. anywhere
Slion [Thu, 07 Jan 2010 01:56:11 +0100] rev 26
Trying to sort out our issue with ekern DLL not found at runtime. The CMake install command is not what we are looking for I think.
Thu, 07 Jan 2010 01:23:42 +0100 Adding epoc target. Tried to define our own entry point but it fails at runtime trying to load msvcr80d.dll. Try using /NODEFAULTLIB for all targets maybe. Must somehow export ekern.dll for it to be loadable by epoc.exe. anywhere
Slion [Thu, 07 Jan 2010 01:23:42 +0100] rev 25
Adding epoc target. Tried to define our own entry point but it fails at runtime trying to load msvcr80d.dll. Try using /NODEFAULTLIB for all targets maybe. Must somehow export ekern.dll for it to be loadable by epoc.exe.
Wed, 06 Jan 2010 20:35:57 +0100 Created separate CMakeLists.txt for euser and ekern to easily build them with different compiler definitions. Ekern now building as a DLL. anywhere
Slion [Wed, 06 Jan 2010 20:35:57 +0100] rev 24
Created separate CMakeLists.txt for euser and ekern to easily build them with different compiler definitions. Ekern now building as a DLL.
Wed, 06 Jan 2010 16:05:22 +0100 Making our cmake file look a lot better using cmake macro. anywhere
Slion [Wed, 06 Jan 2010 16:05:22 +0100] rev 23
Making our cmake file look a lot better using cmake macro.
Mon, 04 Jan 2010 16:51:21 +0100 Fixing linkage error. First successful euser build. anywhere
Stephane Lenclud <tortoisehg@lenclud.com> [Mon, 04 Jan 2010 16:51:21 +0100] rev 22
Fixing linkage error. First successful euser build.
Mon, 04 Jan 2010 15:50:35 +0100 Adding support for exec enum generation using CMake custom command. anywhere
Stephane Lenclud <tortoisehg@lenclud.com> [Mon, 04 Jan 2010 15:50:35 +0100] rev 21
Adding support for exec enum generation using CMake custom command.
Mon, 04 Jan 2010 12:25:19 +0100 Merge catch up anywhere
Stephane Lenclud <tortoisehg@lenclud.com> [Mon, 04 Jan 2010 12:25:19 +0100] rev 20
Merge catch up
Tue, 08 Dec 2009 08:11:42 +0100 Trying to figure out how to implement my WINC like compatibility layer. Going the emulation way is probably not so smart. We should not use the kernel but rather hook native functions in the Exec calls. anywhere
Slion [Tue, 08 Dec 2009 08:11:42 +0100] rev 19
Trying to figure out how to implement my WINC like compatibility layer. Going the emulation way is probably not so smart. We should not use the kernel but rather hook native functions in the Exec calls.
Wed, 02 Dec 2009 23:38:08 +0100 Basic kernel cmake file. Not yet compiling. anywhere
Slion [Wed, 02 Dec 2009 23:38:08 +0100] rev 18
Basic kernel cmake file. Not yet compiling.
Wed, 02 Dec 2009 23:06:50 +0100 My first commit on the Symbian Hg repository. Testng how branches are working. anywhere
Slion [Wed, 02 Dec 2009 23:06:50 +0100] rev 17
My first commit on the Symbian Hg repository. Testng how branches are working.
Mon, 21 Dec 2009 16:35:01 +0000 Catchup merge PDK_3.0.e
MattD <mattd@symbian.org> [Mon, 21 Dec 2009 16:35:01 +0000] rev 16
Catchup merge
Mon, 21 Dec 2009 16:14:42 +0000 Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com> [Mon, 21 Dec 2009 16:14:42 +0000] rev 15
Revision: 200948 + Removing redundant base integration tests and fixing build errors Kit: 200948
Mon, 21 Dec 2009 12:34:35 +0000 Merged in Adrian's AO comment changes
MattD <mattd@symbian.org> [Mon, 21 Dec 2009 12:34:35 +0000] rev 14
Merged in Adrian's AO comment changes
Tue, 10 Nov 2009 20:10:34 +0000 Improving comments on panics generated by CActive::SetActive. Patch slightly altered based on comments by John Imhofe.
Adrian Taylor <adrian@macrobug.com> [Tue, 10 Nov 2009 20:10:34 +0000] rev 13
Improving comments on panics generated by CActive::SetActive. Patch slightly altered based on comments by John Imhofe.
Tue, 15 Dec 2009 14:32:06 +0000 Added tag PDK_3.0.d for changeset 2e0eeacfdf12
andy.simpson <andrews@symbian.org> [Tue, 15 Dec 2009 14:32:06 +0000] rev 12
Added tag PDK_3.0.d for changeset 2e0eeacfdf12
Thu, 03 Dec 2009 15:29:05 +0000 Removed EPOCROOT option as it's not necessary to pass it in this way - the FLM gets it from the environment anyway. PDK_3.0.d
Simon Howkins <simonh@symbian.org> [Thu, 03 Dec 2009 15:29:05 +0000] rev 11
Removed EPOCROOT option as it's not necessary to pass it in this way - the FLM gets it from the environment anyway.
Thu, 03 Dec 2009 15:22:06 +0000 Removed REE_PATH option, as it's no longer used.
Simon Howkins <simonh@symbian.org> [Thu, 03 Dec 2009 15:22:06 +0000] rev 10
Removed REE_PATH option, as it's no longer used.
Thu, 03 Dec 2009 10:59:17 +0000 Changed export of log files to just export them from the current directory, as that's where rom.pl/rom_sbs.pl leaves them.
Simon Howkins <simonh@symbian.org> [Thu, 03 Dec 2009 10:59:17 +0000] rev 9
Changed export of log files to just export them from the current directory, as that's where rom.pl/rom_sbs.pl leaves them.
Thu, 03 Dec 2009 10:36:23 +0000 Adjusted cpp flags so that cpp will be able to find includes such as <rom/syborg/header.iby>
Simon Howkins <simonh@symbian.org> [Thu, 03 Dec 2009 10:36:23 +0000] rev 8
Adjusted cpp flags so that cpp will be able to find includes such as <rom/syborg/header.iby>
Wed, 02 Dec 2009 14:53:50 +0000 Adjusted EPOCROOT handling so that in the context of Raptor invocation,
Simon Howkins <simonh@symbian.org> [Wed, 02 Dec 2009 14:53:50 +0000] rev 7
Adjusted EPOCROOT handling so that in the context of Raptor invocation, it also updates the environment variable so that other modules (such as e32variant.pm) can also work without changes.
Fri, 27 Nov 2009 12:28:52 +0000 Updated to support the WHAT and CLEAN commands by declaring that the FLM will generate 3 output files (IMG, LOG and OBY).
Simon Howkins <simonh@symbian.org> [Fri, 27 Nov 2009 12:28:52 +0000] rev 6
Updated to support the WHAT and CLEAN commands by declaring that the FLM will generate 3 output files (IMG, LOG and OBY).
Wed, 25 Nov 2009 13:35:01 +0000 Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
Arnaud Lenoir <arnaudl@symbian.org> [Wed, 25 Nov 2009 13:35:01 +0000] rev 5
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2. (rom_sbs.pl is derived from rom.pl)
Thu, 19 Nov 2009 19:18:23 +0000 Bug 1331 - [GCCE] GCCE does not like AddFsToCompositeMountL() being private GCCE_COMPATIBILITY
arunabha [Thu, 19 Nov 2009 19:18:23 +0000] rev 4
Bug 1331 - [GCCE] GCCE does not like AddFsToCompositeMountL() being private
Thu, 19 Nov 2009 19:10:45 +0000 Bug 341 - [GCCE] Enabling support for gcce in cia files GCCE_COMPATIBILITY
arunabha [Thu, 19 Nov 2009 19:10:45 +0000] rev 3
Bug 341 - [GCCE] Enabling support for gcce in cia files Bug 340 - [GCCE] improper use of __asm
Thu, 12 Nov 2009 16:07:31 +0000 Added tag PDK_3.0.c for changeset f828418ede2a
MattD <mattd@symbian.org> [Thu, 12 Nov 2009 16:07:31 +0000] rev 2
Added tag PDK_3.0.c for changeset f828418ede2a
Wed, 21 Oct 2009 13:56:33 +0100 Added tag PDK_3.0.b for changeset a41df078684a PDK_3.0.c
Shabe Razvi <shaber@symbian.org> [Wed, 21 Oct 2009 13:56:33 +0100] rev 1
Added tag PDK_3.0.b for changeset a41df078684a
Mon, 19 Oct 2009 15:55:17 +0100 Convert Kernelhwsrv package from SFL to EPL PDK_3.0.b
John Imhofe [Mon, 19 Oct 2009 15:55:17 +0100] rev 0
Convert Kernelhwsrv package from SFL to EPL kernel\eka\compsupp is subject to the ARM EABI LICENSE userlibandfileserver\fatfilenameconversionplugins\unicodeTables is subject to the Unicode license kernel\eka\kernel\zlib is subject to the zlib license
(0) +60 +100 tip