Mercurial
Mercurial
>
oss
>
FCL
>
sf
>
os
>
kernelhwsrv
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-120
+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.
Revision: 201023
2010-06-11, by Dremov Kirill (Nokia-D-MSW/Tampere)
Fix for Bug 2974 - [GCCE] Extra qualification errors in kernel/eka/include/drivers/rm_debug_eventhandler.h
GCC_SURGE
2010-06-15, by mikek
Speculative fix for bug #1409 as per comment #4. Can't test until can build kernel.
GCC_SURGE
2010-06-15, by mikek
201021_18
2010-06-10, by hgs
201021_18
2010-06-10, by hgs
Revision: 201023
RCL_3
2010-06-09, by Dremov Kirill (Nokia-D-MSW/Tampere)
Revised GCCE workaround for Bug 2926 - must use :zip export to ensure that the various files are present
GCC_SURGE
2010-06-14, by William Roberts
Export prebuilt binaries in GCCE builds, including new rt_generic_exports.zip - Bug 2926
GCC_SURGE
2010-06-13, by William Roberts
Remove the (TInt) casts from address expressions in asm() statements, as a fix for Bug 2905
GCC_SURGE
2010-06-11, by William Roberts
Add definition of _FOFF_DYNAMIC(c,f) as an alternative to _FOFF(c,f) where f cannot be computed at compile time
GCC_SURGE
2010-06-11, by William Roberts
Branch for GCC_SURGE fixes
GCC_SURGE
2010-06-11, by William Roberts
Fix for Bug 2014 Missing exported kernelhwsrv documentation causes build breaks
RCL_3
2010-06-09, by John Imhofe
201021_06
2010-06-07, by hgs
Revision: 201021
2010-05-27, by Dremov Kirill (Nokia-D-MSW/Tampere)
Remerge sundry GCCE fixes, and fixes for bug 2014 and bug 2149
RCL_3
2010-05-28, by William Roberts
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
2010-05-28, by Tom Cosgrove
Fix for bug 2283 (RVCT 4.0 support is missing from PDK 3.0.h)
RCL_3
2010-05-28, by Tom Cosgrove
201019_10
2010-05-24, by hgs
201019_07
2010-05-24, by hgs
201019_04
2010-05-12, by hgs
201019_01
2010-05-10, by hgs
201017_06
2010-05-05, by hgs
201017_05
2010-05-04, by hgs
201017_04
2010-04-29, by hgs
201017_03
2010-04-28, by hgs
201017_01
2010-04-27, by hgs
201015_18
2010-04-23, by hgs
201015_15
2010-04-23, by hgs
201015_14
2010-04-23, by hgs
201015_11
2010-04-23, by hgs
201015_09
2010-04-23, by hgs
201015_08
2010-04-23, by hgs
201015_06
2010-04-23, by hgs
201015_03
2010-04-23, by hgs
Re-merge changes for bug 2283, bug 2014, and bug 2149
RCL_3
2010-05-28, by William Roberts
Revision: 201021
RCL_3
2010-05-25, by Dremov Kirill (Nokia-D-MSW/Tampere)
Use RVCT assembler for __crash() when running armcc with the --gnu option. Fix for bug 2742.
2010-05-25, by Mark Wilcox
satrt branch sharp_contrib_0
sharp_contrib_0
2010-05-25, by Mitsuaki Nakamura
start branch sharp_contrib_0
sharp_contrib_0
2010-05-24, by Mitsuaki Nakamura
Rollback rom_sbs.pl to version that works correctly in flm/platform build
2010-05-18, by Shabe Razvi
Re-merge changes for bugs 2283,2014,2149.
RCL_3
2010-05-18, by Pat Downey
Merge
2010-05-18, by Shabe Razvi
Revision: 201019
RCL_3
2010-05-11, by Dremov Kirill (Nokia-D-MSW/Tampere)
Revision: 201019
2010-05-14, by Dremov Kirill (Nokia-D-MSW/Tampere)
Added tag PDK_3.0.i for changeset 2a153f39070a
TAGS
2010-05-14, by Simon Howkins
Fix for bug 2630 (Build on Linux - Incorrect slash in #include)
2010-05-09, by Tom Cosgrove
revert rom_sbs.pl to version used in PDK_3.0.h as latest does not work in platform build
RCL_3
PDK_3.0.i
2010-05-07, by andy simpson
Merge
2010-05-04, by Shabe Razvi
RVCT 4.0 support, gcce fixes (Bug 2283)
2010-05-04, by Chetan Kapoor
Merge
2010-05-04, by Shabe Razvi
Revision: 201018
2010-05-03, by Dremov Kirill (Nokia-D-MSW/Tampere)
Working on AO support.
anywhere
2010-04-29, by Stephane Lenclud
Reapply fix to revert new bootstrap.flm (see Bug 2149)
2010-04-21, by andy simpson
re-apply changes to support syborg rom
2010-04-21, by andy simpson
Remerge gcce fixes, RVCT 4.0 support, rom.flm and rom_sbs.pl (Bug 2283, Bug 2014, Bug 2149 and others)
RCL_3
2010-04-28, by William Roberts
Revision: 201017
RCL_3
2010-04-27, by Dremov Kirill (Nokia-D-MSW/Tampere)
Fixing issue with default C++ delete operator being called instead of Symbian C++ delete replacement with CBase derived classes from euser. Getting ride of SEH stuff used for WINS fixes our trap/leave runtime issues.
anywhere
2010-04-28, by Slion
Trying to get trap/leave to work properly but the whole WINS stuff seems over complicated with a lot of assembly in the middle and it's not working on my compiler. When the throw happens the debugger complains about uncaught exception when I'm definitly inside a catch implemented by our TRAP.
anywhere
2010-04-27, by Stephane Lenclud
Basic process initialisation and shutdown working. Using small fixed heap for now. Fixing missing global Symbian C++ new operators. Panics on Win32 now display error message.
anywhere
2010-04-27, by Stephane Lenclud
Adding includes to project. Slow progress on the process init sequence.
anywhere
2010-04-26, by Slion
Adding place holder for symc exec implementation.
anywhere
2010-04-26, by Stephane Lenclud
Remerge gcce fixes, RVCT 4.0 support, rom.flm and rom_sbs.pl (Bug 2283, Bug 2014, Bug 2149 and others)
RCL_3
2010-04-23, by William Roberts
Revision: 201015
2010-04-16, by Dremov Kirill (Nokia-D-MSW/Tampere)
Revision: 201015
RCL_3
2010-04-14, by Dremov Kirill (Nokia-D-MSW/Tampere)
Remerge gcce fixes, RVCT 4.0 support, rom.flm and rom_sbs.pl (Bug 2283, Bug 2014 and others)
RCL_3
2010-04-02, by William Roberts
Revision: 201013
RCL_3
2010-03-31, by Dremov Kirill (Nokia-D-MSW/Tampere)
Removed debug (print).
RCL_3
2010-03-25, by Arnaud Lenoir
Comment out the line with rofs for f32tests.oby and comment out the variant bit to allow to build e32 & f32 tests for kernelhwsrv.
RCL_3
2010-03-24, by Arnaud Lenoir
Modify the script to solve problem with e32path and change all / to \ to allow to build rom image without any errors!!
RCL_3
2010-03-25, by Arnaud Lenoir
Comment out the line with rofs for f32tests.oby and comment out the variant bit to allow to build e32 & f32 tests for kernelhwsrv.
RCL_3
2010-03-24, by Arnaud Lenoir
Modify the script to solve problem with e32path and change all / to \ to allow to build rom image without any errors!!
RCL_3
2010-03-24, by Arnaud Lenoir
Revision: 201010
RCL_3
2010-03-15, by Dremov Kirill (Nokia-D-MSW/Tampere)
Revision: 201008
RCL_3
2010-03-12, by Dremov Kirill (Nokia-D-MSW/Tampere)
Modify the line 315 of rom_sbs.pl to access cpp.exe when not building for Unicode.
RCL_3
2010-03-18, by Arnaud Lenoir
Supply prebuilt runtimes for RVCT 2.2, RVCT 3.1 and RVCT 4.0, unzipping the ones which aren't built with the current compiler (fixes Bug 2283)
RCL_3
2010-03-18, by William Roberts
Automatic merge from PDK_3.0.h
CompilerCompatibility
2010-03-14, by William Roberts
Added tag PDK_3.0.h for changeset 2ee5df201f60
TAGS
2010-03-11, by Simon Howkins
Merge in missing definition of __WEAK__
RCL_3
PDK_3.0.h
2010-03-08, by William Roberts
Define __WEAK__, to complete the fix for Bug 339
CompilerCompatibility
2010-03-08, by William Roberts
Merge further Compiler Compatibility fixes onto RCL_3 branch.
RCL_3
2010-03-05, by Simon Howkins
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)
less
more
|
(0)
-120
+120
tip