mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 03:12:44 +00:00 
			
		
		
		
	|  8465683dcf This was done with the following script:
    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/dbgln<debug_([a-z_]+)>/dbgln<\U\1_DEBUG>/' {} \;
    find . \( -name '*.cpp' -o -name '*.h' -o -name '*.in' \) -not -path './Toolchain/*' -not -path './Build/*' -exec sed -i -E 's/if constexpr \(debug_([a-z0-9_]+)/if constexpr \(\U\1_DEBUG/' {} \; | ||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Generate_CSS_PropertyID_cpp.cpp | ||
| Generate_CSS_PropertyID_h.cpp | ||
| Generate_CSS_ValueID_cpp.cpp | ||
| Generate_CSS_ValueID_h.cpp | ||
| WrapperGenerator.cpp | ||