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.
(0) -15 +15 +100 tip