Commit Graph

13 Commits

Author SHA1 Message Date
Eduardo Almeida
65e9fb7427 Fix trailing whitespace, tabs and indentation 2024-04-26 14:46:05 +00:00
Tommaso Pecorella
a6337446a5 Add switch to select the build type in VSCode debug 2022-12-01 07:40:10 +00:00
Eduardo Almeida
68855672f9 gitignore: Create dedicated ".gitignore" for .vscode/ 2022-10-09 22:45:49 +00:00
Eduardo Almeida
85a7f1fb69 Allow .vscode/launch.json to use scratch subdirectories 2022-08-08 00:46:58 +00:00
Eduardo Almeida
92e98e7a9f Fix .vscode/launch.json indentation 2022-08-08 00:46:58 +00:00
Gabriel Ferreira
4aedba2f00 build: CMake refactoring and fixes
Includes:
- fix int64x64 parsing order, remove cached entries in macros-and-definitions and in the docs
- update launch.json scratch names
- add a ctest entry per executable
- forward POSIX signal in ns3 (to get segmentation fault)
- prioritize Ninja generator instead of Makefiles
- add tests for unused utils source files
- remove dummy file and add tests to check for unused source files
- add missing examples and clean up unnecessary definitions
- missing feature entry for LTE used by pybindgen
- refactor CMake related filenames
- fix python libraries and include directories bindings
- fix brite example name
- Keep C++ compiler and flags when refreshing
- Disable precompiled headers when Ccache is found
- Mark find_external_library headers as advanced
- consolidate auxiliary files: build-status.py, _cache.py and .lock-waf_sys.platform_build files are merged into .lock-ns3_sys.platform_build
- scan .cc sources used in bindings and update docs
2022-02-21 22:18:42 -03:00
Gabriel Ferreira
e32c177e45 build: remove waf files, tests and references 2022-02-21 22:08:45 -03:00
Gabriel Arrobo
6a83a7be6b Add "${workspaceFolder}" to environment 2021-11-12 09:53:04 -08:00
Gabriel Arrobo
419c59fd84 Change to "false" due to problems when using ssh sessions 2021-11-12 09:49:42 -08:00
Tommaso Pecorella
38c23d169c Update .vscode/launch.json to use lldb and testrunner 2021-05-12 21:06:15 +00:00
Eduardo Almeida
9ae9a044c3 Update .vscode/launch.json to build ns-3 before starting to debug 2021-05-12 20:31:44 +00:00
Alexander Krotov
db9efbc394 Add .vscode/launch.json to debug programs in scratch 2018-05-22 16:18:07 +03:00
Alexander Krotov
b4a7d5a59e Add tasks.json for Visual Studio Code 2018-05-22 15:39:07 +03:00