Hi all,
Pierre Schweitzer <pierre(a)reactos.org> wrote:
> due to a hardware migration ongoing on one of our hypervisors, the
> following services are currently down:
The server upgrade went successfully and everything is back to normal now.
Cheers,
Colin
Hi all,
Several ReactOS services will be moved to a new server next Friday. As
this migration highly depends on our hosting provider, the downtime may
be up to 24 hours.
Affected services include:
- ns1.reactos.org
- playground.reactos.org
- jira.reactos.org
The upgrade will improve reliability and adds resources for additional
services in the future.
Of course, you will be informed once the migration is over.
Cheers,
Colin
Would you mind not "cleaning up formatting" by going against our coding
style and doing the very thing I even taught you not to do during your
initial patches/code reviews?
Thanks.
Best regards,
Alex Ionescu
On Tue, Nov 13, 2012 at 1:08 PM, <hbelusca(a)svn.reactos.org> wrote:
> - if ((ServerDll) && (ServerDll->HardErrorCallback))
> + if (ServerDll && ServerDll->HardErrorCallback)
>
We have 90 % C. So disabling OPTIMIZE_OUTPUT_FOR_C will probably result
in worse readable output for 90% of the code.
Am 05.11.2012 12:14, schrieb pschweitzer(a)svn.reactos.org:
> Author: pschweitzer
> Date: Mon Nov 5 11:13:59 2012
> New Revision: 57674
>
> URL: http://svn.reactos.org/svn/reactos?rev=57674&view=rev
> Log:
> [DOXYGEN]
> ReactOS is not C only.
> Enable support builtin STL.
>
> Modified:
> trunk/reactos/Doxyfile
>
> Modified: trunk/reactos/Doxyfile
> URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Doxyfile?rev=57674&r1=5767…
> ==============================================================================
> --- trunk/reactos/Doxyfile [iso-8859-1] (original)
> +++ trunk/reactos/Doxyfile [iso-8859-1] Mon Nov 5 11:13:59 2012
> @@ -196,7 +196,7 @@
> # For instance, some of the names that are used will be different. The list
> # of all members will be omitted, etc.
>
> -OPTIMIZE_OUTPUT_FOR_C = YES
> +OPTIMIZE_OUTPUT_FOR_C = NO
>
> # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
> # sources only. Doxygen will then generate output that is more tailored for
> @@ -236,7 +236,7 @@
> # func(std::string) {}). This also make the inheritance and collaboration
> # diagrams that involve STL classes more complete and accurate.
>
> -BUILTIN_STL_SUPPORT = NO
> +BUILTIN_STL_SUPPORT = YES
>
> # If you use Microsoft's C++/CLI language, you should set this option to YES to
> # enable parsing support.
>
>
>
Hello,
the meeting is rescheduled to 1st of November, as I don't see a point to
do a meeting if zwabbit, caemyr and other can not attend. 1st of
November will also be thursday, just one week late.
Sorry for inconvenience.
And it's time for agenda proposals already, please send them in to my
email address as usual. Thanks.
Best regards,
Aleksey Bragin.
Eric, with my rewrite, you can call RtlEqualPrefixSid instead of using
LsapIsPrefixSid.
The code should be the same
Best regards,
Alex Ionescu
On Sun, Oct 7, 2012 at 7:33 PM, <ekohl(a)svn.reactos.org> wrote:
> LsapIsPrefixSid