-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/2614/#review5815
-----------------------------------------------------------

Ship it!


Cool. Looks good to me. Thanks for the style dialog.

- Joel Hestness


On Jan. 28, 2015, 11:56 a.m., Andreas Hansson wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviews.gem5.org/r/2614/
> -----------------------------------------------------------
> 
> (Updated Jan. 28, 2015, 11:56 a.m.)
> 
> 
> Review request for Default.
> 
> 
> Repository: gem5
> 
> 
> Description
> -------
> 
> Changeset 10669:e82b485546d1
> ---------------------------
> style: Update the style checker to handle new include order
> 
> As of August 2014, the gem5 style guide mandates that a source file's
> primary header is included first in that source file. This helps to
> ensure that the header file does not depend on include file ordering
> and avoids surprises down the road when someone tries to reuse code.
> 
> In the new order, include files are grouped into the following blocks:
>   * Primary header file (e.g., foo.hh for foo.cc)
>   * Python headers
>   * C system/stdlib includes
>   * C++ stdlib includes
>   * Include files in the gem5 source tree
> 
> Just like before, include files within a block are required to be
> sorted in alphabetical order.
> 
> This changeset updates the style checker to enforce the new order.
> 
> 
> Diffs
> -----
> 
>   util/sort_includes.py 3c42be107634 
>   util/style.py 3c42be107634 
> 
> Diff: http://reviews.gem5.org/r/2614/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Andreas Hansson
> 
>

_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to