search for: all_stat

Displaying 6 results from an estimated 6 matches for "all_stat".

Did you mean: allstat
2013 Mar 09
3
Updated MSVC patch
...ven't seen anyone on the list testing the source with that version (MSVC 2005 was the first version to have a free express version so this one hasn't) so these are probably broken as well. MSVC 6 was released in 1998 and was succeeded by MSVC .NET in 2002, so maybe these files (all.dsp, all_static.dsp, all_dynamic.dsp and flac.dsw if I'm correct) should be removed from the repository? Someone spotting them might think MSVC 6 is still supported.
2009 Jun 29
0
[PATCH server] REVISED Vm state change auditing/accounting
...eated_at DESC') + end + end + alias history vm_host_histories validates_presence_of :uuid, :description, :num_vcpus_allocated, @@ -138,6 +146,25 @@ class Vm < ActiveRecord::Base STATE_CREATE_FAILED = "create_failed" STATE_INVALID = "invalid" + ALL_STATES = [STATE_PENDING, + STATE_CREATING, + STATE_RUNNING, + STATE_UNREACHABLE, + STATE_POWERING_OFF, + STATE_STOPPING, + STATE_STOPPED, + STATE_STARTING, + STATE_SUSPENDING, +...
2009 Aug 06
13
Redirect after login
Hi, I''m new to Ruby/RoR so please bare with me! I''m trying to adapt a ruby setup where someone logs in to a bonjour service via a web browser. I have the login screen which asks for host and password. There is only one user per host and i can log in fine. It''s suppose to redirect me to /list in my browser but doesn''t. Once i''ve entered the correct
2009 Jun 24
1
[PATCH server] Vm state change auditing/accounting
...eated_at DESC') + end + end + alias history vm_host_histories validates_presence_of :uuid, :description, :num_vcpus_allocated, @@ -138,6 +146,25 @@ class Vm < ActiveRecord::Base STATE_CREATE_FAILED = "create_failed" STATE_INVALID = "invalid" + ALL_STATES = [STATE_PENDING, + STATE_CREATING, + STATE_RUNNING, + STATE_UNREACHABLE, + STATE_POWERING_OFF, + STATE_STOPPING, + STATE_STOPPED, + STATE_STARTING, + STATE_SUSPENDING, +...
2013 Mar 08
2
Updated MSVC patch
> Are the changes for FLAC/ordinals.h really necessary? Yhe FLAC/*.h > header files specify libFLAC's public API. In a previous thread on > this mailing list back in February we decided that for compilers > that didn't supply <stdint.h> the developer should supply something > suitable. Here's the commit: Yes, they are necessary. Here is the rationale 1)
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...tatic - 0 error(s), 2 warning(s) 19>Embedding manifest... 19>Build log was saved at "file://c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\test_streams\Debug\BuildLog.htm" 19>test_streams - 0 error(s), 23 warning(s) 23>------ Rebuild All started: Project: all_static, Configuration: Debug Win32 ------ 23>Deleting intermediate and output files for project 'all_static', configuration 'Debug|Win32' 24>------ Rebuild All started: Project: all_dynamic, Configuration: Debug Win32 ------ 24>Deleting intermediate and output files for proje...