2010-01-07 Slion 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
2010-01-07 Slion 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
2010-01-07 Slion 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
2010-01-06 Slion Created separate CMakeLists.txt for euser and ekern to easily build them with different compiler definitions. Ekern now building as a DLL. anywhere
2010-01-06 Slion Making our cmake file look a lot better using cmake macro. anywhere
2010-01-04 Stephane Lenclud Fixing linkage error. First successful euser build. anywhere
2010-01-04 Stephane Lenclud Adding support for exec enum generation using CMake custom command. anywhere
2010-01-04 Stephane Lenclud Merge catch up anywhere
2009-12-08 Slion 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
2009-12-02 Slion Basic kernel cmake file. Not yet compiling. anywhere
2009-12-02 Slion My first commit on the Symbian Hg repository. Testng how branches are working. anywhere
2009-12-21 MattD Catchup merge PDK_3.0.e
2009-12-21 John Imhofe Revision: 200948 + Removing redundant base integration tests and fixing build errors
2009-12-21 MattD Merged in Adrian's AO comment changes
2009-11-10 Adrian Taylor Improving comments on panics generated by CActive::SetActive. Patch slightly altered based on comments by John Imhofe.
2009-12-15 andy.simpson Added tag PDK_3.0.d for changeset 2e0eeacfdf12
2009-12-03 Simon Howkins 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
2009-12-03 Simon Howkins Removed REE_PATH option, as it's no longer used.
2009-12-03 Simon Howkins Changed export of log files to just export them from the current directory, as that's where rom.pl/rom_sbs.pl leaves them.
2009-12-03 Simon Howkins Adjusted cpp flags so that cpp will be able to find includes such as <rom/syborg/header.iby>
2009-12-02 Simon Howkins Adjusted EPOCROOT handling so that in the context of Raptor invocation,
2009-11-27 Simon Howkins Updated to support the WHAT and CLEAN commands by declaring that the FLM will generate 3 output files (IMG, LOG and OBY).
2009-11-25 Arnaud Lenoir Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
2009-11-19 arunabha Bug 1331 - [GCCE] GCCE does not like AddFsToCompositeMountL() being private GCCE_COMPATIBILITY
2009-11-19 arunabha Bug 341 - [GCCE] Enabling support for gcce in cia files GCCE_COMPATIBILITY
2009-11-12 MattD Added tag PDK_3.0.c for changeset f828418ede2a
2009-10-21 Shabe Razvi Added tag PDK_3.0.b for changeset a41df078684a PDK_3.0.c
2009-10-19 John Imhofe Convert Kernelhwsrv package from SFL to EPL PDK_3.0.b
(0) +60 +100 tip