Regarding the 10 MB source code archive limit for articles
-
Hi, I was about to create an article, and was unable to upload the accompanying source code archive. The size of the archive file is just shy of 79 MB, and contains the source code for a single Visual Studio 2022 solution with 437 projects. 120 of those projects are open source C and C++ libraries that have been modified to some extent, allowing them to be compiled with the /std:c++latest and /Zc:__cplusplus compiler options. Among things included are protocol buffers, gRPC, abseil, skia, angle, spirv-tools, spirv-cross, rocksDB, armadillo, SuperLU, Imgui, implot, boringssl, gdal … Is it possible to change the limit to 100 MB? Best regards Espen Harlinn
Espen Harlinn Chief Architect - Seasurveillance AS The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague.Edsger W.Dijkstra
-
Hi, I was about to create an article, and was unable to upload the accompanying source code archive. The size of the archive file is just shy of 79 MB, and contains the source code for a single Visual Studio 2022 solution with 437 projects. 120 of those projects are open source C and C++ libraries that have been modified to some extent, allowing them to be compiled with the /std:c++latest and /Zc:__cplusplus compiler options. Among things included are protocol buffers, gRPC, abseil, skia, angle, spirv-tools, spirv-cross, rocksDB, armadillo, SuperLU, Imgui, implot, boringssl, gdal … Is it possible to change the limit to 100 MB? Best regards Espen Harlinn
Espen Harlinn Chief Architect - Seasurveillance AS The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague.Edsger W.Dijkstra
I would not increase the standard limit, but at least for special cases like this on demand... I would go for it, not sure about how much will the hamsters have to run in the wheel to manage it, though :-D . Looking forward to have a look, Espen (if you manage / they allow you to upload all)
M.D.V. ;) If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you Rating helpful answers is nice, but saying thanks can be even nicer.
-
Hi, I was about to create an article, and was unable to upload the accompanying source code archive. The size of the archive file is just shy of 79 MB, and contains the source code for a single Visual Studio 2022 solution with 437 projects. 120 of those projects are open source C and C++ libraries that have been modified to some extent, allowing them to be compiled with the /std:c++latest and /Zc:__cplusplus compiler options. Among things included are protocol buffers, gRPC, abseil, skia, angle, spirv-tools, spirv-cross, rocksDB, armadillo, SuperLU, Imgui, implot, boringssl, gdal … Is it possible to change the limit to 100 MB? Best regards Espen Harlinn
Espen Harlinn Chief Architect - Seasurveillance AS The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague.Edsger W.Dijkstra
No, we can't change the limit, but we can post something this large manually. Please email submit@codeproject.com and Sean will look after you. Has everything that can be removed, been removed? eg DLLs that can be recompiled, unneeded .obj or debug pdbs etc?
cheers Chris Maunder
-
No, we can't change the limit, but we can post something this large manually. Please email submit@codeproject.com and Sean will look after you. Has everything that can be removed, been removed? eg DLLs that can be recompiled, unneeded .obj or debug pdbs etc?
cheers Chris Maunder
Chris Maunder wrote:
Please email submit@codeproject.com and Sean will look after you.
Ok, I will do that once the text for the article is ready.
Chris Maunder wrote:
Has everything that can be removed, been removed? eg DLLs that can be recompiled, unneeded .obj or debug pdbs etc?
For certes … Best regards Espen Harlinn
Espen Harlinn Chief Architect - Seasurveillance AS The competent programmer is fully aware of the strictly limited size of his own skull; therefore he approaches the programming task in full humility, and among other things he avoids clever tricks like the plague.Edsger W.Dijkstra