summaryrefslogtreecommitdiff
path: root/ACE/ace/Process.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed OpenVMS supportJohnny Willemsen2023-01-141-61/+0
|
* Removed Windows CE supportJohnny Willemsen2023-01-131-59/+4
|
* Use const/override/default and some layout changesJohnny Willemsen2022-11-011-16/+7
| | | | | | * ACE/ace/Process.cpp: * ACE/ace/Process.h: * TAO/tao/ORB_Core.cpp:
* Merge branch 'master' into format-securityAdam Mitz2022-09-191-1/+1
|\
| * Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-131-1/+1
| |
* | Adapt to ACE_TEXT_PRIsLuke Mewburn2022-09-101-7/+2
|/ | | | | Use ACE_TEXT_PRIs instead of conditional compilation checking !defined(ACE_WIN32) && defined(ACE_USES_WCHAR).
* Fix incorrect uid_t to gid_t in ACE_ProcessLike Ma2022-08-141-4/+4
|
* Merge pull request #1719 from jwillemsen/jwi-memaddrwarningJohnny Willemsen2021-11-101-1/+0
|\ | | | | Add default assignment operators to fix gcc warnings
| * Removed empty lineJohnny Willemsen2021-11-091-1/+0
| | | | | | | | * ACE/ace/Process.cpp:
* | Fix signal handler warnings.Martin Corino2021-11-091-1/+2
|/
* Minor cleanupJohnny Willemsen2021-10-231-2/+1
| | | | | | | | | | | | * ACE/ace/Configuration.cpp: * ACE/ace/Configuration.h: * ACE/ace/POSIX_CB_Proactor.cpp: * ACE/ace/POSIX_CB_Proactor.h: * ACE/ace/Process.cpp: * ACE/ace/Sig_Adapter.cpp: * ACE/ace/Sig_Adapter.h: * ACE/ace/Sig_Handler.h: * ACE/ace/Signal.h:
* Use std::unique_ptr instead of ACE_Auto_Basic_Array_PtrJohnny Willemsen2021-09-261-3/+4
| | | | | | | | | | | | | | * ACE/ace/Configuration.cpp: * ACE/ace/Local_Memory_Pool.cpp: * ACE/ace/Local_Name_Space_T.cpp: * ACE/ace/Log_Record.cpp: * ACE/ace/OS_NS_unistd.cpp: * ACE/ace/Parse_Node.cpp: * ACE/ace/Process.cpp: * ACE/ace/Remote_Name_Space.cpp: * ACE/ace/XML_Utils/XML_Helper.tpp: * TAO/tao/Storable_FlatFileStream.cpp: * TAO/tao/Strategies/DIOP_Acceptor.cpp:
* Remove redundant void from the core ACE library filesJohnny Willemsen2020-12-071-12/+12
|
* - Use ACE_OS::send and ACE_OS::recv on MQX, instead of write and read.Chad Elliott2019-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Added static casts where pid_t is assumed to be an int. - Use configurable macro for the "use_select" parameter. - MQX does not follow conventional standards when it comes to HTONS and NTOHS and must be configured accordingly. - Modified ACE_Handle_Set so that the use of fd_array is not conditional upon ACE_WIN32. It is now enabled through ACE_HANDLE_SET_USES_FD_ARRAY. - Implement UNIX File IO Functions for MQX in MQX_Filesystem.* - Use the existing implementation to simulate condition variables. - Use emulation for diropen on MQX as is done for Windows. - Convert from MQX error to standard error number. - Use _mqx_exit in ACE_OS::_exit for MQX. - Added a nop in ACE_OS::ioctl for MQX. - Added a definition of ACE_TMAIN for MQX so that MQX is initialized and RTCS and the MQX Filesystem code is initialized before calling ace_main_i(). - Fixed a compile error in SOCK_Dgram.cpp introduced months ago. - Use struct initialization to avoid using the l_linger member directly. - Modified ACE_Select_Reactor_Base to use a hash map for handle storage based on ACE_SELECT_REACTOR_BASE_USES_HASH_MAP instead of ACE_WIN32. - Added the IAR compiler to define ACE_NOTREACHED(a) as empty. - Made ACE_IPPROTO_TCP conditionally defined. - Added error values required for ACE. - Skip the wide-character strtok test if ACE_LACKS_WCSTOK is defined in ACE/tests/OS_Test.cpp. - Added the ability to compile tests so that they output to stderr instead of a file.
* Merge pull request #823 from jwillemsen/masterJohnny Willemsen2019-02-021-1/+1
|\ | | | | Fixed some Codacy reported issues
| * Fixed mismatched deleteJohnny Willemsen2019-02-021-1/+1
| | | | | | | | | | | | | | | | | | * ACE/ace/Process.cpp: * ACE/contrib/FaCE/CE_ARGV.cpp: * ACE/contrib/FaCE/CE_Screen_Output.cpp: * ACE/contrib/FaCE/FaCE.cpp: * ACE/examples/Reactor/Proactor/test_aiocb.cpp: * ACE/tests/TkReactor_Test.cpp:
* | Support specifying user token in ACE_Process_Options for ::CreateProcessAsUser.Like Ma2019-01-301-11/+51
|/
* Directly assign result to statusJohnny Willemsen2017-07-131-3/+2
| | | | * ACE/ace/Process.cpp:
* Changed one more use of sprintf to snprintf.Adam Mitz2015-11-111-9/+0
|
* Merged branch ace-face-safety (FACE Safety Profile import from OCITAO).Adam Mitz2015-11-061-21/+48
|
* Remove code from pass_handle() to call DuplicateHandle - only was there for ↵Steve Huston2015-02-261-33/+3
| | | | Win95/98.
* ACE_Process on Windows:Adam Mitz2015-02-101-24/+39
| | | | | | Allow redirection of child's stdout/stderr when there is no stdin handle available (for example when running in a service). TAO_IDL drv_preproc: check for errors from ACE_Process
* Removed single line Id tagJohnny Willemsen2015-01-071-2/+0
|
* ChangeLogTag:Sat Oct 1 21:09:07 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-10-111-3/+18
|
* VxWorks changes; ChangeLogTag: Tue Oct 7 21:55:51 UTC 2014 Steve Huston ↵Steve Huston2014-10-071-1/+1
| | | | <shuston@riverace.com>
* ChangeLogTag:Tue Aug 5 21:49:12 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-08-051-1/+7
|
* ChangeLogTag:Tue Aug 5 17:14:04 UTC 2014 Steve Huston <shuston@riverace.com>Steve Huston2014-08-051-7/+11
|
* Mon Feb 17 12:10:59 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2014-02-171-0/+4
| | | | | | * ace/Process.cpp: Only use pragma GCC when using the gcc compiler
* ChangeLogTag:Fri Aug 30 12:10:23 UTC 2013 Steve Huston <shuston@riverace.com>Steve Huston2013-08-301-3/+2
|
* Thu Apr 11 15:45:41 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>huangh2013-04-111-9/+9
|
* ChangelogTag: Sat Mar 30 09:30:10 UTC 2013 Martin Corino <mcorino@remedy.nl>mcorino2013-03-301-0/+5
|
* Tue Feb 28 14:35:36 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-02-281-1/+4
| | | | | * ace/Process.cpp: Fixed coverity error
* Mon Mar 21 12:48:01 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-211-1/+1
| | | | | | | | | | | | | | | | | * ace/INET_Addr.cpp: * ace/OS_NS_netdb.h: * ace/OS_NS_netdb.inl: * ace/OS_NS_netdb.cpp: * ace/OS_NS_pwd.h: * ace/Ping_Socket.h: * ace/Process.cpp: * ace/ace_wchar.h: * ace/os_include/os_signal.h: * ace/os_include/os_stdio.h: Cleanup, removed lot of old VxWorks code not needed anymore * include/makeinclude/platform_sunos5_common.GNU: Add to the correct make flags
* Mon Mar 14 08:16:33 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2011-03-141-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/OS_NS_time.h: * ace/OS_NS_time.inl: * ace/OS_NS_time.cpp: Removed ghs method * ace/Guard_T.h: Doxygen change * ace/OS_NS_sys_utsname.cpp: * ace/Process.cpp: * ace/Process_Manager.cpp: * ace/WFMO_Reactor.cpp: * ace/config-sunos5.5.h: * ace/config-sunos5.7.h: * ace/config-vxworks6.4.h: * ace/config-win32-msvc.h: Removed ghs workaround * tests/Multihomed_INET_Addr_Test.cpp: Layout change * ace/gethrtime.cpp: Removed this file, ghs is not supported anymore a long time * ace/ace.mpc: * ace/Makefile.am: Removed gethrtime.cpp
* Fri Feb 11 11:16:00 UTC 2011 Martin Corino <mcorino@remedy.nl>mcorino2011-02-111-5/+3
| | | | | Merged changes from Remedy work branch.
* Thu Oct 14 13:15:00 UTC 2010 Martin Corino <mcorino@remedy.nl>mcorino2010-10-141-3/+9
| | | | | | | | | * ace/Process.h: * ace/Process.cpp: Changes to allow to dynamically define the max. number of cmdline args. The tao_idl compiler was running out of room in certain instances and the static max was very conservative.
* Thu Aug 5 09:00:49 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2010-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/ACE.cpp: * ace/ACE_crc32.cpp: * ace/ACE_crc_ccitt.cpp: * ace/ARGV.cpp: * ace/ATM_Acceptor.cpp: * ace/ATM_Addr.cpp: * ace/ATM_Connector.cpp: * ace/ATM_Params.cpp: * ace/ATM_QoS.cpp: * ace/ATM_Stream.cpp: * ace/Acceptor.cpp: * ace/Activation_Queue.cpp: * ace/Active_Map_Manager.cpp: * ace/Addr.cpp: * ace/Arg_Shifter.cpp: * ace/Argv_Type_Converter.cpp: * ace/Assert.cpp: * ace/Asynch_Acceptor.cpp: * ace/Asynch_IO.cpp: * ace/Asynch_Pseudo_Task.cpp: * ace/Atomic_Op.cpp: * ace/Atomic_Op_GCC_T.cpp: * ace/Atomic_Op_T.cpp: * ace/Auto_Ptr.cpp: * ace/Barrier.cpp: * ace/Base_Thread_Adapter.cpp: * ace/Basic_Stats.cpp: * ace/CDR_Base.cpp: * ace/Capabilities.cpp: * ace/Codeset_IBM1047.cpp: * ace/Codeset_Registry.cpp: * ace/Condition_Thread_Mutex.cpp: * ace/Connection_Recycling_Strategy.cpp: * ace/Containers.cpp: * ace/Copy_Disabled.cpp: * ace/Countdown_Time.cpp: * ace/DEV.cpp: * ace/DEV_Connector.cpp: * ace/DEV_IO.cpp: * ace/DLL.cpp: * ace/DLL_Manager.cpp: * ace/Date_Time.cpp: * ace/Dev_Poll_Reactor.cpp: * ace/Dirent_Selector.cpp: * ace/Dump.cpp: * ace/Dynamic.cpp: * ace/Dynamic_Message_Strategy.cpp: * ace/Dynamic_Service_Dependency.cpp: * ace/Event.cpp: * ace/Event_Handler.cpp: * ace/FIFO.cpp: * ace/FIFO_Recv.cpp: * ace/FIFO_Recv_Msg.cpp: * ace/FIFO_Send.cpp: * ace/FIFO_Send_Msg.cpp: * ace/FILE.cpp: * ace/FILE_Addr.cpp: * ace/FILE_Connector.cpp: * ace/FILE_IO.cpp: * ace/File_Lock.cpp: * ace/Framework_Component.cpp: * ace/Functor.cpp: * ace/Functor_String.cpp: * ace/Future.cpp: * ace/Get_Opt.cpp: * ace/Handle_Set.cpp: * ace/High_Res_Timer.cpp: * ace/ICMP_Socket.cpp: * ace/IOStream.cpp: * ace/IO_Cntl_Msg.cpp: * ace/IO_SAP.cpp: * ace/IPC_SAP.cpp: * ace/LSOCK.cpp: * ace/LSOCK_Acceptor.cpp: * ace/LSOCK_CODgram.cpp: * ace/LSOCK_Connector.cpp: * ace/LSOCK_Dgram.cpp: * ace/LSOCK_Stream.cpp: * ace/Lib_Find.cpp: * ace/Local_Memory_Pool.cpp: * ace/Local_Name_Space.cpp: * ace/Lock.cpp: * ace/Log_Msg.cpp: * ace/Log_Msg_Backend.cpp: * ace/Log_Msg_Callback.cpp: * ace/Log_Msg_IPC.cpp: * ace/Log_Msg_NT_Event_Log.cpp: * ace/Log_Record.cpp: * ace/MEM_Acceptor.cpp: * ace/MEM_Connector.cpp: * ace/MEM_IO.cpp: * ace/MEM_SAP.cpp: * ace/MEM_Stream.cpp: * ace/MMAP_Memory_Pool.cpp: * ace/Malloc_Allocator.cpp: * ace/Manual_Event.cpp: * ace/Mem_Map.cpp: * ace/Message_Queue.cpp: * ace/Message_Queue_NT.cpp: * ace/Message_Queue_Vx.cpp: * ace/Msg_WFMO_Reactor.cpp: * ace/Mutex.cpp: * ace/Name_Proxy.cpp: * ace/Name_Space.cpp: * ace/Naming_Context.cpp: * ace/Notification_Strategy.cpp: * ace/OS.cpp: * ace/OS_Errno.cpp: * ace/OS_Log_Msg_Attributes.cpp: * ace/OS_NS_Thread.cpp: * ace/OS_NS_arpa_inet.cpp: * ace/OS_NS_ctype.cpp: * ace/OS_NS_dirent.cpp: * ace/OS_NS_dlfcn.cpp: * ace/OS_NS_errno.cpp: * ace/OS_NS_fcntl.cpp: * ace/OS_NS_math.cpp: * ace/OS_NS_netdb.cpp: * ace/OS_NS_poll.cpp: * ace/OS_NS_pwd.cpp: * ace/OS_NS_regex.cpp: * ace/OS_NS_signal.cpp: * ace/OS_NS_stdio.cpp: * ace/OS_NS_stdlib.cpp: * ace/OS_NS_strings.cpp: * ace/OS_NS_stropts.cpp: * ace/OS_NS_sys_mman.cpp: * ace/OS_NS_sys_msg.cpp: * ace/OS_NS_sys_resource.cpp: * ace/OS_NS_sys_select.cpp: * ace/OS_NS_sys_shm.cpp: * ace/OS_NS_sys_socket.cpp: * ace/OS_NS_sys_stat.cpp: * ace/OS_NS_sys_time.cpp: * ace/OS_NS_sys_uio.cpp: * ace/OS_NS_sys_utsname.cpp: * ace/OS_NS_sys_wait.cpp: * ace/OS_NS_time.cpp: * ace/OS_NS_unistd.cpp: * ace/OS_NS_wchar.cpp: * ace/OS_NS_wctype.cpp: * ace/OS_TLI.cpp: * ace/OS_main.cpp: * ace/Obchunk.cpp: * ace/Object_Manager.cpp: * ace/Object_Manager_Base.cpp: * ace/PI_Malloc.cpp: * ace/Pagefile_Memory_Pool.cpp: * ace/Pipe.cpp: * ace/Priority_Reactor.cpp: * ace/Process.cpp: * ace/Process_Mutex.cpp: * ace/Process_Semaphore.cpp: * ace/Profile_Timer.cpp: * ace/RW_Mutex.cpp: * ace/RW_Process_Mutex.cpp: * ace/RW_Thread_Mutex.cpp: * ace/Reactor_Impl.cpp: * ace/Reactor_Notification_Strategy.cpp: * ace/Reactor_Timer_Interface.cpp: * ace/Read_Buffer.cpp: * ace/Recursive_Thread_Mutex.cpp: * ace/Recyclable.cpp: * ace/Registry.cpp: * ace/Registry_Name_Space.cpp: * ace/Remote_Tokens.cpp: * ace/SOCK.cpp: * ace/SOCK_Acceptor.cpp: * ace/SOCK_CODgram.cpp: * ace/SOCK_Connector.cpp: * ace/SOCK_Dgram.cpp: * ace/SOCK_Dgram_Bcast.cpp: * ace/SOCK_Dgram_Mcast.cpp: * ace/SOCK_IO.cpp: * ace/SOCK_SEQPACK_Acceptor.cpp: * ace/SOCK_SEQPACK_Association.cpp: * ace/SOCK_SEQPACK_Connector.cpp: * ace/SOCK_Stream.cpp: * ace/SPIPE.cpp: * ace/SPIPE_Acceptor.cpp: * ace/SPIPE_Addr.cpp: * ace/SPIPE_Connector.cpp: * ace/SPIPE_Stream.cpp: * ace/SUN_Proactor.cpp: * ace/SV_Message.cpp: * ace/SV_Message_Queue.cpp: * ace/SV_Semaphore_Complex.cpp: * ace/SV_Semaphore_Simple.cpp: * ace/SV_Shared_Memory.cpp: * ace/Sample_History.cpp: * ace/Sbrk_Memory_Pool.cpp: * ace/Sched_Params.cpp: * ace/Select_Reactor_T.cpp: * ace/Semaphore.cpp: * ace/Service_Manager.cpp: * ace/Service_Object.cpp: * ace/Service_Repository.cpp: * ace/Service_Types.cpp: * ace/Shared_Memory.cpp: * ace/Shared_Memory_MM.cpp: * ace/Shared_Memory_Pool.cpp: * ace/Shared_Object.cpp: * ace/Sig_Adapter.cpp: * ace/Sig_Handler.cpp: * ace/Signal.cpp: * ace/Stack_Trace.cpp: * ace/Stats.cpp: * ace/Synch_Options.cpp: * ace/System_Time.cpp: * ace/TLI.cpp: * ace/TLI_Acceptor.cpp: * ace/TLI_Connector.cpp: * ace/TLI_Stream.cpp: * ace/TP_Reactor.cpp: * ace/TSS_Adapter.cpp: * ace/TTY_IO.cpp: * ace/Thread.cpp: * ace/Thread_Adapter.cpp: * ace/Thread_Control.cpp: * ace/Thread_Exit.cpp: * ace/Thread_Hook.cpp: * ace/Thread_Mutex.cpp: * ace/Thread_Semaphore.cpp: * ace/Throughput_Stats.cpp: * ace/Time_Value.cpp: * ace/Timeprobe.cpp: * ace/Timer_List_T.cpp: * ace/Token.cpp: * ace/Token_Invariants.cpp: * ace/Token_Manager.cpp: * ace/Token_Request_Reply.cpp: * ace/Trace.cpp: * ace/UNIX_Addr.cpp: * ace/UPIPE_Acceptor.cpp: * ace/UPIPE_Connector.cpp: * ace/UPIPE_Stream.cpp: * ace/UUID.cpp: * ace/WFMO_Reactor.cpp: * ace/WIN32_Proactor.cpp: * ace/XTI_ATM_Mcast.cpp: * ace/ace_wchar.cpp: * ace/gethrtime.cpp: Removed ACE_RCSID
* Mon Nov 30 14:02:00 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-11-301-2/+5
| | | | | | * ace/Process.cpp: * ace/Process.h: Fixed gcc warnings
* Mon Nov 30 12:38:00 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-11-301-20/+19
| | | | | | | | | | | | | | | | | | | | | * ace/config-win32-borland.h: Started port to C++ Builder 2010, older versions of C++ Builder are now deprecated * ace/MMAP_Memory_Pool.cpp: Layout change * ace/OS_NS_sys_time.h: * ace/OS_NS_sys_time.inl: Removed workarounds for ancient wince versions * ace/Process.cpp: * ace/Process.h: Use bool and size_t and removed some ugly casts * ace/Trace.cpp: * ace/Trace.h: Use bool
* Sun Jun 7 17:53:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-06-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Tokenizer_T.cpp * ace/Tokenizer_T.h * ace/SString.cpp * ace/SString.h Moved ACE_Tokenizer to its own file and reworked it to the C++ template ACE_Tokenizer_T. ACE_Tokenizer is then a typedef of ACE_Tokenizer_T<ACE_TCHAR>. This makes it possible to use a char tokenizer in a wchar build * ace/ace.mpc: * ace/ace_for_tao.mpc: * ace/Makefile.am: Added new files * ace/Configuration.cpp: * ace/Process.cpp: * examples/OS/Process/process.cpp: Added include of Tokenizer_T.h * ace/OS_NS_Thread.cpp * ace/OS_NS_Thread.h * ace/OS_NS_Thread.inl Changed important_writer_ to bool
* Thu May 14 12:06:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2009-05-141-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Default_Constants.h: Only define ACE_DLL_PREFIX when it has not been defined yet, that way the mingw specific define can move to the mingw config file * ace/config-win32-mingw.h: Define ACE_DLL_PREFIX here * ace/OS_NS_dlfcn.inl: Initialise pointer with 0 * ace/OS_NS_sys_mman.inl: Const change * ace/OS_NS_Thread.cpp: Removed some not needed ACE_UNUSED_ARG * ace/OS_Thread_Adapter.h: * ace/Process.cpp: * ace/Sig_Handler.cpp: * ace/Thread_Manager.inl: Layout change * ace/Thread_Manager.cpp: Const change, initialise pointer with 0
* ChangeLogTag: Thu May 7 01:32:22 UTC 2009 Jeff Parsons ↵parsons2009-05-071-5/+21
| | | | <j.parsons@vanderbilt.edu>
* Mon Apr 20 10:17:32 UTC 2009 Marcel Smit <msmit@remedy.nl>msmit2009-04-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/Basic_Types.h: * ace/config-WinCE.h: * ace/OS_NS_stropts.h: * ace/OS_NS_sys_socket.h: * ace/OS_NS_Thread.cpp: Removed WinCE support for versions < 5.0. * ace/config-win32-cegcc.h: Removed temporary defines. * ace/config-win32-common.h: Replaced UNDER_CE with _WIN32_WCE. * ace/OS_main.cpp: * ace/OS_main.h: Removed CE gcc compiler warning by adding destructor. * ace/OS_NS_Thread.inl: Removed WinCE support for versions before 5.0. Added ACE_LACKS_CE_THREAD_PRIORITY define in order to compile on CE gcc. * ace/Process.cpp: Removed CE gcc compiler warning by using ACE_UNUSED_ARG. * ace/Registry.cpp: * ace/Registry.h: Removed CE gcc compiler warning by adding destructor. Removed CE gcc compiler warning by using ACE_UNUSED_ARG. * ace/SV_Semaphore_Simple.cpp: Removed pragma's for CE gcc compiler. Removed check on ACE_WIN64 define. * include/makeinclude/platform_cegcc.GNU: Default platform macros for CE gcc compiler. * include/makeinclude/platform_gnuwin32_common.GNU: Added support for CE gcc compiler.
* Tue Nov 11 13:26:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-11-111-3/+3
|
* ChangeLogTag:Thuschmidt2008-10-231-7/+9
|
* ChangeLogTag:Thuschmidt2008-10-231-8/+8
|
* Thu Oct 23 11:14:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-231-1/+0
|
* Thu Oct 23 09:09:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-231-0/+1
|
* Thu Oct 23 06:29:00 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2008-10-231-1/+1
|
* ChangeLogTag:Tueschmidt2008-10-221-3/+12
|