Mercurial
Mercurial
>
oss
>
FCL
>
sf
>
os
>
kernelhwsrv
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
+120
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Merge further Compiler Compatibility fixes onto default branch.
2010-03-05, by Simon Howkins
Revert changes to support new bootstrap.flm, which isn't compatible with bootstrap.mk (see Bug 2149)
RCL_3
2010-03-05, by William Roberts
Renamed branch correctly!
CompilerCompatibility
2010-03-01, by Simon Howkins
Fix for Bug 1411 - GCCE: c-expression operand needs brackets in asm
Compiler_Compatibility
2010-02-25, by arunabha
fix for Bug 339 - [GCCE] gcce doesn't understand __weak keyword
Compiler_Compatibility
2010-02-25, by arunabha
proposed fix for 340 [GCCE] improper use of __asm
Compiler_Compatibility
2010-02-25, by arunabha
Bug 1401 - [GCCE] Missing size_t definition for gcce in personality.h
Compiler_Compatibility
2010-02-25, by arunabha
Proposed changes for Bug 1331
Compiler_Compatibility
2010-02-25, by arunabha
Merged in GCC-E fixes, fom.flm and rom_sbs.pl
RCL_3
2010-02-27, by William Roberts
Merged in fix for Bug 1979 and Bug 2014
RCL_3
2010-02-27, by William Roberts
Revision: 201007
RCL_3
2010-02-20, by Dremov Kirill (Nokia-D-MSW/Tampere)
Bug 2014: Plus other build fixes
2010-02-24, by John Imhofe
MINOR_CHANGE: Removing redundant file Obtaining_PSL_Software_Source_Code.txt
2010-02-22, by John Imhofe
Bug 1979 Build fix, removed missing directory\mmp from e32utils\group bld.inf file
2010-02-22, by John Imhofe
Merge Compiler Compatibility fixes onto default branch.
2010-02-25, by Simon Howkins
Added tag PDK_3.0.g for changeset 9954707c32dd
TAGS
2010-02-11, by Shabe Razvi
Merge the rom.flm and rom_sbs.pl changes
PDK_3.0.g
2010-02-05, by William Roberts
Added tag PDK_3.0.f for changeset bef462d20cc3
TAGS
2010-02-04, by Simon Howkins
Creation of TAGS branch.
TAGS
2010-02-03, by Simon Howkins
Create Compiler_Compatibility branch (which can trigger package builds) and pull in changes for GCCE compatibility.
Compiler_Compatibility
2010-02-04, by Simon Howkins
Revision: 201005
2010-02-02, by Dremov Kirill (Nokia-D-MSW/Tampere)
Reverting some older change.
anywhere
2010-02-03, by Slion
Starting to boot the kernel. We need ecust.dll now.
anywhere
2010-02-03, by Slion
Merge
anywhere
2010-02-03, by Stephane Lenclud
Enabling kernel build without funky entry points. Turning genexec into empty command and using dogenexec manually to workaround constant rebuilding due to sistematic regeneration of exec enums.
anywhere
2010-02-03, by Stephane Lenclud
Revision: 201004
2010-01-26, by Dremov Kirill (Nokia-D-MSW/Tampere)
Revision: 201003
2010-01-22, by Dremov Kirill (Nokia-D-MSW/Tampere)
Revision: 201003
2010-01-18, by Dremov Kirill (Nokia-D-MSW/Tampere)
Revision: 201001
2010-01-07, by Dremov Kirill (Nokia-D-MSW/Tampere)
Revision: 200951
2009-12-17, by Dremov Kirill (Nokia-D-MSW/Tampere)
Merge
PDK_3.0.f
2010-01-29, by William Roberts
Merge catch up
anywhere
2010-02-01, by Slion
Fixing broken euser build.
anywhere
2010-02-01, by Slion
Revision: 201004
2010-01-26, by Dremov Kirill (Nokia-D-MSW/Tampere)
Disabling Kernel build
anywhere
2010-02-01, by Stephane Lenclud
Merge FCL changes (FLM for building kernel\eka\rombuild-style ROM images)
2010-01-25, by William Roberts
Revision: 201003
2010-01-18, by Dremov Kirill (Nokia-D-MSW/Tampere)
Merge
2010-01-19, by Simon Howkins
Merge improved comments (now included as part of Revision: 201001)
2010-01-19, by William Roberts
Revision: 201001
2010-01-07, by Dremov Kirill (Nokia-D-MSW/Tampere)
Re-merge improved comments
2009-12-23, by William Roberts
Revision: 200951
2009-12-23, by Dremov Kirill (Nokia-D-MSW/Tampere)
Merge improved comments
2009-12-21, by William Roberts
Added tag PDK_3.0.e for changeset 6d8ad5bee44b
2010-01-08, by andy simpson
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
2010-01-09, by 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, by 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, by 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-07, by 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, by Slion
Making our cmake file look a lot better using cmake macro.
anywhere
2010-01-06, by Slion
Fixing linkage error. First successful euser build.
anywhere
2010-01-04, by Stephane Lenclud
Adding support for exec enum generation using CMake custom command.
anywhere
2010-01-04, by Stephane Lenclud
Merge catch up
anywhere
2010-01-04, by Stephane Lenclud
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-08, by Slion
Basic kernel cmake file. Not yet compiling.
anywhere
2009-12-02, by Slion
My first commit on the Symbian Hg repository. Testng how branches are working.
anywhere
2009-12-02, by Slion
Catchup merge
PDK_3.0.e
2009-12-21, by MattD
Revision: 200948 + Removing redundant base integration tests and fixing build errors
2009-12-21, by John Imhofe
Merged in Adrian's AO comment changes
2009-12-21, by MattD
Improving comments on panics generated by CActive::SetActive. Patch slightly altered based on comments by John Imhofe.
2009-11-10, by Adrian Taylor
Added tag PDK_3.0.d for changeset 2e0eeacfdf12
2009-12-15, by andy.simpson
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, by Simon Howkins
Removed REE_PATH option, as it's no longer used.
2009-12-03, by 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, by Simon Howkins
Adjusted cpp flags so that cpp will be able to find includes such as <rom/syborg/header.iby>
2009-12-03, by Simon Howkins
Adjusted EPOCROOT handling so that in the context of Raptor invocation,
2009-12-02, by 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-27, by Simon Howkins
Create and register FLM for building ROMs with rom_sbs.pl through SBSv2.
2009-11-25, by Arnaud Lenoir
Bug 1331 - [GCCE] GCCE does not like AddFsToCompositeMountL() being private
GCCE_COMPATIBILITY
2009-11-19, by arunabha
Bug 341 - [GCCE] Enabling support for gcce in cia files
GCCE_COMPATIBILITY
2009-11-19, by arunabha
Added tag PDK_3.0.c for changeset f828418ede2a
2009-11-12, by MattD
Added tag PDK_3.0.b for changeset a41df078684a
PDK_3.0.c
2009-10-21, by Shabe Razvi
Convert Kernelhwsrv package from SFL to EPL
PDK_3.0.b
2009-10-19, by John Imhofe
less
more
|
(0)
+120
tip