Skip to content

Commit 4e05cc2

Browse files
author
Jianchun Xu
committed
rename /lib/ files to CamelCase
We had a mix of inconsistent file name styles. This creates problems on Linux as we had to modify source code includes to the same casing as real file names. This change attempts rename (most) /lib/ files to CamelCase. ``` lib/Backend => Lib/Backend BackEnd.cpp Backend.cpp BackEnd.h Backend.h BackEndOpcodeAttrAsmJs.cpp BackendOpCodeAttrAsmJs.cpp BackEndOpcodeAttrAsmJs.h BackendOpCodeAttrAsmJs.h BackEndOpCodeList.h BackendOpCodeList.h CodegenNumberAllocator.cpp CodeGenNumberAllocator.cpp GlobOptBailout.cpp GlobOptBailOut.cpp SCCLiveness.cpp SccLiveness.cpp SCCLiveness.h SccLiveness.h lib/Backend/amd64 => Lib/Backend/amd64 MdOpcodes.h MdOpCodes.h lib/Backend/arm => Lib/Backend/arm MdOpcodes.h MdOpCodes.h lib/Backend/arm64 => Lib/Backend/arm64 MdOpcodes.h MdOpCodes.h lib/Backend/i386 => Lib/Backend/i386 MdOpcodes.h MdOpCodes.h lib/common => Lib/Common BackEndAPI.h BackendApi.h commoninl.h CommonInl.h resource.h Resource.h lib/common/common => Lib/Common/Common cfglogger.cpp CfgLogger.cpp cfglogger.h CfgLogger.h GetCurrentFrameID.h GetCurrentFrameId.h int16math.h Int16Math.h SmartFPUControl.cpp SmartFpuControl.cpp SmartFPUControl.h SmartFpuControl.h lib/common/core => Lib/Common/Core api.h Api.h AutoFILE.h AutoFile.h lib/common/DataStructures => Lib/Common/DataStructures comparer.h Comparer.h dictionary.h Dictionary.h Dlist.h DList.h growingArray.cpp GrowingArray.cpp growingArray.h GrowingArray.h interval.h Interval.h list.h List.h stack.h Stack.h lib/common/Exceptions => Lib/Common/Exceptions reporterror.cpp ReportError.cpp reporterror.h ReportError.h lib/common/Memory => Lib/Common/Memory collectionstate.h CollectionState.h heapblock.inl HeapBlock.inl heapbucket.cpp HeapBucket.cpp heapbucket.h HeapBucket.h heapbucket.inl HeapBucket.inl heapinfo.cpp HeapInfo.cpp heapinfo.h HeapInfo.h leakreport.cpp LeakReport.cpp leakreport.h LeakReport.h lib/common/util => Lib/Common/Util pinned.cpp Pinned.cpp pinned.h Pinned.h lib/jsrt => Lib/Jsrt chakracommon.h ChakraCommon.h jsrtcontext.cpp JsrtContext.cpp jsrtcontext.h JsrtContext.h jsrtExternalObject.cpp JsrtExternalObject.cpp jsrtExternalObject.h JsrtExternalObject.h jsrtinternal.h JsrtInternal.h jsrtRuntime.cpp JsrtRuntime.cpp jsrtRuntime.h JsrtRuntime.h jsrtThreadService.cpp JsrtThreadService.cpp jsrtThreadService.h JsrtThreadService.h lib/Parser => Lib/Parser alloc.cpp Alloc.cpp alloc.h Alloc.h hash.cpp Hash.cpp hash.h Hash.h hashfunc.cpp HashFunc.cpp jsscan.js JsScan.js parse.cpp Parse.cpp parse.h Parse.h regcodes.h RegCodes.h RegexOpcodes.h RegexOpCodes.h RegexRunTime.cpp RegexRuntime.cpp RegexRunTime.h RegexRuntime.h scan.cpp Scan.cpp scan.h Scan.h lib/Runtime/Base => Lib/Runtime/Base scriptcontextbase.h ScriptContextBase.h ThreadContextTLSEntry.cpp ThreadContextTlsEntry.cpp ThreadContextTLSEntry.h ThreadContextTlsEntry.h threadservicewrapper.h ThreadServiceWrapper.h lib/Runtime/ByteCode => Lib/Runtime/ByteCode AsmJSByteCodeDumper.cpp AsmJsByteCodeDumper.cpp AsmJSByteCodeDumper.h AsmJsByteCodeDumper.h BackEndOpcodeAttr.cpp BackendOpCodeAttr.cpp BackEndOpcodeAttr.h BackendOpCodeAttr.h ByteCodeAPI.h ByteCodeApi.h byteCodeCacheReleaseFileVersion.h ByteCodeCacheReleaseFileVersion.h Opcodes.cpp OpCodes.cpp lib/Runtime/Language => Lib/Runtime/Language asmjs.cpp AsmJs.cpp AsmJS.h AsmJs.h AsmJsBuiltinNames.h AsmJsBuiltInNames.h AsmJSBytecodeGenerator.cpp AsmJsByteCodeGenerator.cpp AsmJSBytecodeGenerator.h AsmJsByteCodeGenerator.h AsmJSCodeGenerator.cpp AsmJsCodeGenerator.cpp AsmJSCodeGenerator.h AsmJsCodeGenerator.h AsmJSEncoder.cpp AsmJsEncoder.cpp AsmJSEncoder.h AsmJsEncoder.h AsmJSEncoder.inl AsmJsEncoder.inl AsmJSEncoderHandler.inl AsmJsEncoderHandler.inl AsmJSJitTemplate.h AsmJsJitTemplate.h AsmJSLink.cpp AsmJsLink.cpp AsmJSLink.h AsmJsLink.h AsmJSModule.cpp AsmJsModule.cpp AsmJSModule.h AsmJsModule.h AsmJSTypes.cpp AsmJsTypes.cpp AsmJSTypes.h AsmJsTypes.h AsmJSUtils.cpp AsmJsUtils.cpp AsmJSUtils.h AsmJsUtils.h SIMDBool16x8Operation.cpp SimdBool16x8Operation.cpp SIMDBool16x8Operation.h SimdBool16x8Operation.h SIMDBool16x8OperationX86X64.cpp SimdBool16x8OperationX86X64.cpp SIMDBool32x4Operation.cpp SimdBool32x4Operation.cpp SIMDBool32x4Operation.h SimdBool32x4Operation.h SIMDBool32x4OperationX86X64.cpp SimdBool32x4OperationX86X64.cpp SIMDBool8x16Operation.cpp SimdBool8x16Operation.cpp SIMDBool8x16Operation.h SimdBool8x16Operation.h SIMDBool8x16OperationX86X64.cpp SimdBool8x16OperationX86X64.cpp SIMDFloat32x4Operation.cpp SimdFloat32x4Operation.cpp SIMDFloat32x4Operation.h SimdFloat32x4Operation.h SIMDfloat32x4OperationX86X64.cpp SimdFloat32x4OperationX86X64.cpp SIMDFloat64x2Operation.cpp SimdFloat64x2Operation.cpp SIMDFloat64x2Operation.h SimdFloat64x2Operation.h SIMDfloat64x2OperationX86X64.cpp SimdFloat64x2OperationX86X64.cpp SIMDInt16x8Operation.cpp SimdInt16x8Operation.cpp SIMDInt16x8Operation.h SimdInt16x8Operation.h SIMDInt16x8OperationX86X64.cpp SimdInt16x8OperationX86X64.cpp SIMDInt32x4Operation.cpp SimdInt32x4Operation.cpp SIMDInt32x4Operation.h SimdInt32x4Operation.h SIMDInt32x4OperationX86X64.cpp SimdInt32x4OperationX86X64.cpp SIMDInt8x16Operation.cpp SimdInt8x16Operation.cpp SIMDInt8x16Operation.h SimdInt8x16Operation.h SIMDInt8x16OperationX86X64.cpp SimdInt8x16OperationX86X64.cpp SIMDUint16x8Operation.cpp SimdUint16x8Operation.cpp SIMDUint16x8Operation.h SimdUint16x8Operation.h SIMDUint16x8OperationX86X64.cpp SimdUint16x8OperationX86X64.cpp SIMDUInt32x4Operation.cpp SimdUint32x4Operation.cpp SIMDUInt32x4Operation.h SimdUint32x4Operation.h SIMDUInt32x4OperationX86X64.cpp SimdUint32x4OperationX86X64.cpp SIMDUint8x16Operation.cpp SimdUint8x16Operation.cpp SIMDUint8x16Operation.h SimdUint8x16Operation.h SIMDUint8x16OperationX86X64.cpp SimdUint8x16OperationX86X64.cpp SIMDUtils.cpp SimdUtils.cpp SIMDUtils.h SimdUtils.h lib/Runtime/Language/amd64 => Lib/Runtime/Language/amd64 AsmJSJitTemplate.cpp AsmJsJitTemplate.cpp stackframe.cpp StackFrame.cpp stackframe.h StackFrame.h stackframe.inl StackFrame.inl lib/Runtime/Language/arm => Lib/Runtime/Language/arm stackframe.cpp StackFrame.cpp stackframe.h StackFrame.h lib/Runtime/Language/arm64 => Lib/Runtime/Language/arm64 stackframe.cpp StackFrame.cpp stackframe.h StackFrame.h lib/Runtime/Language/i386 => Lib/Runtime/Language/i386 AsmJSJitTemplate.cpp AsmJsJitTemplate.cpp stackframe.cpp StackFrame.cpp stackframe.h StackFrame.h lib/Runtime/Library => Lib/Runtime/Library dataview.cpp DataView.cpp dataview.h DataView.h JavascriptSIMDBool16x8.cpp JavascriptSimdBool16x8.cpp JavascriptSIMDBool16x8.h JavascriptSimdBool16x8.h JavascriptSIMDBool32x4.cpp JavascriptSimdBool32x4.cpp JavascriptSIMDBool32x4.h JavascriptSimdBool32x4.h JavascriptSIMDBool8x16.cpp JavascriptSimdBool8x16.cpp JavascriptSIMDBool8x16.h JavascriptSimdBool8x16.h JavascriptSIMDFloat32x4.cpp JavascriptSimdFloat32x4.cpp JavascriptSIMDFloat32x4.h JavascriptSimdFloat32x4.h JavascriptSIMDFloat64x2.cpp JavascriptSimdFloat64x2.cpp JavascriptSIMDFloat64x2.h JavascriptSimdFloat64x2.h JavascriptSIMDInt16x8.cpp JavascriptSimdInt16x8.cpp JavascriptSIMDInt16x8.h JavascriptSimdInt16x8.h JavascriptSIMDInt32x4.cpp JavascriptSimdInt32x4.cpp JavascriptSIMDInt32x4.h JavascriptSimdInt32x4.h JavascriptSIMDInt8x16.cpp JavascriptSimdInt8x16.cpp JavascriptSIMDInt8x16.h JavascriptSimdInt8x16.h JavascriptSIMDUint16x8.cpp JavascriptSimdUint16x8.cpp JavascriptSIMDUint16x8.h JavascriptSimdUint16x8.h JavascriptSIMDUInt32x4.cpp JavascriptSimdUint32x4.cpp JavascriptSIMDUInt32x4.h JavascriptSimdUint32x4.h JavascriptSIMDUint8x16.cpp JavascriptSimdUint8x16.cpp JavascriptSIMDUint8x16.h JavascriptSimdUint8x16.h javascripttypednumber.cpp JavascriptTypedNumber.cpp javascripttypednumber.h JavascriptTypedNumber.h moduleroot.cpp ModuleRoot.cpp moduleroot.h ModuleRoot.h SIMDBool16x8Lib.cpp SimdBool16x8Lib.cpp SIMDBool16x8Lib.h SimdBool16x8Lib.h SIMDBool32x4Lib.cpp SimdBool32x4Lib.cpp SIMDBool32x4Lib.h SimdBool32x4Lib.h SIMDBool8x16Lib.cpp SimdBool8x16Lib.cpp SIMDBool8x16Lib.h SimdBool8x16Lib.h SIMDFloat32x4Lib.cpp SimdFloat32x4Lib.cpp SIMDFloat32x4Lib.h SimdFloat32x4Lib.h SIMDFloat64x2Lib.cpp SimdFloat64x2Lib.cpp SIMDFloat64x2Lib.h SimdFloat64x2Lib.h SIMDInt16x8Lib.cpp SimdInt16x8Lib.cpp SIMDInt16x8Lib.h SimdInt16x8Lib.h SIMDInt32x4Lib.cpp SimdInt32x4Lib.cpp SIMDInt32x4Lib.h SimdInt32x4Lib.h SIMDInt8x16Lib.cpp SimdInt8x16Lib.cpp SIMDInt8x16Lib.h SimdInt8x16Lib.h SIMDUint16x8Lib.cpp SimdUint16x8Lib.cpp SIMDUint16x8Lib.h SimdUint16x8Lib.h SIMDUInt32x4Lib.cpp SimdUint32x4Lib.cpp SIMDUInt32x4Lib.h SimdUint32x4Lib.h SIMDUint8x16Lib.cpp SimdUint8x16Lib.cpp SIMDUint8x16Lib.h SimdUint8x16Lib.h typedArrayEnumerator.cpp TypedArrayEnumerator.cpp typedArrayEnumerator.h TypedArrayEnumerator.h lib/Runtime/Library/amd64 => Lib/Runtime/Library/amd64 javascriptfunctiona.asm JavascriptFunctionA.asm lib/Runtime/Library/InJavascript => Lib/Runtime/Library/InJavascript intl.js.bc.32b.h Intl.js.bc.32b.h intl.js.bc.64b.h Intl.js.bc.64b.h ```
1 parent 09eea22 commit 4e05cc2

1,243 files changed

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

0 commit comments

Comments
 (0)