-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
774d655
commit c909a2c
Showing
18 changed files
with
91 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
int main() { | ||
std::cout << "Hello World!"; | ||
return 0; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
DrizzleStudio/build/CMakeFiles/3.29.0-rc1/CMakeDetermineCompilerABI_CXX.bin
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
DrizzleStudio/build/CMakeFiles/3.29.0-rc1/CompilerIdCXX/CompilerIdCXX.exe
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
DrizzleStudio/build/CMakeFiles/3.29.0-rc1/CompilerIdCXX/Debug/CMakeCXXCompilerId.obj
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,4 @@ | ||
{ | ||
"project": "MyProject", | ||
"root": { | ||
"name": "MyProject", | ||
"path": "", | ||
"type": "directory", | ||
"children": [ | ||
{ | ||
"name": "DS.cpp", | ||
"path": "", | ||
"type": "file" | ||
}, | ||
{ | ||
"name": "vendor", | ||
"path": "", | ||
"type": "directory", | ||
"children": [ | ||
{ | ||
"name": "project.json", | ||
"path": "vendor", | ||
"type": "file" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
"root": "." | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
DrizzleStudio.cpp | ||
C:\Users\ronit\Desktop\DrizzleStudio\DrizzleStudio\DrizzleStudio.cpp(252,46): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | ||
C:\Users\ronit\Desktop\DrizzleStudio\DrizzleStudio\DrizzleStudio.cpp(271,50): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | ||
C:\Users\ronit\Desktop\DrizzleStudio\DrizzleStudio\DrizzleStudio.cpp(138,13): warning C4101: 'font': unreferenced local variable | ||
C:\Users\ronit\Desktop\DrizzleStudio\DrizzleStudio\DrizzleStudio.cpp(258,67): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | ||
C:\Users\ronit\Desktop\DrizzleStudio\DrizzleStudio\DrizzleStudio.cpp(262,67): warning C4244: 'argument': conversion from 'int' to 'float', possible loss of data | ||
C:\Users\ronit\Desktop\DrizzleStudio\DrizzleStudio\DrizzleStudio.cpp(142,13): warning C4101: 'font': unreferenced local variable | ||
Creating library C:\Users\ronit\Desktop\DrizzleStudio\x64\Debug\DrizzleStudio.lib and object C:\Users\ronit\Desktop\DrizzleStudio\x64\Debug\DrizzleStudio.exp | ||
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library | ||
DrizzleStudio.vcxproj -> C:\Users\ronit\Desktop\DrizzleStudio\x64\Debug\DrizzleStudio.exe |
Binary file not shown.
Binary file modified
BIN
+450 Bytes
(110%)
DrizzleStudio/x64/Debug/DrizzleStudio.tlog/link.read.1.tlog
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.